Skip to content
forked from 1248/microcoap

A small CoAP implementation for microcontrollers

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.microcoap
Notifications You must be signed in to change notification settings

RIOT-Makers/YaCoAP

 
 

Repository files navigation

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:

  • /.well-known/core: as per standard you receive resources in link-format
  • /piggyback: the response is combined with the ACK
  • /separate: if request is CON it sends separate acknowledgement and response messages, if request is NONCON you get a response message only (no ACK)

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"

About

A small CoAP implementation for microcontrollers

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.microcoap

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C 96.8%
  • Makefile 3.2%