CoAP library for D
Go to file
Tristan B. Velloza Kildaire f7f928023d Packet
- Added `setTokenLength(ulong)` which returns `false` if the token length is above 15, else sets the token length (<=15) and returns `true`
- Added `setToken(ubyte[])` which sets the token (and length) and checks that the length is fine

Exceptions

- Added new exception time `CoapException`
2023-09-12 11:09:14 +02:00
source/doap Packet 2023-09-12 11:09:14 +02:00
.gitignore - Fixed .gitignore 2023-09-11 21:37:05 +02:00
dub.json Dub 2023-09-11 21:36:19 +02:00