computenodes / dragino

LoRaWAN implementation in python
GNU Affero General Public License v3.0
27 stars 11 forks source link

Confirmed downlink messages? #18

Open pjb304 opened 3 years ago

pjb304 commented 3 years ago

Does the code currently support confirmed downlink messages? Need to investigate and if not add it.

BNNorman commented 3 years ago

No, Your code needs to respond accordingly.

In the test_downlink.py example you can see that mtype is the message type UNCONF_DATA_DOWN or CONF_DATA_DOWN (imported from MHDR).

Be aware that confirmed data up or down increases the radio traffic and uses up more of your 1% duty cycle and TTN fair use quota.