UDP Server
Go to file
Alex Borman 5c4da7f079 - v0.0.1 - 10.12.2024 2024-12-10 17:19:48 +00:00
src - v0.0.1 - 10.12.2024 2024-12-10 17:19:48 +00:00
LICENSE - v0.0.1 - 10.12.2024 2024-12-10 17:19:48 +00:00
Makefile.am - v0.0.1 - 10.12.2024 2024-12-10 17:19:48 +00:00
README.md - v0.0.1 - 10.12.2024 2024-12-10 17:19:48 +00:00
configure.ac - v0.0.1 - 10.12.2024 2024-12-10 17:19:48 +00:00

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