Skip to content

carloop/simulator-program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAN Simulator Program

This is the program I use on the Raspberry PI CAN simulator to help develop and test the Carloop open-source car adapter.

It is written in Go, using embd, the Embedded Programming Framework in Go.

The driver for the MCP2515 CAN controller defines CAN message structures and takes care of the communication with the CAN controller over SPI.

Currently the main program prints any CAN message received and sends a test message every 10 milliseconds.

Installation

License

Copyright 2016 Julien Vanier. Distributed under the MIT license. See LICENSE for details.

About

Software for the CAN bus simulator on the Rasperry Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages