simple remote protocol
Simple and lightweight protocol designed to communicate with devices running circuit python.
Simple and lightweight protocol designed to communicate with devices running circuit python.
The server is a microcontroller running CircuitPython. This proyect is designed to run on a raspberry pi pico with a Wiznet W5500 ethernet module. But it can be easily adapted to run on other microcontrollers since it uses the socket
module to communicate with the client.
More details on controller folder
You can use any computer to run the client. In this project, a Raspberry Pi 4 Model B is used as a client to communicate with the microcontroller. It sends requests to the microcontroller and receives responses from it.
More details on client folder