@@ -4,8 +4,8 @@ This is the medium module for the Daredevil project. It's connected to one or mo
from the CAN bus. This data will be propogated through Ethernet to be displayed on a console.
See [daredevil-visualizer](https://gitlab.com/rust-daredevil-group/daredevil-visualizer).
Currently this implementation only works on a Linux computer with Kvaser's CAN adapters. But will be ported to the Xilinx Zynq UltraScale+™ MPSoC Ultra96
dev board later.
Currently this implementation only works on a Linux computer with Kvaser's CAN adapters. It can also run in Linux userspace on the Xilinx Zynq UltraScale+™ MPSoC Ultra96
dev board together with the Kvaser adapters.
New protocols and communication interfaces can be implemented using __'protocol_interface.rs'__ and
__'communication_interface.rs'__. A communication interface needs to be made for the type of interface you
...
...
@@ -19,7 +19,7 @@ of these two can be found in the source directory.
*`cargo`
* If running on a Linux device with Kvaser CAN hardware you need to install Kvaser drivers as well as CANlib.
See [canlib-rs](https://gitlab.com/rust-daredevil-group/lib/canlib-rs) and the [Kvaser guide](https://gitlab.com/rust-daredevil-group/daredevil-medium/blob/master/kvaser_getstarted.md).
***Optional:** Avnet Ultra96 board. Check the guide on how to get it up and running.
***Optional:** Avnet Ultra96 board. Check the [Ultra96 guide](https://gitlab.com/rust-daredevil-group/daredevil-medium/blob/master/ultra96_gettingstarted.md) on how to get it up and running.