Rigol DS1000Z remote control and waveform viewer
 
 
 
Go to file
Teuniz 51e670ea19 update readme. 2017-02-04 18:13:25 +01:00
images
install
third_party/kiss_fft
LICENSE
README.md update readme. 2017-02-04 18:13:25 +01:00
about_dialog.cpp
about_dialog.h
connection.cpp
connection.h
decode_dialog.cpp
decode_dialog.h
dsremote.pro
edflib.c
edflib.h
global.h
images.qrc
interface.cpp
lan_connect_thread.cpp
lan_connect_thread.h
main.cpp
mainwindow.cpp
mainwindow.h
mainwindow_constr.cpp
notes.txt
read_settings_thread.cpp
read_settings_thread.h
readme_usbtmc_driver.txt
save_data.cpp
save_data_thread.cpp
save_data_thread.h
screen_thread.cpp
screen_thread.h
serial_decoder.cpp
settings_dialog.cpp
settings_dialog.h
signalcurve.cpp
signalcurve.h
tdial.cpp
tdial.h
timer_handlers.cpp
tled.cpp
tled.h
tmc_dev.c
tmc_dev.h
tmc_lan.c
tmc_lan.h
utils.c
utils.h
wave_dialog.cpp
wave_dialog.h
wave_view.cpp
wave_view.h

README.md

DSRemote

Operate your Rigol oscilloscope from your Linux desktop.

How to compile:

  • Install Git, the GCC compiler and the Qt4 development package:
    Linux Mint 18: sudo apt-get install git-core libqt4-dev libqt4-core g++
    openSuse Leap 42.2: sudo zypper in git-core libqt4-devel
    Fedora 25: sudo dnf install git-core qt-devel gcc-c++

  • Download the source code:
    mkdir DSRemote_git
    cd DSRemote_git
    git init
    git pull https://github.com/Teuniz/DSRemote

  • Create the makefile:
    Linux Mint 18: qmake
    openSuse Leap 42.2: qmake
    Fedora 25: qmake-qt4

  • Compile the source code and install it:
    make -j16
    sudo make install

Now you can run the program by typing: dsremote

Read also the file readme_usbtcm_driver.txt and the file notes.txt.