-
Notifications
You must be signed in to change notification settings - Fork 0
Vendor and understand an available CANopen protocol stack #85
Comments
An overview on how to write or vendor a CANopen stack can be found in this Stackoverflow question. The libraries that the accepted answer suggests having a look at are:
In addition to the 4 libraries above, @nazavode pointed also to:
|
Just to sum up a bit, this is what we are currently looking for in a CAN stack:
Nice to have features are:
Just as a quick note, CANFestival provides a virtual driver that just prints stuff to |
Update: after some investigation, we found that:
We reached consensus on the fact that forking, cleaning up and porting to CMake a CanFestival codebase looks like the most promising option. |
Pinging @Giovepluvio and @haram80 as they might also be interested in the discussion. |
We reached consensus about forking here the official fork found at http://dev.automforge.net/CanFestival-3. Given the fact that the authors seem to have fixed some severe bugs (something like 4NXT/canfestival@8488d03 or 4NXT/canfestival@5a35671), still present in upstream, this looks good to @Giovepluvio too. |
Since we reached consensus about choosing the CANFestival way, we can sketch some tasks related to this story:
CMake
The text was updated successfully, but these errors were encountered: