RIOT-Makers / YaCoAP

A small CoAP implementation for microcontrollers
MIT License
5 stars 6 forks source link

YaCoAP - Yet another CoAP library

example

tests

Build all tests by simply running make within subdirectory /tests. This will create the following test applications, + use Firefox+Copper.

piggyback

This tests is a CoAP server application which provides distinct resources:

request_get

This test application sends a GET request to a chosen server, it retrieves and prints /.well-known/core.

./request_get host|ip

request_put

This test application sends a PUT request to a chosen server for any path with any content.

./request_put host|ip "path" "content"