Simple UDP client-server. Write in C.
If anything can go wrong, it will.
For both server and client:
Compile with GCC:
gcc murphyClient.c -o {client_name}
gcc murphyServer.c -o {server_name}
Run Murphy UDP without params for local configuration.
For remote configuration follow the syntax below:
command_name [port] [ip_address]
Enjoy your Murphy UDP!