coap 4.2.0 copy "coap: ^4.2.0" to clipboard
coap: ^4.2.0 copied to clipboard

outdated

A CoAP library for Dart. A full implementation of an IPV4/6 CoAP client

example/README.md

examples #

This directory contains examples showing basic usage such as ping, discover, put/post etc. and raw request handling using the coap.me and californium test servers.

A reasonable starting point is the get_resource.dart example.

The coap.me API: https://coap.me/crawl/coap://coap.me:5683

The californium plugtest API is exercised in their plugtests: https://github.com/eclipse/californium/blob/master/demo-apps/cf-plugtest-client/src/main/java/org/eclipse/californium/plugtests/PlugtestClient.java