udp-server/README.md

26 lines
271 B
Markdown

# UDP Server
UDPServer - Bind UDP port and recive packages.
# udpserver <port>
## Autoconfig:
# aclocal
# autoconf
# automake --add-missing
## Make:
# ./configure
# make
## Inatsll:
# make install
## Uninstall:
# make uninstall