Skip to content

A frontend for the Digilent Analog Discovery that uses thrift to connect to a local server that queries it

Notifications You must be signed in to change notification settings

michael-christen/digilent-server-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A frontend for the Digilent Analog Discovery that uses thrift to connect to a local server that queries it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published