josemic

Results 21 comments of josemic

@marckleinebudde : I have tried to fork on github [https://github.com/linux-can/linux/](https://github.com/linux-can/linux/) however that was not possible, as I had already forked torvalds/linux. I have now created a first trival patch (patch-1),...

@marckleinebudde : Please review patch-1 to patch-4 in josemic/linux repository. Do you need further changes of commit messages?

The documentation does not describe how to get the currently used Source Address via the socket interface, when using e.g. j1939acd. The Linux can j1939 implementation encapsualtes this nicely, however...

@olerem, a Kernel interface to translate a NAME to its current address, would be fine. Until that happens, I could rewrite the j1939acd in TTCN and extend it with an...

Ok. How about IP6? I am currently using the example from sniffer.erl: ``` [Ether, IP, Hdr, Payload] = decode(pkt:link_type(DLT), Packet), {Saddr, Daddr, Proto} = case IP of #ipv4{saddr = S,...

@msantos: You suggestion seems to work with ip4. But use more specific variable name like Len, e.g. "PayloadLen".

I think the padding could be calculated by pkt, not by the upper layer. To make 1-to-1 decoding between binary and records possible, I suggest to extend the record with...

I see. If you have a model of the packet (the Erlang representation) it should match the real packet, otherwise: - you can not earmark packets based on that original...

Looks like German Railway hast stopped providing their interface to query railway data. Due to this case KDE Itineary seems to have created transitous have train data apps independent of...