Orne Brocaar
Orne Brocaar
As `assets` is an array of arrays, it was not directly clear to me to which entry it was referring to. I had an error in the fourth entry of...
Hi! I've received the SodaqOne yesterday and with the pre-installed tracker and boot menu, it was really easy to get it up and running 👍 Most values I've been able...
## How to reproduce ### Test certificates #### Working certificates (-sha256 option) ``` openssl req -x509 \ -sha256 -days 356 \ -nodes \ -newkey rsa:4096 \ -subj "/CN=example.com" \ -keyout...
First of all thanks for providing this crate! I'm trying to upgrade from the v3.5 version to the v4 alpha, but I'm running into some issues. I am refactoring: ```rust...
**What language does this apply to?** Python. **Describe the problem you are trying to solve.** The Python code generator uses the directory structure of the `.proto` files to generate the...
I'm testing FUOTA v2 and on `FragSessionStatusAns` I'm getting MIC errors. What I'm testing: * Uplink of multiple fragments with redundancy * During the multicast downlinks I'm triggering a device...
Currently, the README states: > LoRa Basic Modem proposes a full implementation of the [TS001-LoRaWAN L2 1.0.4](https://resources.lora-alliance.org/technical-specifications/ts001-1-0-4-lorawan-l2-1-0-4-specification) and [Regional Parameters RP2-1.0.3](https://resources.lora-alliance.org/technical-specifications/rp2-1-0-3-lorawan-regional-parameters) specifications. Are there any short-term plans to support RP002-1.0.5...