Skip to content

demirten/twamp-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twamp-gui

Cross platform twamp client with Qt QML backend

You must have a working Qt5 - QML Development environment, it is not tested with Qt4.

Build on Linux

It is tested on Debian Jessie and newer versions. You need to install following packages:

$ sudo apt-get install qt5-default qtdeclarative5-dev qml-module-qtquick-controls \
  qml-module-qtquick-dialogs qml-module-qtquick-layouts qml-module-qtquick-window2 \
  qml-module-qtquick2 \
  libgl1-mesa-glx libgl1-mesa-dev

After that you need to follow standard build process of Qt applications:

$ qmake
$ make
$ responder/twamp-responder &
$ client/twamp-client 

Note: Running twamp-responder with the default port (862) requires root access or CAP_NET_BIND_SERVICE Linux capability (see http://manpages.org/capabilities/7)

Build on Windows

Install latest Qt5 development kit and build the project.

Build on Mac

Install latest Qt5 development kit and build the project.

Precompiled Binaries

You can download precompiled binaries for several platforms: https://github.com/demirten/twamp-gui/releases

Screenshots

You can look at the screenshots on project page: http://demirten.github.io/twamp-gui/#screenshots