Skip to content

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

License

Notifications You must be signed in to change notification settings

duckyondiscord/led-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages