Remote command server using TCP and UDP as transport protocol. Client interact with server sending some specifics commands and server hold that, process, and send back to client an response. The server logs all the commands that were sent by the client.
--udp
|---cliente.c
|---local.h
|---servidor.c
--tcp
|---cliente.c
|---local.h
|---servidor.c
Header file that include another headers and specify port and buffer size configurations.
Server that receive commands and execute then.
Client that send commands to the server.