Commit Graph

37 Commits (f9053f5df4f2a0be475d5b76c84d371f0b26b7b0)

Author SHA1 Message Date
rbiasini f9053f5df4
more Python 3 fixes, attempting to fix jenkins wifi regresison test (#295)
* more Python 3 fixes, attempting to fix jenkins wifi regresison test. Not successful, but closer.
2019-10-10 12:34:52 -07:00
Riccardo 2dc34096a0 2to3 applied 2019-09-24 22:33:46 -07:00
Riccardo ffa68ef711 undo unnecessary brackets for print 2019-09-24 18:07:05 -07:00
Riccardo dbc248027e Fix all the prints with 2to3, some need to be undo 2019-09-24 18:02:15 -07:00
Riccardo 5a7aeba0f5 xrange is gone 2019-09-24 17:56:55 -07:00
Riccardo 1e2412a297 env python -> env python3 2019-09-24 17:50:53 -07:00
dekerr 45d0d286f4 remove whitespace (#255) 2019-07-19 19:35:50 -07:00
Riccardo cd104e2625 Vin query msg is 0x7df 2019-05-22 13:16:19 -07:00
Riccardo Biasini 223323a861 Examples: fixed import bug 2019-05-22 11:49:54 -07:00
ubuntu 18c2e69ed7 Fix query_vin_and_status.py require python 3.7 2019-05-02 09:48:06 -07:00
Adam Urban c0b1ef2c62 Example to get wifi password from panda over USB using python library 2018-08-06 16:02:17 -04:00
AllWashedOut d8fc9ff4e8
Update tesla_tester.py 2018-06-15 12:54:37 -07:00
AllWashedOut 2a8c2c21c4
Strengthen VIN detection
Replaces a counter with a check of the dictionary contents to work around a potential bug: if the same VIN piece were received twice, it would still have incremented the counter.
2018-06-14 17:48:31 -07:00
adhintz de2b19eebe add support for multiple buses to can_unique and can_bittransition
output data in sorted order.
2018-03-09 19:36:04 -08:00
George Hotz be828991ae despite it being bad code, move isotp 2018-03-09 17:37:47 -08:00
George Hotz 81e6b0dc98 fix bug 2018-03-08 18:18:35 -08:00
George Hotz 083cd12875 should have bounty to refactor that ish 2018-03-08 15:10:35 -08:00
George Hotz b65d30cf18 bad asserts 2018-03-08 15:05:19 -08:00
Jennifer Strange b2e6c3fac0 isotp untested support for subaddr 2018-03-08 14:39:36 -08:00
Greg Hogan 858d150e6b added script to find bits that transition from 0 to 1 2018-03-07 13:57:03 -06:00
George Hotz b5e4962560 leave msgs around in isotp 2018-01-22 21:15:41 -08:00
George Hotz 0acce2df19 add recvaddr support 2018-01-22 18:55:10 -08:00
George Hotz 09ab8f6290 add sendaddr support to isotp 2018-01-07 14:31:42 -08:00
Drew Hintz a5f99b5346 update can_unique.py for new can_logger.py format 2017-11-20 22:27:25 -08:00
Drew Hintz 80d2b1fd56 guide to using can_unique.py 2017-11-12 19:27:48 -08:00
Drew Hintz eaff982294 Given an interesting CSV file of CAN messages and a list of background CAN
messages, print which bits in the interesting file have never appeared
in the background files.
2017-11-12 19:27:48 -08:00
Adam Urban 160c9c0809 Add tesla VIN decoder 2017-11-12 15:15:23 -08:00
Adam Urban c58fbdc3b4 Adding a an example for outputting CAN data to a tesla from Panda 2017-11-12 15:15:23 -08:00
Adam Urban 1a7b95e684 Adding 0x to message to Excel doesn't trim leading zeros 2017-11-12 15:15:23 -08:00
Adam Urban acf2377bb7 Add message length column 2017-11-12 15:15:23 -08:00
Adam Urban bc7f21f1a4 Show address in hex to match cabana 2017-11-12 15:15:23 -08:00
Adam Urban 54d827eaf1 Add WiFi support, message counts to can_logger example 2017-11-12 15:15:23 -08:00
Adam Urban ad21cd719e Adding a .csv CAN logger example
Logs on all 3 CAN busses to output.csv
2017-11-03 19:12:42 -07:00
George Hotz c86a19c1dc update isotp lib 2017-10-23 14:31:53 -07:00
George Hotz ad81439f2f for imports 2017-10-23 14:26:10 -07:00
Jennifer Strange 26f2dba4dc query VIN and stats example from periscope 2017-09-30 19:20:33 -07:00
George Hotz 06877818a3 add VIN query example 2017-09-30 12:21:36 -07:00