CoAP library for D
Go to file
Tristan B. Velloza Kildaire 74f287ad9d CoapPacket
- On the beginning of each loop print out the `data` buffer from the `idx` till the end of the array
- When handling an extended option delta (16bits) we now extract it, add missing 269, add the current delta.
- THEN we jump over that 16bit entity, now we check the option length type based on previously available information
- So far we support ZERO_TO_TWELVE
- WIP: What to do with the new delta? Do we increment it? If so, how?!?
2023-09-21 17:20:00 +02:00
.github/workflows Update d.yml 2023-09-18 14:00:34 +02:00
source/doap CoapPacket 2023-09-21 17:20:00 +02:00
.gitignore - Fixed .gitignore 2023-09-11 21:37:05 +02:00
dub.json Dub 2023-09-11 21:36:19 +02:00
LICENSE - Added LICENSE 2023-09-12 18:39:35 +02:00
README.md Update README.md 2023-09-12 18:43:55 +02:00

doap

D

doap is a CoAP library for the D programming language.

Usage

TODO: Add docs

License

This project is licensed under the LGPL v3.0.