goodfet
11 years agochanges to the comments
chrishoder [Tue, 26 Feb 2013 02:45:08 +0000 (02:45 +0000)]
changes to the comments

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1536 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agodebugged speedometer hack, added RPM hack
chrishoder [Mon, 25 Feb 2013 15:48:00 +0000 (15:48 +0000)]
debugged speedometer hack, added RPM hack

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1535 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agopolished speedometer hack method a bit, going to go test it now
chrishoder [Mon, 25 Feb 2013 14:33:38 +0000 (14:33 +0000)]
polished speedometer hack method a bit, going to go test it now

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1534 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoadded comments
chrishoder [Sun, 24 Feb 2013 03:36:42 +0000 (03:36 +0000)]
added comments

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1531 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoAdded a section for viewing arbitration IDs information. This will be stored in a...
chrishoder [Sat, 23 Feb 2013 23:18:31 +0000 (23:18 +0000)]
Added a section for viewing arbitration IDs information. This will be stored in a json file in the hoder contrib folder

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1524 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoadded speedometer hack to MCPCANCommunication
chrishoder [Sat, 23 Feb 2013 17:40:12 +0000 (17:40 +0000)]
added speedometer hack to MCPCANCommunication

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1523 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoadded comments, rearranged code to be more readable
chrishoder [Fri, 22 Feb 2013 19:44:00 +0000 (19:44 +0000)]
added comments, rearranged code to be more readable

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1522 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agodebugged a few errors
chrishoder [Thu, 21 Feb 2013 23:55:24 +0000 (23:55 +0000)]
debugged a few errors

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1521 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoi2c.c fixes including:
asmig [Wed, 20 Feb 2013 19:23:42 +0000 (19:23 +0000)]
i2c.c fixes including:
- timing cleanup
- release bus after transactions so other masters may take the bus

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1518 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoincreased capabilities to the write from file to allow it to read and use a sniff...
chrishoder [Wed, 20 Feb 2013 04:49:36 +0000 (04:49 +0000)]
increased capabilities to the write from file to allow it to read and use a sniff saved data file

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1517 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agodebugged my attempt to fake the VIN
chrishoder [Wed, 20 Feb 2013 04:32:41 +0000 (04:32 +0000)]
debugged my attempt to fake the VIN

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1516 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agowrote a method to try and fake the vin
chrishoder [Wed, 20 Feb 2013 03:55:28 +0000 (03:55 +0000)]
wrote a method to try and fake the vin

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1515 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoadded flexible packet sending function, multiPacketSpit
chrishoder [Wed, 20 Feb 2013 03:30:35 +0000 (03:30 +0000)]
added flexible packet sending function, multiPacketSpit

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1514 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agodebuggin of some gui methods
chrishoder [Wed, 20 Feb 2013 03:22:09 +0000 (03:22 +0000)]
debuggin of some gui methods

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1513 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoadded filtering on data bytes; use -db0 and -db1 flag on sniff
chrishoder [Wed, 20 Feb 2013 02:40:12 +0000 (02:40 +0000)]
added filtering on data bytes; use -db0 and -db1 flag on sniff

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1512 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoAdded a lot of comments to fully describe alot of the methods we have created.
chrishoder [Tue, 19 Feb 2013 23:11:05 +0000 (23:11 +0000)]
Added a lot of comments to fully describe alot of the methods we have created.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1510 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoadded filterForPacket method, as discussed with Hoder
chrishoder [Tue, 19 Feb 2013 21:10:30 +0000 (21:10 +0000)]
added filterForPacket method, as discussed with Hoder

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1509 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoadded and debugged two new experiment methods. one listens and responds the other...
chrishoder [Tue, 19 Feb 2013 05:45:06 +0000 (05:45 +0000)]
added and debugged two new experiment methods. one listens and responds the other will fuzz all possible ids

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1508 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoupdated some new experiment methods. you can now fuzz on all ids randomly as well...
chrishoder [Tue, 19 Feb 2013 05:04:17 +0000 (05:04 +0000)]
updated some new experiment methods. you can now fuzz on all ids randomly as well as do a listen response method

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1507 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agodebugged the reInject fuzzer method
chrishoder [Mon, 18 Feb 2013 22:55:41 +0000 (22:55 +0000)]
debugged the reInject fuzzer method

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1506 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoadded Comments to a lot of the methods
chrishoder [Mon, 18 Feb 2013 17:32:46 +0000 (17:32 +0000)]
added Comments to a lot of the methods

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1505 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoMinor improvements in I2C client:
asmig [Mon, 18 Feb 2013 09:47:05 +0000 (09:47 +0000)]
Minor improvements in I2C client:
- cleaning up clock
- pass back ACKed byte count on write

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1504 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoI2C master app and client. Impressively ugly. Might work occasionally.
asmig [Mon, 18 Feb 2013 02:55:02 +0000 (02:55 +0000)]
I2C master app and client.  Impressively ugly.  Might work occasionally.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1503 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agodebugged some additions to the generation fuzzer
chrishoder [Sun, 17 Feb 2013 23:12:41 +0000 (23:12 +0000)]
debugged some additions to the generation fuzzer

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1502 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agogeneralized the generation fuzzer to allow you to choose which ids you want to random...
chrishoder [Fri, 15 Feb 2013 23:34:09 +0000 (23:34 +0000)]
generalized the generation fuzzer to allow you to choose which ids you want to randomly inject also

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1501 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoAdded the option to automatically re-inject packets that we have fuzzed and injected...
chrishoder [Fri, 15 Feb 2013 06:10:29 +0000 (06:10 +0000)]
Added the option to automatically re-inject packets that we have fuzzed and injected before. Also added threading to the experiments so that you can set up for the next one while one is running

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1499 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agochanges to the generation fuzzer
chrishoder [Fri, 15 Feb 2013 04:25:37 +0000 (04:25 +0000)]
changes to the generation fuzzer

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1498 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoFixed USB host bugs.
travisutk [Thu, 14 Feb 2013 23:04:49 +0000 (23:04 +0000)]
Fixed USB host bugs.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1497 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agogit-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1496 12e2690d-a6be-4b82...
chrishoder [Thu, 14 Feb 2013 05:26:54 +0000 (05:26 +0000)]
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1496 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years ago added packet fuzzing
chrishoder [Thu, 14 Feb 2013 03:15:07 +0000 (03:15 +0000)]
 added packet fuzzing

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1493 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoupdated features for two different types of sniffing. fixed and scrolling. This can...
chrishoder [Wed, 13 Feb 2013 20:04:34 +0000 (20:04 +0000)]
updated features for two different types of sniffing. fixed and scrolling. This can be changed on the gui

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1487 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agominor bug fix on parsing experiments data
chrishoder [Wed, 13 Feb 2013 03:27:42 +0000 (03:27 +0000)]
minor bug fix on parsing experiments data

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1483 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agonew method that allows you to load a file with packets in it and then write them...
chrishoder [Wed, 13 Feb 2013 03:15:07 +0000 (03:15 +0000)]
new method that allows you to load a file with packets in it and then write them all to a bus. Also moved more experiment type methods out of GoodFETMCPCANCommunication into a subclass of GoodFETMCPCANCommunication called experiments. This includes the rtrsweep, idsweep

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1482 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoplayed around with different inputs to change the temperature display
chrishoder [Tue, 12 Feb 2013 03:46:35 +0000 (03:46 +0000)]
played around with different inputs to change the temperature display

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1480 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoadded a method which should oscillate the temperature back and forth
chrishoder [Tue, 12 Feb 2013 03:12:00 +0000 (03:12 +0000)]
added a method which should oscillate the temperature back and forth

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1479 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agochanges to debug the spit/write code and my ford experiments
chrishoder [Tue, 12 Feb 2013 02:59:46 +0000 (02:59 +0000)]
changes to debug the spit/write code and my ford experiments

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1478 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoadded method to count db1 to see if that changes the speed of odometer increase
chrishoder [Tue, 12 Feb 2013 02:02:20 +0000 (02:02 +0000)]
added method to count db1 to see if that changes the speed of odometer increase

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1477 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agochanges to the GUI to allow for better loading and writing as well as tested our...
chrishoder [Tue, 12 Feb 2013 01:56:23 +0000 (01:56 +0000)]
changes to the GUI to allow for better loading and writing as well as tested our FordExperiments stuff

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1476 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoadded an experiment to test our knowledge of the arbID 1056 in the new file FordExper...
chrishoder [Tue, 12 Feb 2013 00:14:27 +0000 (00:14 +0000)]
added an experiment to test our knowledge of the arbID 1056 in the new file FordExperiments.py

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1475 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agochanges to a bug on the spit method
chrishoder [Mon, 11 Feb 2013 19:43:47 +0000 (19:43 +0000)]
changes to a bug on the spit method

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1471 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoAdd Chipcon CC2500 (and alike) SPI support + web pages. RX is not working yet.
jmichelp [Mon, 11 Feb 2013 09:14:06 +0000 (09:14 +0000)]
Add Chipcon CC2500 (and alike) SPI support + web pages. RX is not working yet.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1469 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoimproved ecdump... actually goes back and rereads sections that have failed. failure...
dodge-this [Fri, 8 Feb 2013 20:30:30 +0000 (20:30 +0000)]
improved ecdump... actually goes back and rereads sections that have failed.  failures were causing breaks in segments.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1468 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agojtagarm: a few cleanup things...
dodge-this [Thu, 7 Feb 2013 12:56:30 +0000 (12:56 +0000)]
jtagarm: a few cleanup things...

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1467 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agojtagarm: jtag_trans_many tested and working. this will allow us to abstract out...
dodge-this [Thu, 7 Feb 2013 12:53:22 +0000 (12:53 +0000)]
jtagarm: jtag_trans_many tested and working.  this will allow us to abstract out all versions of ARM debug interface including ARM7TDMI (existing in gf already), ARM9TDMI, ARM11, ADIv4 and ADIv5 (and likely everything else)

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1466 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agojtagarm: added jtag_trans_many and supporting firmware and client functions/protocol...
dodge-this [Thu, 7 Feb 2013 12:30:24 +0000 (12:30 +0000)]
jtagarm: added jtag_trans_many and supporting firmware and client functions/protocol, allowing greater control over arbitrary size scan chains (currently DR is the focus).  LSB portion is working and relatively well-tested using IDCODE and shifting 41 bits.  still have to true up the MSB part.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1465 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agojtagarm: added jtag_trans_many and supporting firmware and client functions/protocol...
dodge-this [Thu, 7 Feb 2013 12:30:10 +0000 (12:30 +0000)]
jtagarm: added jtag_trans_many and supporting firmware and client functions/protocol, allowing greater control over arbitrary size scan chains (currently DR is the focus).  LSB portion is working and relatively well-tested using IDCODE and shifting 41 bits.  still have to true up the MSB part.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1464 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agofixed a small bug with writing
chrishoder [Thu, 7 Feb 2013 01:55:51 +0000 (01:55 +0000)]
fixed a small bug with writing

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1463 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agochanges to allow for deltaT of each packet to work. debugged and displaying nicely
chrishoder [Wed, 6 Feb 2013 04:43:33 +0000 (04:43 +0000)]
changes to allow for deltaT of each packet to work. debugged and displaying nicely

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1462 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agochanges to the hyperlink commands to allow for arbID link binding
chrishoder [Wed, 6 Feb 2013 01:00:32 +0000 (01:00 +0000)]
changes to the hyperlink commands to allow for arbID link binding

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1458 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agochanges to get the threading working for sniff in mainDisplay. removed bugs
chrishoder [Tue, 5 Feb 2013 23:16:12 +0000 (23:16 +0000)]
changes to get the threading working for sniff in mainDisplay. removed bugs

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1456 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agochanges to the viewing of data off the bus in mainDisplay. Data now streams to window...
chrishoder [Tue, 5 Feb 2013 22:51:23 +0000 (22:51 +0000)]
changes to the viewing of data off the bus in mainDisplay. Data now streams to window and not terminal

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1455 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agojtagarm9 - will get things settled eventually
dodge-this [Tue, 5 Feb 2013 21:23:55 +0000 (21:23 +0000)]
jtagarm9 - will get things settled eventually

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1454 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agojtagarm9 shizzle and pop
dodge-this [Tue, 5 Feb 2013 21:11:18 +0000 (21:11 +0000)]
jtagarm9 shizzle and pop

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1453 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agooops. fix for GoodFETARM9
dodge-this [Tue, 5 Feb 2013 21:00:52 +0000 (21:00 +0000)]
oops.  fix for GoodFETARM9

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1452 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agojtagarm7 abstractions to allow jtagarm9 to leverage much of this code.
dodge-this [Tue, 5 Feb 2013 18:28:23 +0000 (18:28 +0000)]
jtagarm7 abstractions to allow jtagarm9 to leverage much of this code.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1451 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoadded display to the mainDisplay that shows packets streaming
chrishoder [Tue, 5 Feb 2013 03:36:52 +0000 (03:36 +0000)]
added display to the mainDisplay that shows packets streaming

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1449 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agochanges to the sniff cod for mainDisplay
chrishoder [Tue, 5 Feb 2013 03:00:12 +0000 (03:00 +0000)]
changes to the sniff cod for mainDisplay

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1448 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoupdate to threading of sniff on mainDisplay as well as added option to sniff in commu...
chrishoder [Tue, 5 Feb 2013 02:42:39 +0000 (02:42 +0000)]
update to threading of sniff on mainDisplay as well as added option to sniff in communication file

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1447 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agochanges to rtr sweep method
chrishoder [Mon, 4 Feb 2013 02:37:42 +0000 (02:37 +0000)]
changes to rtr sweep method

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1446 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agobuilding arbID information secion in mainDisplay file
chrishoder [Sun, 3 Feb 2013 15:47:41 +0000 (15:47 +0000)]
building arbID information secion in mainDisplay file

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1445 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years ago changes to communication file for rtr sweep
chrishoder [Sat, 2 Feb 2013 04:21:54 +0000 (04:21 +0000)]
 changes to communication file for rtr sweep

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1444 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoupdated rtrSweep to save information
chrishoder [Sat, 2 Feb 2013 04:11:52 +0000 (04:11 +0000)]
updated rtrSweep to save information

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1442 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agochanges to communication and sweep methods
chrishoder [Fri, 1 Feb 2013 22:31:46 +0000 (22:31 +0000)]
changes to communication and sweep methods

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1441 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agochanges on rtr sweep
chrishoder [Fri, 1 Feb 2013 22:25:17 +0000 (22:25 +0000)]
changes on rtr sweep

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1440 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agochanges to the rtr sweep method in communication file
chrishoder [Fri, 1 Feb 2013 21:47:38 +0000 (21:47 +0000)]
changes to the rtr sweep method in communication file

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1439 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agochanges to the rtr methods
chrishoder [Fri, 1 Feb 2013 20:19:20 +0000 (20:19 +0000)]
changes to the rtr methods

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1438 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agobuilt a rtr sweep to check all ids on the car
chrishoder [Fri, 1 Feb 2013 19:34:17 +0000 (19:34 +0000)]
built a rtr sweep to check all ids on the car

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1437 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agodebug on the spit method in the communication file
chrishoder [Fri, 1 Feb 2013 03:47:51 +0000 (03:47 +0000)]
debug on the spit method in the communication file

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1436 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agospit changes to allow user to run from commandline
chrishoder [Fri, 1 Feb 2013 03:22:11 +0000 (03:22 +0000)]
spit changes to allow user to run from commandline

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1435 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agospit upgrades in mainDisplay and communication files
chrishoder [Fri, 1 Feb 2013 03:16:02 +0000 (03:16 +0000)]
spit upgrades in mainDisplay and communication files

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1434 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoupdates to spit. Now defaults to a RTR if you spit without a packet; allows for repea...
chrishoder [Thu, 31 Jan 2013 21:00:10 +0000 (21:00 +0000)]
updates to spit. Now defaults to a RTR if you spit without a packet; allows for repeated sending of messages (with -r flag, duration with -t flag). Tested on car.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1433 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agochanges to mainDisplay.py
chrishoder [Wed, 30 Jan 2013 02:38:17 +0000 (02:38 +0000)]
changes to mainDisplay.py

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1431 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agobug fixes in mainDisplay and spit method of GoodFETMCPCANCommunication
chrishoder [Wed, 30 Jan 2013 01:50:08 +0000 (01:50 +0000)]
bug fixes in mainDisplay and spit method of GoodFETMCPCANCommunication

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1430 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoGUI updated to include writing and experiment capabilities. Updated spit capabilities...
chrishoder [Wed, 30 Jan 2013 01:03:30 +0000 (01:03 +0000)]
GUI updated to include writing and experiment capabilities. Updated spit capabilities to allow for user to set the packet they wish to send

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1428 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agofixed bugs in sniff parser
chrishoder [Tue, 29 Jan 2013 02:30:17 +0000 (02:30 +0000)]
fixed bugs in sniff parser

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1425 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoadded parsing abilities to sniff as well as improvements to the simpleGUI
chrishoder [Tue, 29 Jan 2013 02:14:35 +0000 (02:14 +0000)]
added parsing abilities to sniff as well as improvements to the simpleGUI

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1424 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agomore changes to TX test code
chrishoder [Sun, 27 Jan 2013 01:18:30 +0000 (01:18 +0000)]
more changes to TX test code

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1423 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agominor updates to spit-testing function
chrishoder [Sun, 27 Jan 2013 00:04:06 +0000 (00:04 +0000)]
minor updates to spit-testing function

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1422 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agofixed some bugs in filter sweep messages
chrishoder [Sat, 26 Jan 2013 23:26:10 +0000 (23:26 +0000)]
fixed some bugs in filter sweep messages

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1421 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agomodified test function for use with TX testing. will probably restore it later
chrishoder [Sat, 26 Jan 2013 23:11:52 +0000 (23:11 +0000)]
modified test function for use with TX testing. will probably restore it later

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1420 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoupdate to GoodFETMCPCANCommunication.py to allow for id sweeps
chrishoder [Fri, 25 Jan 2013 21:37:17 +0000 (21:37 +0000)]
update to GoodFETMCPCANCommunication.py to allow for id sweeps

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1418 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agochanges to the GoodFETMCPCANCommunication file. to make it reset filters
chrishoder [Fri, 25 Jan 2013 21:02:22 +0000 (21:02 +0000)]
changes to the GoodFETMCPCANCommunication file. to make it reset filters

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1416 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agojtagarm7 at91x40 ecdump updates and bugfixes
dodge-this [Fri, 25 Jan 2013 20:43:07 +0000 (20:43 +0000)]
jtagarm7 at91x40 ecdump updates and bugfixes

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1415 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoupdate datamanage and goodfetMCPCANCommunication to fit sql database and hopefully...
chrishoder [Fri, 25 Jan 2013 19:40:35 +0000 (19:40 +0000)]
update datamanage and goodfetMCPCANCommunication to fit sql database and hopefully fix timing out issue

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1414 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoadded fast packet sniffing option -x. doubles RX speed but could easily result in...
chrishoder [Fri, 25 Jan 2013 04:47:10 +0000 (04:47 +0000)]
added fast packet sniffing option -x. doubles RX speed but could easily result in duplicate packets. use with caution-- should be set to respond to interrupt from MCP

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1413 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoMinor MAXUSB changes, plus packaging scripts for new GoodFETs.
travisutk [Thu, 24 Jan 2013 19:08:35 +0000 (19:08 +0000)]
Minor MAXUSB changes, plus packaging scripts for new GoodFETs.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1412 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agojtagarm7 more obligatory stupid bug fixes, doh!
dodge-this [Thu, 24 Jan 2013 18:51:34 +0000 (18:51 +0000)]
jtagarm7 more obligatory stupid bug fixes, doh!

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1411 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agojtagarm7 obligatory stupid bug fixes, doh!
dodge-this [Thu, 24 Jan 2013 18:17:45 +0000 (18:17 +0000)]
jtagarm7 obligatory stupid bug fixes, doh!

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1410 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agojtagarm7 interface improvements, including at91x40
dodge-this [Thu, 24 Jan 2013 18:03:38 +0000 (18:03 +0000)]
jtagarm7 interface improvements, including at91x40

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1409 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agojtagarm7 interface improvements, including at91x40
dodge-this [Thu, 24 Jan 2013 18:03:19 +0000 (18:03 +0000)]
jtagarm7 interface improvements, including at91x40

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1408 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agofixed some errors in the sniff-sweep function
chrishoder [Thu, 24 Jan 2013 01:58:24 +0000 (01:58 +0000)]
fixed some errors in the sniff-sweep function

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1407 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agotesting commit ability
chrishoder [Thu, 24 Jan 2013 01:35:17 +0000 (01:35 +0000)]
testing commit ability

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1406 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoadded a sweep method to go through all possible standard ids and returns ids that...
chrishoder [Thu, 24 Jan 2013 01:23:49 +0000 (01:23 +0000)]
added a sweep method to go through all possible standard ids and returns ids that were seen

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1404 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoChanges to GoodFETMCPCANCommunication.py. Added file management capabilities back...
chrishoder [Tue, 22 Jan 2013 20:22:34 +0000 (20:22 +0000)]
Changes to GoodFETMCPCANCommunication.py. Added file management capabilities back. fixed error

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1401 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoUpdates to GoodFETMCPCANCommunication.py. Slight changes to commenting with filters.
chrishoder [Tue, 22 Jan 2013 02:33:19 +0000 (02:33 +0000)]
Updates to GoodFETMCPCANCommunication.py. Slight changes to commenting with filters.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1398 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoUpdates to GoodFETMCPCANCommunication.py. Pared down SPI transmission in sniff, speed...
chrishoder [Tue, 22 Jan 2013 02:16:30 +0000 (02:16 +0000)]
Updates to GoodFETMCPCANCommunication.py. Pared down SPI transmission in sniff, speeding it up, and added filtering options to filter for packets with specified standard IDs

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1397 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agofixed error
chrishoder [Sun, 20 Jan 2013 21:29:38 +0000 (21:29 +0000)]
fixed error

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1394 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoupdated file management for the data gathering and upload to database
chrishoder [Sun, 20 Jan 2013 03:36:07 +0000 (03:36 +0000)]
updated file management for the data gathering and upload to database

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1392 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoupdated file management for the data gathering and upload to database
chrishoder [Sun, 20 Jan 2013 03:32:34 +0000 (03:32 +0000)]
updated file management for the data gathering and upload to database

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1391 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

11 years agoAdded FD21 definition to config.mk
travisutk [Thu, 17 Jan 2013 16:34:43 +0000 (16:34 +0000)]
Added FD21 definition to config.mk

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1388 12e2690d-a6be-4b82-a7b7-67c4a43b65c8