CoAP library for D
Go to file
Tristan B. Velloza Kildaire 31b5d13943 CoapClient
- Added a `Condition` variable for the `requestsLock` mutex
- Added `transmitRequest(CoapRequest request)` which will take in the `CoapRequest`, yank the `CoapPacket` from it, encode it, send it over the underlying transport and then start the request's timer
- Added some code for a future "watcher" routine

CoapRequest

- Added a `StopWatch` timer which does not auto start
- Added `startTime()` which starts the timer
- Added `getAndReset()` which gets the elapsed time and resets it
2023-09-22 16:19:24 +02:00
.github/workflows Update d.yml 2023-09-18 14:00:34 +02:00
source/doap CoapClient 2023-09-22 16:19:24 +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.