Commit Graph

34 Commits (spacecruft)

Author SHA1 Message Date
Joost Wooning 7909d33aea
CAN FD support (#85)
* variable length AddSignal matrix

* nicer matrix rendering

* fix selecting signal

* correct size of new frame

* MessageBytes canvas wider

* multi line MessageBytes

* fix tests

* can log multirow

* rebase fixes
2022-02-14 16:01:11 +01:00
Chris Vickery 201d16f073
Cache data in memory (#30)
* WIP cabana worker refactor

* Fix out of order data and byte colors

* Reparse messages in a worker for dbc changes

* Reprocess signal data on signal change

* Enforce message frame a little better

* Fix init flow when navigated to directly

* Handle signal reentrancy and adding while loading better

* Cache more aggressively

* Dont test expirey while loading data
2019-11-04 09:10:41 -08:00
Chris Vickery 1be5544df3
Add eslint with explorer configuration (#26)
* Add eslint and run --fix

* Remove precommit prettier
2019-10-07 16:11:53 -07:00
Andy 87b77f3a57 Use signed rlog URLs for shared rides (#20) 2019-09-16 10:38:41 -07:00
Chris Vickery 7754ac67bd
Add raw logs to basic CAN massage view (#8)
* Add raw car state to basic can massage view

* Format and transfer log data better

* Expose most of car state, support 32 bit ints and signed vals better

* Reroute frame requests through getter, intercept log event frame requests

* Add all requested logs

* Remove testing debugger

* Make log events toggle in view

* Fix minor exception with drag and drop
2018-07-24 15:15:09 -07:00
Chris Vickery e8c8b901c1 Switch to use @commaai/pandajs for webusb communications
Squashed commit of the following:

commit c5d1f64a7072d1eeee6cd52b02aed69515275e22
Author: Chris Vickery <chrisinajar@gmail.com>
Date:   Sun Mar 18 17:45:14 2018 -0700

    Change to scoped pandajs

commit 4ebc842bfc957b32eb694b74517bf3aedf5194c7
Author: Chris Vickery <chrisinajar@gmail.com>
Date:   Sun Mar 18 17:37:09 2018 -0700

    Use pandajs lib to communicate with panda modules
2018-03-18 17:46:30 -07:00
ChristopherBiscardi bf801214ea
try to replace manual core-js polyfills with babel-preset-env 2017-12-13 14:04:09 -08:00
ChristopherBiscardi beb0a7ea01
prettier the js 2017-12-12 18:27:20 -08:00
ChristopherBiscardi 40e7efad4c
switch back to create-react-app 2017-12-12 18:24:01 -08:00
Andy Haden 633624cb9c cabana: raw log CSV download (Chris' project) 2017-12-06 13:27:50 -08:00
Andy Haden d361594ee7 cabana: support npy datatype from energee's car 2017-11-13 14:26:11 -08:00
Andy Haden 983672910c cabana: fix signal editor bug with out of bounds bytes 2017-10-26 12:39:11 -07:00
Andy Haden a583d65fba cabana: is fastâ„¢ 2017-10-25 19:55:37 -07:00
Andy Haden f33a1504f1 chffr: support npy datatype that showed up in b3d5e3f72b5e6a76|2017-10-14--13-23-03 2017-10-16 20:06:28 -07:00
Andy Haden 43c218da34 cabana: idempotent share url (no double urlencode); style 2017-09-29 17:43:43 -07:00
Andy Haden 8a80b613e6 cabana: factor out graph data calculation and add tests 2017-08-10 14:14:50 -07:00
Andy Haden a022405b78 cabana: project-wide refactor to fix eslint warnings and minor annoyances 2017-08-07 15:22:57 -07:00
Andy Haden 75134701f7 cabana: remove byteStyles from entries 2017-08-04 15:56:08 -07:00
Andy Haden bd2ba52a35 merge ah/cabana-webusb 2017-08-03 14:41:52 -07:00
Andy Haden 352244373a cabana: don't include github access token in share url 2017-07-13 17:59:14 -07:00
Andy Haden 415fe99b48 cabana: polyfills and proper sourcemap upload url 2017-07-12 14:01:00 -07:00
Andy Haden 1885c607e2 cabana: only show panda ad on demo; share route link; fix tests broken due to cloudlog 2017-07-11 20:45:04 -07:00
Andy Haden e2a14a7fc5 cabana: video always shown; sentry only in production 2017-06-29 13:24:49 -07:00
Andy Haden 23afa59b87 cabana: save per-route dbc changes to localstorage 2017-06-28 18:03:28 -07:00
Andy Haden a822561696 cabana: include css wrapper for string classnames 2017-06-26 21:06:31 -07:00
Andy Haden bfee32615c cabana: new signals are big endian, which improves dragging ux. dragging bugs fixed as well 2017-06-25 21:05:40 -07:00
Andy Haden dd8160678b cabana: byte color coding brown-red based on byte change count 2017-06-23 18:29:37 -07:00
Andy Haden 01651e0899 cabana: towards colorful bytes in the sidebar 2017-06-22 20:38:38 -07:00
Andy Haden afcf25cfe4 cabana: tooltip won't extend past bounds of plot 2017-06-21 20:26:22 -07:00
Andy Haden ecb3cba536 cabana: save dbc to file; modal exit via Esc or new icon 2017-06-21 18:11:04 -07:00
Andy Haden 78e146d41b cabana: edit message modal; separate available / selected messages 2017-06-19 20:40:12 -07:00
Andy Haden 891a2ccabe cabana: more unique signal colors 2017-06-13 21:31:06 -07:00
Andy Haden 71f83a482f can explorer demo 2017-06-13 17:40:05 -07:00
Andy Haden a40e982666 can explorer progress; chffr free space check + build fix 2017-05-29 16:52:17 -07:00