SavvyCAN icon indicating copy to clipboard operation
SavvyCAN copied to clipboard

support for panda protocol

Open freeesty opened this issue 3 years ago • 2 comments

It would be nice to read live can data from CANserver in SavvyCAN. Canserver supports raw data upload with panda protocol.

more information here: https://github.com/joshwardell/CANserver/wiki/PandaProtocol

freeesty avatar Sep 18 '22 21:09 freeesty

The format doesn't seem too difficult to support. At the moment my copy of the source is all torn up in the connection code. I'm trying to expand it and support some other interfaces. But, then I got busy. So, I can't quickly add this support but I would like to do so when I get the connection code smoothed out again and ready for more additions. As a bonus, this seems like it would extend support for the Comma.AI panda as well. Being able to support more such devices is always a good thing.

collin80 avatar Sep 20 '22 00:09 collin80

I have some code that does this from my older fork. I'll see about pulling an up to date branch and trying to merge it in against that.

pyjamasam avatar Sep 21 '22 16:09 pyjamasam