pedrobertoleti opened a new pull request, #1349: URL: https://github.com/apache/incubator-nuttx-apps/pull/1349
## Summary This commit consists of a cleint & server examples that use TCP/IP sockets as IPC channel. The IPC here is a reliable and controlled way to controll LoRaWAN connectivity access by multiple applications, allowing multiple LoraWAN applications that use LoraWAN to work on a single ESP32 without any conflicts on using LoRaWAN connectivity. The server_tcp and client_tcp examples have been developed by Flavio Ipirranga and Pedro Bertoleti from Instituto de Pesquisas Eldorado (IPE) in Brazil. ## Impact No impact (these examples don't affect any other examples and/or repositories. ## Testing Successfully tested and validated, as seen on Nuttx International Workshop 2022: https://www.youtube.com/watch?v=hr0OfTt1KeY -- 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