changes to allow for deltaT of each packet to work. debugged and displaying nicely
[goodfet] / README.txt
1 #For Mac, install the following.
2 # XCode
3 # MacPorts
4 # FTDI Virtual COM Driver
5
6 #For Windows,
7 # Python 2.7, 32-bit
8 # py-serial for Python 2.7.  Version for 2.6 will not work.
9 # FTDI VCP drivers, available in Windows Update
10 # Add python to %PATH% and use it to run the scripts in \trunk\client\.
11
12 # In Linux, the FTDI driver should be included by default.  Be sure
13 # that the user is allowed to use /dev/ttyUSB0, which often requires
14 # being a member of the dialout group.
15
16 # Now install these packages.  They might have different names.
17 # python-serial wget subversion gcc-msp430 curl
18
19 # Use subversion to grab the code.
20 mkdir -p ~/svn; cd ~/svn
21 svn co https://goodfet.svn.sourceforge.net/svnroot/goodfet
22
23 # Then link the client into /usr/local/bin/
24 # You could also add the client directory to your $PATH.
25 cd ~/svn/goodfet/trunk/client
26 sudo make link
27
28 # Load firmware, not yet building it locally.
29 goodfet.bsl --fromweb
30 goodfet.monitor test
31
32