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

RV-C protocol layer on package:j1939. DGN definitions, command/status helpers, and RvcEcu with RV-C NAME defaults for recreation vehicles.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate rvc

Use it

The package has the following executables:

$ rv_sim
$ rvc_demo

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rvc

With Flutter:

 $ flutter pub add rvc

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

dependencies:
  rvc: ^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:rvc/rvc.dart';
0
likes
130
points
7
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

RV-C protocol layer on package:j1939. DGN definitions, command/status helpers, and RvcEcu with RV-C NAME defaults for recreation vehicles.

Homepage
Repository (GitHub)
View/report issues

Topics

#can-bus #rvc #rv

License

unknown (license)

Dependencies

can_codec, j1939

More

Packages that depend on rvc