libicsneo/include/icsneo/communication
Max Brombach 02f1b4592e Device/Disk: Add VSA read and parse functionality
Implement ability to extract network traffic (CAN, LIN, Ethernet, etc.) from VSA message records on disk. Add a method to Device class that uses the VSAParser and the individual record types to extract messages from the VSA message records and pass them back to the communication system. This routes messages such that it appears as if they were discovered live instead of read from disk. The parse process (in Device) requires determination of metadata about the VSA file system on a device before it can begin extracting messages. This currently only handles data captured from the current coremini script on a device.
2023-11-15 16:02:47 +00:00
..
message Device/Disk: Add VSA read and parse functionality 2023-11-15 16:02:47 +00:00
packet LiveData: Initial implementation 2023-08-22 16:20:48 -04:00
command.h Device: Add CoreMini flashing support 2023-11-08 18:47:03 -05:00
communication.h Device/Disk: Add VSA read and parse functionality 2023-11-15 16:02:47 +00:00
decoder.h Add receive support for ISO 9141-2 2021-02-18 23:19:33 -05:00
driver.h FirmIO: Initial commit 2022-03-27 18:10:24 -04:00
encoder.h Device: Implement Ethernet PHY MDIO Communication 2021-12-08 19:07:07 -05:00
ethernetpacketizer.h Drivers: Decouple from devices 2022-03-27 14:30:31 -04:00
io.h neoVI FIRE 2: MiscIO and EMiscIO Support 2021-04-21 10:40:35 -04:00
livedata.h LiveData: Fix unhandled enum warning 2023-08-22 17:55:38 -04:00
multichannelcommunication.h Disk: Read driver for Plasion 2022-02-28 03:40:44 -05:00
network.h Disk: Refactor ExtExtractorDiskReadDriver 2023-09-18 15:44:28 +00:00
packet.h Add missing C++ guards 2020-08-18 16:01:51 -04:00
packetizer.h Packetizer: 2023-10-12 17:33:05 +00:00