Sub-IoT-Stack
                                
                                 Sub-IoT-Stack copied to clipboard
                                
                                    Sub-IoT-Stack copied to clipboard
                            
                            
                            
                        Sub-IoT: Open Source Stack for Dash7 Alliance Protocol
## Current implementation `process_async()` parses incoming ALP actions and builds a response. If the ALP data contains `ALP_OP_RETURN_FILE_DATA`, this is copied to the response and the response is marked as...
Tested on f01a62db using default gateway and sensor_pull apps (and default AccessProfiles) .
Hi, I am back working on DASH7! I am testing compatibility with the WGATE-WRT gateway by Wizzilab. Therefor I am either trying to connect the `sensor_push` app with the WGATE-WRT...
The HAL-ed microcontroller's GPIO-modules should provide an interface for enabling and disabling the GPIO (clock) functionality: e.g. `hw_gpio_enable` and `hw_gpio_disable`. These should apply reference counting to track the modules that...
Hi Sub-IoT community, I've been looking at and trying Sub-IoT for some time now, and I've just gotten to the point where we need to switch on the one-hop routing...
In our application we have onee DASH7 node acting as a gateway, which both transmits (background) data and receives unsolicited data from other nodes. When both happen at the same...
https://github.com/Sub-IoT/Sub-IoT-Stack/blob/58d6060c70babf7d31d59a43d660ee5e76d0f6b7/stack/modules/alp/alp_layer.c#L549 What is the correct initialization of ctrl in this part of the code? BR, Håkon