Skip to content

Commit

Permalink
Complete rework of CAN netlink gateway.
Browse files Browse the repository at this point in the history
Major changes:

- rework internal structures to prepare routings and modifications of CAN traffic also to non-CAN interfaces
- fix reading of netlink messages in cangw.c (added RTCAN_RTA / RTCAN_PAYLOAD macros)
- rework reading of gw-job lists in cgw_dump_jobs()
- rename of functions and API definitions to have a common namespace cgw_
- added infrastructure to perform crc8 and xor checksums in CAN frame data[]

TODO:

- add and test functionality for crc8 and xor checksums in CAN frame data[]
- add help text for crc8 and xor checksums in CAN frame data[]
  • Loading branch information
hartkopp committed Apr 10, 2010
1 parent ee562a9 commit a784e1e
Showing 1 changed file with 259 additions and 91 deletions.
Loading

0 comments on commit a784e1e

Please sign in to comment.