mcumgr 0.0.3 copy "mcumgr: ^0.0.3" to clipboard
mcumgr: ^0.0.3 copied to clipboard

Dart client for the mcumgr embedded device management protocol.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mcumgr

With Flutter:

 $ flutter pub add mcumgr

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

dependencies:
  mcumgr: ^0.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:mcumgr/mcumgr.dart';
8
likes
140
points
70
downloads

Publisher

verified publisherjkdhn.me

Weekly Downloads

Dart client for the mcumgr embedded device management protocol.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

cbor

More

Packages that depend on mcumgr