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