Skip to content

Commit

Permalink
init j1939 datalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JannesBrands committed Jan 27, 2024
1 parent da74b03 commit 38309bf
Show file tree
Hide file tree
Showing 16 changed files with 385 additions and 579 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ bitvec = "1.0.1"
rand = "0.8.5"
socketcan = { version = "2.0.0", optional = true }
strum_macros = "0.25.2"
embedded-can = "0.4.1"

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion examples/forward.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use std::sync::mpsc::channel;

use ag_iso_stack::driver::{Driver, DriverReadError, Frame, SocketcanDriver};
use ag_iso_stack::j1939::{Driver, DriverReadError, Frame, SocketcanDriver};
use clap::Parser;

/// Forward CAN traffic from one interface to another
Expand Down
297 changes: 0 additions & 297 deletions src/driver/can_id.rs

This file was deleted.

19 changes: 0 additions & 19 deletions src/driver/frame.rs

This file was deleted.

Loading

0 comments on commit 38309bf

Please sign in to comment.