SilasBerger / cipherlock

An IoT lockbox for hybrid scavenger hunts.
Other
2 stars 0 forks source link

Try to introduce socket.io #3

Open SilasBerger opened 5 days ago

SilasBerger commented 5 days ago

Since we need multiple "rooms" (i.e. lockboxes / gateways and admin web clients), it might be useful to work with socket.io, rather than raw websockets. However, as far as I can tell, this would be difficult to implement client-side on ESP32 boards, since there doesn't seem to be an official Micropython implementation.

SilasBerger commented 5 days ago

https://github.com/Links2004/arduinoWebSockets