udp-server/README.md

271 B

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