On 28.04.2011 09:42, Kurt Van Dijck wrote:
> On Thu, Apr 28, 2011 at 08:34:02AM +0200, Oliver Hartkopp wrote:
>> On 27.04.2011 11:06, Kurt Van Dijck wrote:
>>> This patch adds SAE J1939 tools & libraries to can-utils
>>>
>>> * jacd: a J1939 address claiming daemon
>>> * jspy: spy on a J1939 bus
>>> * jsr: send/receive J1939 packets
>>
>> Hey, that's definitely very interesting to play with!!
>> (and to see how the API is used ...)
> Happy to hear you got started now :-)
> FYI I added some sendto() examples in the kernel documentation ...
> 
> I believe the kernel part is bugfree now.
> Enjoy J1939!

Hi Kurt,

i tried to follow your documentation and have done this:

root@host:~# IP link set vcan0 j1939 on
root@host:~# IP addr add dev vcan0 j1939 0x20
root@host:~# IP addr add dev vcan0 j1939 0x30

(IP is the patched version of 'ip' on my box)

Then i started in different terminals:

candump -td -c -c any

jspy -P

and then invoked in a third terminal:

echo 11223344 | jsr -v -v vcan0:30,0033

... but nothing happens.

Can you post some examples, how i can experience j1939 with your tools?

Thanks,
Oliver
_______________________________________________
Socketcan-core mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/socketcan-core

Reply via email to