IoT devices manager
Short side project in which I created a server using Python and Django in order to control Arduino-based devices over the Wi-Fi. The original idea was to create a system where different Arduino-based devices spread around the house could send data and receive commands from a central server. All of this without the server knowing anything about the functionalities of these devices. To do this, I created a protocol using JSON for devices to register, send data and receive commands. I abandoned the project but it was fun and I learned a lot.