/led-server

Simple TCP server that resets a microcontroller running micropython, client also included.

Primary LanguageCBSD 2-Clause "Simplified" LicenseBSD-2-Clause

led-server

Meant to be used either with the Android client or the client provided(client.c)

Usage

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.