Commit Graph

5 Commits

Author SHA1 Message Date
d6a9f7d329 Packet
- Defined `CoapPacket` to represent a CoAP packet
- Added the required fields
- Constructor sets the version to `1` (the only version available)
- `getBytes()` no encodes the first byte of the CoAP header (versio, type and token length)
2023-09-11 22:18:19 +02:00
ec4f57af5d Codes
- Added the codes for messages
- These are 8-bits
2023-09-11 21:39:31 +02:00
d9a6eb3280 - Fixed .gitignore 2023-09-11 21:37:05 +02:00
c3e29c41d0 Dub
- Added dub package descriptor
- Set `"targetType"` to `"library"`
2023-09-11 21:36:19 +02:00
718ef2833e - Added .gitignore 2023-09-11 21:35:18 +02:00