Meant to be used either with the Android client or the client provided(client.c)
Simply compile them as follows: gcc server.c -o led-server && gcc client.c -o led-client
and run the server, then run the client and you should get a response and a log entry from the server.