Commit Graph

2990 Commits

Author SHA1 Message Date
George Hotz
80766f184f Merge pull request #60 from energee/mac-update
Adds Mac-specific instructions for setting up board and esp
2017-11-12 19:28:37 -08:00
George Hotz
e58a1cb7b9 Merge pull request #59 from appleguru/master
Update can_logger example to support WiFi, per bus statistics, more
2017-11-12 19:28:19 -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
Gábor Lipták
f03004215f Cache crosstool-NG for Travis
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
2017-11-12 19:27:16 -08:00
Adam Urban
207165f6ae Merge remote-tracking branch 'upstream/master' 2017-11-12 20:17:58 -05:00
Gábor Lipták
284e47e1d2 Add Travis badge to README 2017-11-12 16:47:29 -08:00
George Hotz
ec237d145d fix travis 2017-11-12 16:47:16 -08:00
Gábor Lipták
511d8631ce Add board and boardesp to Travis
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
2017-11-12 15:22:57 -08:00
Adam Urban
12838d78f0 Removing extra text from label 2017-11-12 15:15:23 -08:00
Adam Urban
f21b7afdc0 Parse URI query string for properties
Add 404
2017-11-12 15:15:23 -08:00
Adam Urban
3a11d34977 Replace HTML line breaks with newlines to restore original formatting and clean up HTML
Since the body is now properly enclosed in pre tags, browsers interpret newlines literally
2017-11-12 15:15:23 -08:00
Adam Urban
8de83389c4 Output valid HTML on built in webpage 2017-11-12 15:15:23 -08:00
Adam Urban
a9a17c2e1c Fixed missing )
Sorry!
2017-11-12 15:15:23 -08:00
Adam Urban
093405c8b8 Move Requests to XHRs so page doesn't reload 2017-11-12 15:15:23 -08:00
Adam Urban
3cecacc88e 0xe6 packet has no response 2017-11-12 15:15:23 -08:00
Adam Urban
90770e238f Add basic USB controls to built in webserver 2017-11-12 15:15:23 -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
Drew Hintz
67d2e01fa8 guide to using can_unique.py 2017-11-10 23:28:44 -08:00
Drew Hintz
631055fa39 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-10 22:35:04 -08:00
Ted Slesinski
3d7349f7e7 Update READMEs 2017-11-10 05:56:38 -05:00
Ted Slesinski
ed294151ab SDK script for Mac 2017-11-10 05:24:17 -05:00
Adam Urban
4edd5c3e5a Add tesla VIN decoder 2017-11-07 03:10:10 -05:00
Adam Urban
f4922550c2 Adding a an example for outputting CAN data to a tesla from Panda 2017-11-07 01:54:57 -05:00
Adam Urban
b686de6e2e Merge branch 'master' of https://github.com/commaai/panda 2017-11-04 18:50:40 -04:00
Adam Urban
d97c42918b Adding 0x to message to Excel doesn't trim leading zeros 2017-11-04 18:37:17 -04:00
Adam Urban
19f5d79993 Add message length column 2017-11-04 18:12:31 -04:00
Adam Urban
05dc9baeee Show address in hex to match cabana 2017-11-04 17:35:28 -04:00
Adam Urban
829d99b5f9 Add WiFi support, message counts to can_logger example 2017-11-04 17:32:24 -04:00
Riccardo
4e64f494e2 Toyota Safety: slower torque ramp down 2017-11-03 21:24:29 -07: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
Adam Urban
d03154dafa Adding a .csv CAN logger example
Logs on all 3 CAN busses to output.csv
2017-11-03 22:01:18 -04:00
George Hotz
849f68879d bump version to 1.0.2 2017-10-28 20:50:04 -07:00
George Hotz
8362bad2c1 up to 10 2017-10-28 20:12:13 -07:00
George Hotz
bbd931e945 Up max torque error to 500 to deal with noise 2017-10-28 20:08:30 -07:00
George Hotz
c515c34f9f Merge pull request #54 from commaai/rate-lim
Toyota: rate limit checks for steer torque
2017-10-28 19:56:07 -07:00
Riccardo
7e32fe9b03 typo fix 2017-10-28 19:05:28 -07:00
Riccardo
071857f400 bug fix in toyota max torque error violation 2017-10-28 18:45:56 -07:00
Riccardo
391acd345e fixed 2 typos 2017-10-28 16:46:17 -07:00
George Hotz
086bf3278f reset ts 2017-10-28 16:32:36 -07:00
George Hotz
c02d8c84e3 move this for readability 2017-10-28 16:31:10 -07:00
George Hotz
25800e0920 better comments, change limit 2017-10-28 16:29:23 -07:00
George Hotz
f407e68946 refactor 2017-10-28 16:22:32 -07:00
George Hotz
94bd13e6e9 Merge pull request #53 from gliptak/travis1
Add .travis.yml
2017-10-28 13:42:25 -07:00
Gábor Lipták
6b5c26a95a Add .travis.yml
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
2017-10-28 13:40:46 -04:00