Replies: 3 comments 8 replies
-
I'm not aware of any WebRTC implementation for ESP32. The closest is ESP32 supports MQTT. This is the only web search that provides any hope: It's also possible that Arduino libraries implement WebRTC in a way that could run on ESP32. |
Beta Was this translation helpful? Give feedback.
-
There is Husarnet but it requires a custom firmware for the esp32. This is not an ideal solution. Mqtt is great but not a p2p solution. What I'm thinking on is a real secure p2p within a browser client and the esp32 from anywhere. For now, because the esp32 has barely supports https we only have unsecured ways like port forwarding and such. |
Beta Was this translation helpful? Give feedback.
-
Did you make any progress on this? Did you try https://github.com/sepfy/libpeer ? |
Beta Was this translation helpful? Give feedback.
-
I'm thinking about a web rtc implementation for esp32 arduino. Somebody has any idea or clue how would it work out?
Could this be a library or should it be a native thing? It would be really helpfull even just the data channel part. P2P communication would be a really huge thing in the IOT world.
Beta Was this translation helpful? Give feedback.
All reactions