Sub-IoT-Stack
Sub-IoT-Stack copied to clipboard
Sub-IoT: Open Source Stack for Dash7 Alliance Protocol
D7A Specification Version 1.2 page 54, section 9.2.1 describes the Configuration of consisting of 4+ bytes with the first three bytes being QoS, TO, and TE, then followed by addressee....
This PR provides an implementation proposal regarding the new fragmentation feature explained in the PAG mailing list. As a preliminary, this PR comes with a series of different fixes. Some...
This PR provides some improvements to the NATIVE build support. Refer to the README.md file under stack/framework/hal/platforms/NATIVE for information on how to build and run some applications natively on Linux....
This PR contains: - AT_modem application: Implementation of new features, some fix and cleaning. - netdev_driver: support of new features from AT_modem, some fix and cleaning.
Firstly the whole codebase needs reformatting to be consistent Next workflow should be added which enforces formatting
This is an issue I ran into earlier but haven't reported yet I just continued in C. When trying to build an application with the stack using C++ for the...
I ran into a bug where it's not possible to schedule a message from the unscollicited response callback. The message was sent in a function that was scheduled in the...
I ran into a bug where the B-L072Z-LRWAN1 board would reset when sending a message using access class 1 to normal rate. the code below would cause the board to...
See: https://groups.google.com/g/dash7-ap-oss/c/uWwnjiImqQM/m/GCZKSORVAQAJ > This is indeed a known issue with the RTT Logging. When it goes to sleep, it can repeat some logging. You can circumvent this issue by using...