espressif / esp-now

A connectionless Wi-Fi communication protocol
Apache License 2.0
486 stars 91 forks source link

how to save espnow security parameter so after restart device not start security responder/initiator ? #29

Closed horsemann07 closed 2 years ago

horsemann07 commented 2 years ago

Hello,

I test the espnow security examples it works very well.

  1. For my project, i want something that once the security process finish btwn initiator/responder it should not restart security process again. and used the previous security parameters.

I digged into the espnow security components did not find much on that. So, What I can do this?

  1. Last, how can i filter the mac address so, reponder response to the specific mac address only.
horsemann07 commented 2 years ago

Can anyone guide me here ?