can_engine 0.1.3 copy "can_engine: ^0.1.3" to clipboard
can_engine: ^0.1.3 copied to clipboard

Zero-copy CAN engine with C++ Asio event loop and Glaze reflection. Dart reads the DisplaySnapshot via Pointer.ref — no copies, no GC.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add can_engine

With Flutter:

 $ flutter pub add can_engine

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

dependencies:
  can_engine: ^0.1.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:can_engine/can_engine.dart';
0
likes
140
points
29
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Zero-copy CAN engine with C++ Asio event loop and Glaze reflection. Dart reads the DisplaySnapshot via Pointer.ref — no copies, no GC.

Homepage
Repository (GitHub)
View/report issues

Topics

#can-bus #socketcan #ffi

License

unknown (license)

Dependencies

can_dbc, code_assets, ffi, hooks

More

Packages that depend on can_engine