manuelbl / ttn-esp32

The Things Network device library for ESP32 (ESP-IDF) and SX127x based devices
MIT License
301 stars 64 forks source link

Can I communicate peer to peer? #58

Closed julioj4pa closed 11 months ago

julioj4pa commented 1 year ago

Hello, awesome code. Thank you for sharing. I'm already using Wifi of ESP-IDF to communication. I'm so newbie, I read library but I can't find how to communicate peer to peer... Is it possible? If is how can I do it? I'm really thankful for attention.

manuelbl commented 1 year ago

This library is specifically built for The Things Network, which does not support peer-to-peer communication. All communication is from the device via gateway to the network (uplink). And it‘s asymmetric. The downlink has an even lower bandwidth.

matthias-bs commented 1 year ago

For peer to peer communication, you might want to have a look at https://github.com/jgromes/RadioLib.