IoTThinks.com
IoTThinks.com
I realized even I enableCrc(), visibble corrupted packets are still received. Possible reason is due to corrupted header. ``` // check packet header integrity if(_crcEnabled && (_mod->SPIgetRegValue(SX127X_REG_HOP_CHANNEL, 6, 6)) ==...
- [x] The issue is present in the latest release. - [x] I have searched the [issues](https://github.com/brocaar/chirpstack-application-server/issues) of this repository and believe that this is not a duplicate. ## What...
Hi all, Thanks for the awesome project. I understand that the RSSI will be taken into consideration for machine learning. In this URL https://www.internalpositioning.com/doc/faq.md#minimum, it is mentioned that the graphs...
Hi all, Does the library support pbkdf2 with PHC format? Some of my programs start to use pbkdf2 with PHC format. https://github.com/P-H-C/phc-string-format/blob/master/phc-sf-spec.md#specification pbkdf2 with PHC format: $pbkdf2-sha512$i=10000,l=32$WOmVx2TXXXXXX85Hk/LtiA$lE1AXXXXXXd4tqX3Ebg0wu9cJhbQF6gcd0FIWzVcA5k Current PBKDF2 format...
Hi Team, My LCD 27 inch has resolution 1366x768. I can not see the Communication log at the bottom. Could we make the register list smaller? E.g to show 10...
If a gateway receives a weak signal (low RSSI < xxx dBm), the gateway will replay the packets again for nearby gateway. Or to have fwd_id in the packet to...
To add AES encryption/decryption to protect LoRa messages * Ref: https://github.com/suculent/thinx-aes-lib
To have time schedulers for gateway - Date and time schedulers - Repeat schedulers
To alert when a RPC request is timeout without response - Beep code Related to #1
Retransmiting LoRa packet based on QoS - QoS 0: At most 1. For telemetry upload - QoS 1: At least one. Not implemented. Pending useful use case. - QoS 2:...