|
|
||
|---|---|---|
| src | ||
| LICENSE | ||
| Makefile.am | ||
| README.md | ||
| configure.ac | ||
README.md
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