Laczen commented on issue #15347:
URL: https://github.com/apache/nuttx/issues/15347#issuecomment-2582203674

   Hi @tmedicci the promiscuous mode also doesn't seem like a good idea as it 
would block the normal wifi operation mode. 
   
   So I was thinking about the following approach:
   1. Integrate espnow transport in the wifi device,
   2. Packets from espnow are differentiated from other net packets by 
assigning them to Ethertype 0x88B5 (Local experimental Ethertype),
   3. Based upon the Ethertype packets are send from the tx packet queue using 
esp_now_send or esp_wifi_internal_tx,
   4. Packets received from espnow are added to the receive packet queue as 
Ethertype 0x88B5,
   
   I would start with only allowing broadcast packets. Do you think this would 
be an acceptable approach ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to