Laczen opened a new pull request, #15962:
URL: https://github.com/apache/nuttx/pull/15962

   ## Summary
   
   The PR proposes improvements to espnow pktradio, it separates the rx from 
the tx and simplifies the addressing used by espnow for sixlowpan. It also 
enables future expansion for ciphered data exchange.
   
   Changes:
   1. Separate TX from RX,
   2. Modify addressing to allow only 2 byte node address.
   3. Allow modifying the node address by modifying the ipv6 address (the ipv6 
address has a direct relation with the node address)
   4. Introduce the option to add a 4 byte random number to the mac header as a 
preparation for ciphered data exchange.
   5. Introduce a FCB (frame control byte) as a replacement for the INFO field 
in the mac header.
   6. Update esp32-devkitc:espnow config to reflect address size change and add 
telnet.
   7. Update the documentation to reflect address size changes and addition of 
how to do a telnet session over espnow.
   
   ## Impact
   
   As the introduction of espnow is fairly recent it should have a large impact 
on users, the setup of espnow nodes is simplified.
   
   ## Testing
   
   All changes were validated on esp32-devkitc using the espnow config.


-- 
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