wisun-br-linux icon indicating copy to clipboard operation
wisun-br-linux copied to clipboard

Silicon Labs Wi-SUN Linux border router reference implementation

Results 9 wisun-br-linux issues
Sort by recently updated
recently updated
newest added

This commit expands the RF driver for MAC simulation to support channel hopping and enables CCA. It can be enabled/disabled with CHANNEL_HOPPING_ON macro definition within Cmake. The implementation creates a...

Dear Team, We have ported the wsbrd demon sdk v1.8 on android platform of Allwinner h616 processor using the ndk-18 (API level 28). attached the patch in which we have...

This was observed using reuse tool: * Bad licenses: APACHE-2.0 Origin: https://github.com/SiliconLabs/wisun-br-linux/pulls?q=author%3Arzr

Hello, I have tried the WI-sun border router setup example in NXP [i.mx](https://i.mx/) processor board instead of raspberry pi. i have successfully created and installed Linux OS on [i.mx](https://i.mx/) using...

For the record reusability has been improved a bit: Files with license information: 272 / 307 The following files have no licensing information: * common/spinel.h * tools/tbu/api.yaml Origin: https://github.com/SiliconLabs/wisun-br-linux/pulls?q=author%3Arzr

The max size for "out" when given to str_bytes() is given as a STR_MAX_LEN_EUI64, but it really should be STR_MAX_LEN_EUI48

Note content of file has been changed, It is a good practice to align to Original files they are validated and trusted by SBOM tools that verify checksums (bitbake for...

There is a minor bug in CMakeLists.txt that always brings in common/dbus.c, even though later in the CMakeLists.txt file it is properly bounded by the check of "if(LIBSYSTEMD_FOUND)" (See line...

Without adding in the include of in 2 files that use functions/defines from it, we end up getting compiler errors and linking errors. (Specifically, the htobe16 and be64toh functions/defines, which...