-
hi ,
my self Shiva. I am working on CAN-TP and UDS past one month. I came across this ISO-14229 code. but i am not able to configure s32k144_server. but in examples it given. when i am is search…
-
Hi
I cannot find any example related to UDS Client usage. However i have figured out a way to read the response data and would like to verify if there is any other way. In simple terms I wait for idl…
-
In sys.h file, the macro for Windows system is UDS_SYS_WINDOWS
But in sys_win32.h file, the macro used is UDS_SYS_WIN32
This lead to the error "ssize_t is undefined"
-
Hi,
i've developed some additions to make scapy3k usable for automotive penetration testing.
Mainly I implemented sockets for CAN and ISO-TP and Packet definitions for ISO14229 and a properitary ISO…
-
Thank's a lot! But i think there is somesthing wrong... my original full CAN Log file is raound About 6MB, after iunselected some Frames the Export File is larger den 4GB(!) and i can't open it yet in…
-
"WHY DOES THE SECOND EXECUTION NOT WORK?"
[root@localhost tjz]# candump vcan0
vcan0 7E0 [3] 02 10 03
vcan0 7E8 [7] 06 50 03 00 96 00 96
vcan0 7E0 [3] 02 11 01
vcan0 7E8 […
-
the following might not be a real issue, but i would like to discuss the observation. We have a situation in which we act as a tester and the other nodes go into reboot/health check after an update. W…
-
to be able to implement diagnostic services with low-cost hardware (i.e., microcontrollers for embedded systems or machines exhibiting less than 28 cores in the cloud world), it is necessary to use a…
-
In server mode , mcu just receive "0x7DF 3E 80 ",and debug msg always got like:
_\tp\isotp_c.c 124)ack recv
\tp\isotp_c.c 31)The link is full. Copying 2 bytes
\tp\isotp_c.c 69)just got 2 bytes on f…
-
It's helpfull to simplify designing middleware/app which take care paired nodes, in other words request/response communication, such as in ISO-14229 UDS(Unified Diagnostic Services).
In a diagnosti…