Kyle Johannes
aa77bbbc9e
first iteration cleanup
2023-11-29 17:05:08 -05:00
Kyle Johannes
0b9491e5e3
android: first working device comm no root
2023-11-18 06:03:30 -05:00
Kyle Johannes
ca630b4569
wip: native libusb can fetch product ID, serial, and android system FDs can be wrapped
2023-11-18 01:47:34 -05:00
Kyle Johannes
b2f67f7ce1
wip: android driver
2023-11-14 14:09:56 -05:00
Kurt Wachowski
90e1aa223d
Packetizer:
2023-10-12 17:33:05 +00:00
Jonathan Schwartz
e0cef880f0
Firmio: Improve exit from Find loop
...
Device: Null check return from std::dynamic_pointer_cast
2023-10-03 16:24:28 +00:00
Jonathan Schwartz
cc7cffe068
Device: FIRE3 Flexray: Add to supported devices for Live Data
2023-09-21 21:28:23 +00:00
Kyle Schwarz
e97b307c4d
Device: Wait up to 1s for GetAll response
...
If there's an active disk read in progress the default 50ms timeout is too short.
2023-09-21 16:52:30 +00:00
Kyle Schwarz
0c436621a0
Disk: Refactor ExtExtractorDiskReadDriver
...
Reading disk data is currently accomplished by redirecting the raw input stream
for the duration of the acquisition, during which no other operation can be
carried out. This change moves disk data reading into the packetizer so the
familiar request/reply with message filters can be used. To accomplish this the
deprecated ISOPIC network type was dropped because the two messages share this
network ID.
Also fixes live data packet lengths which were off-by-one.
2023-09-18 15:44:28 +00:00
Kyle Schwarz
508013baf4
LiveData: Fix unhandled enum warning
2023-08-22 17:55:38 -04:00
Kyle Johannes
8d704b1bbb
LiveData: Initial implementation
...
Add support for live data subscription via Device::subscribeLiveData() and
Device::unsubscribeLiveData(). The live data API can be used to subscribe to
individual "signals", a full list of which can be found in LiveDataValueType.
2023-08-22 16:20:48 -04:00
Max Brombach
018f1fac8e
Device: Add disk drivers to RADGigastar, RADMars, and RADGalaxy
2023-08-15 20:21:57 +00:00
Emily Brooks
188a087c51
Device: Wait longer to receive message in heart beat thread
2023-08-15 19:43:08 +00:00
Jonathan Schwartz
53e66b8772
Communication: Fix NetID VNET conflict
...
There exists a potential conflict with some existing NetIDs and VNET NetIDs in the 200 range. To resolve this there is now an additional optional "expand" argument in various functions that could conflict. In most situations this should be false, and is false for MessageFilters to retain the existing behavior.
2023-08-14 21:47:35 +00:00
Kurt Wachowski
41d6927496
Issue #117
2023-08-02 13:52:52 +00:00
Kyle Schwarz
237bed1b72
Device: Wait for device response in setRTC()
2023-07-18 18:40:41 +00:00
Kyle Schwarz
6c93fc839b
FTD3XX: Update library to 1.0.14
...
Also tweaks FindUSB1.cmake to support a custom prefix libusb.
2023-07-17 19:03:17 +00:00
Kyle Johannes
4cf35acf6c
LIN: Fix protected ID not assigned
2023-07-12 00:05:12 +00:00
Kyle Johannes
9ef93eb73e
Legacy: SpyMessageToNeoMessage length fix for CAN FD
2023-06-28 17:30:09 -04:00
Kyle Johannes
5b3e21fa7c
LIN: C API protected ID automatic calculation
2023-06-22 18:17:00 +00:00
David Rebbe
a36d114e1f
Updated readme for windows builds
2023-06-21 13:17:05 -04:00
David Rebbe
ee9cf26eb2
Updated readme for better linux instructions
2023-06-20 18:29:07 -04:00
Kyle Johannes
d7d98855ea
Legacy: Update icsnVC40 to support Red 2 settings transactions
2023-06-14 14:39:44 +00:00
Kyle Johannes
245f5089da
Network: Add ExtendedData to GetNetIDString
2023-06-05 15:52:29 -04:00
Yasser Yassine
d9c12bffe7
Device: Add device binary export support
2023-05-30 21:22:53 +00:00
Joseph Niksa
f907d6759f
icsneolegacy: implemented getDeviceStatus in C and legacy
...
-Added missing DLL asserts for getRTC() and setRTC() in icsneoc.h
2023-05-25 16:42:38 +00:00
Jonathan Schwartz
1e773ba9ab
Communication: Fix loopLimit when parsing SupportedFeaturesPacket
2023-05-10 23:18:04 +00:00
Bryant Jones
f5096b879c
MDIO: Network support
2023-05-09 18:14:36 +00:00
Kyle Schwarz
0de23f2817
Driver: FTD3XX: Add Arm support
2023-05-09 16:31:49 +00:00
Jonathan Schwartz
32900ae263
Device: Add GetComponentVersions and GetSupportedFeatures commands
...
Driver: Fix re-open and failed open cases for TCP
Also enforces even length packets for the RED2, FIRE3, and FIRE3 FlexRay devices.
2023-05-08 21:07:43 +00:00
Kyle Schwarz
b6d9ef4c7e
EventManager: Add optional debug printing
2023-04-27 18:52:17 +00:00
Kyle Schwarz
2f7c3a2dda
Driver: FTD3XX: Use CMake FetchContent for lib
2023-04-25 15:16:15 +00:00
Kyle Schwarz
bbf348a6ab
Device: Add RADMoon2ZL
...
Also adds a base class for both Moon2 device types.
2023-04-24 22:39:35 +00:00
Kyle Schwarz
73744bf6d9
Examples: Refactor RTC example
2023-04-21 18:30:13 -04:00
Kyle Schwarz
6b0c588a46
Driver: Add FTD3XX
2023-04-20 20:42:36 +00:00
Joseph Niksa
b3bbf91e8c
icsneolegacy: Implemented get() and set() RTC functions
2023-04-20 18:37:05 +00:00
Bryant Jones
af31aa23ad
RAD-Moon3: Add initial support
2023-04-20 17:14:22 +00:00
Joseph Niksa
83f6c611fe
Implemented icsneoLoadDefaultSettings to apply the default settings to the device.
2023-04-20 05:00:46 +00:00
Bryant Jones
4fa813ccbc
Device: Fix supported device networks for several devices
2023-04-18 13:21:39 +00:00
Yasser Yassine
3ddb832708
A2B: Add additional examples
...
Device: Add coremini loading example
2023-04-12 16:29:48 +00:00
Kyle Johannes
63c81b1c3d
LIN: Legacy API
2023-04-05 15:43:26 +00:00
Kyle Schwarz
0fa7494eab
CI: Add Linux platforms
2023-04-04 18:57:42 +00:00
Kyle Schwarz
cd7b0b0a7b
Driver: PCAP: Properly handle RX timeout
...
If res == 0 the header and data will not be populated because no message
was RXed.
2023-03-29 00:51:38 -04:00
Bryant Jones
d9cdd03618
RAD-Comet: Add initial support
2023-03-28 20:58:12 +00:00
Joseph Niksa
832cf9c84b
icsneolegacy: implemented icsneoGetErrorInfo()
2023-03-22 18:39:40 +00:00
Yasser Yassine
bf6a059820
Device: Add Coremini script upload function
2023-03-08 18:58:38 +00:00
Kyle Schwarz
9b46d486cb
Driver: Add TCP support
...
Device: Close Driver in heartbeat thread on disconnection
2023-03-08 18:32:26 +00:00
Yasser Yassine
ddee1254a0
A2B: Add A2B Tx streaming support
...
A2B: Add A2BDecoder for streaming wave to A2B device
RADA2B: Add functions to configure settings
2023-03-08 18:22:14 +00:00
Kyle Johannes
539cfa511b
LIN: Network support
2023-02-03 18:27:08 +00:00
Emily Brooks
4229d8b66a
Device: Update the capture callback to include all of the wivi capture information
2023-01-18 23:17:59 +00:00