j1939 0.1.1 copy "j1939: ^0.1.1" to clipboard
j1939: ^0.1.1 copied to clipboard

SAE J1939 on Linux SocketCAN via Dart FFI. Address claiming, BAM/RTS-CTS transport, DM1 diagnostics, NMEA 2000 Fast Packet, and zero-copy frames.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate j1939

Use it

The package has the following executables:

$ j1939
$ load_node

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add j1939

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

dependencies:
  j1939: ^0.1.1

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

Import it

Now in your Dart code, you can use:

import 'package:j1939/j1939.dart';
0
likes
0
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

SAE J1939 on Linux SocketCAN via Dart FFI. Address claiming, BAM/RTS-CTS transport, DM1 diagnostics, NMEA 2000 Fast Packet, and zero-copy frames.

Homepage
Repository (GitHub)
View/report issues

Topics

#can-bus #j1939 #nmea2000 #socketcan #ffi

License

unknown (license)

Dependencies

code_assets, ffi, hooks

More

Packages that depend on j1939