meshcore_dart 0.2.0 copy "meshcore_dart: ^0.2.0" to clipboard
meshcore_dart: ^0.2.0 copied to clipboard

A Dart library for controlling MeshCore devices.

example/meshcore_dart_example.dart

import 'dart:typed_data';
import 'package:meshcore_dart/meshcore.dart';

void main() {
  print('MeshCore Dart Library Example');
  
  // Create a packet
  final packet = Packet(0x12, Uint8List(0x34), Uint8List(0x56));
  print('Packet route type: ${packet.routeType}');
}
0
likes
40
points
454
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart library for controlling MeshCore devices.

Repository (GitHub)
View/report issues

License

GPL-3.0 (license)

Dependencies

cryptography, flutter_libserialport, libserialport, libserialport_plus, universal_ble

More

Packages that depend on meshcore_dart