All Projects → demirten → twamp-gui

demirten / twamp-gui

Licence: GPL-2.0 License
Cross platform twamp client and responder with Qt QML backend

Programming Languages

C++
36643 projects - #6 most used programming language
javascript
184084 projects - #8 most used programming language
QML
638 projects
Qt Script
14 projects
QMake
1090 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].