Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 964 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 964 Bytes

digilent-server-client

A frontend for the Digilent Analog Discovery that works on Linux!

Getting Started

Installation Instructions

This project uses Thrift to communicate between the frontend and backend, so you'll need to install it, you can find it here.

  1. Install Thrift, I'd recommend building from source
  2. Run make
  3. You can then execute the compiled executable
  4. To enable your frontend to work,you should run a local server in the current directory, ie)
python -m SimpleHTTPServer
  1. You can now navigate there and starting using your Oscilloscope

How to use it

How it works

It makes use of digilent-simplified to communicate with the actual device.