Description
nanoFramework area: Community contributions
Is your feature request related to a problem? Please describe.
ESP32 has a radio communication method (ESPNOW) which allows peer-to-peer, peer-to-many,
many-to-peer and many-to-many data exchange without any infrastructure (e.g. no access point needed).
This allows many uses between equal level nodes.
Describe the solution you'd like
Lets have ESPNOW available in managed code.
Describe alternatives you've considered
Wifi and BLE. Both lacking some of features mentioned above.
Additional context
The official ESPNOW documentation is here.
Submit a PR with the implementation
My implementation lives here.
Native part
Managed code
I am sure some administration is still missing, but technically the feature is fully implemented.
Please point me to necessary steps required to accept this implementation!