udp-server/README.md

26 lines
271 B
Markdown
Raw Normal View History

2024-12-10 19:19:48 +02:00
# UDP Server
2024-12-10 19:07:44 +02:00
2024-12-10 19:19:48 +02:00
UDPServer - Bind UDP port and recive packages.
# udpserver <port>
## Autoconfig:
# aclocal
# autoconf
# automake --add-missing
## Make:
# ./configure
# make
## Inatsll:
# make install
## Uninstall:
# make uninstall