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

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add coap

With Flutter:

 $ flutter pub add coap

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  coap: ^9.0.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:coap/coap.dart';
11
likes
140
pub points
74%
popularity
screenshot

Publisher

verified publisherdarticulate.com

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

Repository (GitHub)
View/report issues

Topics

#iot #network #coap #data

Documentation

API reference

Funding

Consider supporting this project:

www.darticulate.com

License

MIT, BSD-3-Clause (LICENSE)

Dependencies

build, collection, convert, dtls2, event_bus, meta, path, string_scanner, synchronized, typed_data, yaml

More

Packages that depend on coap