Open RFiler opened 9 months ago
Due to Wireshark being an analyzer only, it has no support of sending data.
We're looking into the possibility of modifying the extcap utility, adding an additional dialog allowing the transmission of frames. Until then the only way to send data is using the C interface.
ok no worries, i can't find any examples around using the C interface, do you have any demo code or just a quick explanation of how the interface is set up and how to communicate with it? I'm not super familiar with C programming, but it would be super useful for my project to use some lower level CAN commands with board
Some example code for the SDK in the first release would be perfect
ok no worries i've got a script working with the SDK, the problem was just my inexperience with setting the compilation settings. The detailed comments in the header file are much appreciated
We have updated the Wiki to guide through the first steps in sending/receiving data from the CBA. We also have an updated version of the extcap utility which allows the transmission of frames, however it will take till end of March to get it released.
We have updated the Wiki to guide through the first steps in sending/receiving data from the CBA. We also have an updated version of the extcap utility which allows the transmission of frames, however it will take till end of March to get it released.
Hello,
Can you send me new "extcap" i need to transmit a data packet.
Hi,
I was just wondering if there's a way to transmit a data packet from the APGDT006 board through the wireshark extcap. Or if there's some other way to get the board to do a loopback test.
Thanks