v0.1.0
The first release brings the following features:
- CoAP client
- PUT
- POST
- GET
- CoAP server
- Example for Pycom device
Mutable properties when sending a packet
- IP : The IP of the receiving end
- Port : The listening port of the receiving end
- URL: The URL path used in the CoAP request
- Method: The request type: GET, PUT, POST, DELETE
- Payload: The actual payload to be transferred. The format of the payload is defined at "Content Type"
- Content Type: format of the "Payload"
- Query Option: Extra parameters added on the request's URI following the URL query format