A frontend for the Digilent Analog Discovery that works on Linux!
This project uses Thrift to communicate between the frontend and backend, so you'll need to install it, you can find it here.
- Install Thrift, I'd recommend building from source
- Run
make
- You can then execute the compiled executable
- To enable your frontend to work,you should run a local server in the current directory, ie)
python -m SimpleHTTPServer
- You can now navigate there and starting using your Oscilloscope
It makes use of digilent-simplified to communicate with the actual device.