can_socket 0.1.3
can_socket: ^0.1.3 copied to clipboard
Pure Dart FFI bindings for Linux SocketCAN. Raw CAN, CAN FD, BCM, ISO-TP, and J1939.
0.1.3 #
- Add CI coverage for all packages and Flutter examples.
- Add pubspec_overrides.yaml workflow for monorepo development.
0.1.1 #
- Add README, CHANGELOG, LICENSE, and example for pub.flutter-io.cn.
- Add repository, homepage, and topic metadata to pubspec.
0.1.0 #
- Initial release.
- Raw CAN and CAN FD frame send/receive (
CanSocket). - Isolate-based async
frameStreamfor non-blocking reception. - Hardware-level CAN filters (
CanFilter). - CAN Broadcast Manager for cyclic TX and content-change RX (
CanBcmSocket). - ISO-TP transport for UDS/OBD-II diagnostics (
CanIsotpSocket). - SAE J1939 PGN-level socket (
CanJ1939Socket). - All Linux SocketCAN constants exported.