dronecan / pydronecan

python DroneCAN code generation, interface and utilities
MIT License
38 stars 39 forks source link

added UDP multicast support #41

Closed tridge closed 1 year ago

tridge commented 1 year ago

this allows for both bxCAN and CANFD packets to be sent over UDP multicast

multicast address is 239.65.82.B, last octet is logical bus number UDP port number is 57732

packet format is

magicrub commented 1 year ago

Is this something we want to add to the initial networking PR?

tridge commented 1 year ago

Is this something we want to add to the initial networking PR?

I think it should be separate, I want to get it into libcanard, pydronecan and GUI tool first