aboutsummaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2011-08-17documentation update and open hdf5 files in read only mode in draw.pyAnthony LaTorre
2011-06-09readme file specified the wrong file to edit to specify the oscilloscopes's ↵Anthony LaTorre
ip address
2011-06-09you can now take data using sequence mode! also, updated the README file to ↵Anthony LaTorre
include more examples. sock.py now replaces scope.py. sock.py is almost identical, but i renamed the class to Socket and fixed it so that data headers are properly received; previously, it was assumed that the 8 byte header was sent in a single recv() call, which is not always the case. draw.py is a new script to draw waveforms using matplotlib instead of root.
2011-06-02documentation updateAnthony LaTorre
2011-05-23documentation updateAnthony LaTorre
2011-05-02initial commitAnthony LaTorre