-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
True P2P Hole Punch for IoT to run Without Cloud Premises and or Servers (IDFGH-7411) #8989
Comments
Hi @filzek, this feature is in our pipeline, but we'll likely not work on it soon. We welcome any PR and contributions in this area. |
hi @espressif-abhikroy any progress we could test on this? |
Hi @filzek We haven't planned to work on this feature, yet, but looked around for libraries that could be ported to ESP platform. Here's one that doesn't need any dependencies, is relatively compact and published under MPL2.0 license: we still don't plan on officially adding this to IDF, in 2024, but the |
FYI: There's been an effort of development of a simplified layer of linux-like implementations of common signalling and network interface abstractions in espressif/esp-protocols#671 |
In the current days IoT become a role play for smartdevices where data was collect and consumed all over the places.
Using P2P Hole Punch could makes ESP-IDF SDK to be able to allow devices to open the connection to APP side and APP side to device without need to interface to any other servers to makes the data flow.
Images, sensor data and also a VoIP two channel audio to intradevices, intra APP~Device being complete able to be non cloud dependant.
So, this request would be the awesome 2022 feature to be implement over esp-idf esp32 series.
The text was updated successfully, but these errors were encountered: