Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-09 | you 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. |