ESPNow Agora #18419
Unanswered
ChrisMicro
asked this question in
ESP32
ESPNow Agora
#18419
Replies: 1 comment 1 reply
-
|
The concept of ESPNOW name resolution might be interesting. Building a registry service that listens on a broadcast address and provides name/Mac mapping is simple to implement and can coexist using asyncio. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For the Arduino framework there is an extremely simple library for ESPNow.
Agora Example
The main advantage is that you do not need to fiddle out the MAC-aderesses and you can just use names instead. The MAC-addresses are invisible to the user because he does not need to know them.
I think a library like Agora could be extremely useful in Micropython. What do you think?
Beta Was this translation helpful? Give feedback.
All reactions