CoAP library for D
Go to file
Tristan B. Velloza Kildaire a9d809bea5 CoapRequest
- Added new class
- This represents a request that has been made. This is normally stored inside the `CoapClient` and used to find matching responses that come through in the messaging layer.
- It is composed of the `token` and the future which was created. Therefore when the messaging layer receives a new CoAP packet it can then try match it to one of these requests, in the event it finds a match it can retrieve the future, place the received `CoapPacket` into it and then wake up anyone doing a blocking `get()` on it.
2023-09-14 16:31:14 +02:00
.github/workflows Create d.yml 2023-09-12 18:42:57 +02:00
source/doap CoapRequest 2023-09-14 16:31: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
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.