-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tested with SimpleLink CC13XX CC26XX SDK Q1 2023 release, version 7.10.00.xx. Added support for Thor platforms for Wi-SUN CoAP OAD. Added support for panid allow/deny list. For details on these features, please refer to the README. Bugfix to issue with ping command. Now properly pings according to count parameter. Bugfix to issue with coap command. Coap messages received with response code CREATED now parsed correctly.
- Loading branch information
1 parent
c3bb94f
commit 5aa00ff
Showing
6 changed files
with
773 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"00124B0014F7D2EE": { | ||
"allow": ["0xabcd"], | ||
"deny": [] | ||
}, | ||
"EUI_addr2": { | ||
"allow": ["0xbbbb", "0xcccc"], | ||
"deny": [] | ||
}, | ||
"EUI_addr3": { | ||
"allow": [], | ||
"deny": ["0xabcd"] | ||
}, | ||
"EUI_addr4": { | ||
"allow": [], | ||
"deny": [] | ||
} | ||
} |
Oops, something went wrong.