espressif / esp-now

A connectionless Wi-Fi communication protocol
Apache License 2.0
477 stars 90 forks source link

Checking status of connection (AEGHB-185) #74

Closed pranjul-arctano closed 1 year ago

pranjul-arctano commented 1 year ago

I know it's a connectionless protocol, but is their any other way to know whether the device is connected or not, or to get it's status without continuously sending and receiving messages back and forth.

lhespress commented 1 year ago

@pranjul-arctano You can reference the code of espnow_ctrl which will store the MAC for check whether the device can be control or not.

lhespress commented 1 year ago

@pranjul-arctano Any update the issue?