guitarix-webui-0.34.0 released

Discuss anything new and newsworthy! See http://planet.linuxaudio.org and https://libreav.org/news for more Linux Audio News!

Announcements of proprietary software may fit better in the Marketplace.


Moderators: raboof, MattKingUSA, khz

Post Reply
tramp
Established Member
Posts: 2348
Joined: Mon Jul 01, 2013 8:13 am
Has thanked: 9 times
Been thanked: 468 times

guitarix-webui-0.34.0 released

Post by tramp »

Hi

A new release of the guitarix-webui is out, it fix a issue in the controller value commitment to the engine.

Image

The guitarix webui is a browser based UI to control guitarix remotely either from a PC or a Android device.

Image

Image

Image

get it here:
https://sourceforge.net/projects/guitar ... /guitarix/
On the road again.
dsreyes1014
Established Member
Posts: 166
Joined: Mon Dec 24, 2012 1:42 pm
Has thanked: 1 time

Re: guitarix-webui-0.34.0 released

Post by dsreyes1014 »

Is there a wiki to how to set this up or does it just work after installed?
tramp
Established Member
Posts: 2348
Joined: Mon Jul 01, 2013 8:13 am
Has thanked: 9 times
Been thanked: 468 times

Re: guitarix-webui-0.34.0 released

Post by tramp »

It's easy, HowTo is in the included README.
README wrote:Getting started:

- after unpacking the webui tarfile, cd into the websockify directory
and start websockify:

python websocketproxy.py --web=../webui '*':8000 localhost:7000

(you can use the -D options to start the program in the background).

- start guitarix with --rpcport=7000

- open "http://localhost:8000/" in your browser
you could even start guitarix with the -N parameter to run it headless

Code: Select all

guitarix -N
to open the web interface from a external device you need to know your external IP address, get it like this:

Code: Select all

ip addr show eth0 | awk '$1 == "inet" {gsub(/\/.*$/, "", $2); print $2}'
then open in a browser (FIREFOX) the given address http://your_IP_number:8000
On the road again.
arre
Posts: 1
Joined: Fri Jan 05, 2018 8:12 pm

Re: guitarix-webui-0.34.0 released

Post by arre »

Wow awesome!

I only recently discovered guitarix, and am running it on a tiny embedded linux platform now.
I wanted to still be able to control it with e.g. my smartphone in a lightweight fashon, and the json webapi and the webgui are ideal for that!

Keep up the good work!:)
User avatar
magicalex
Established Member
Posts: 193
Joined: Sun Jan 24, 2016 6:34 pm
Has thanked: 132 times
Been thanked: 7 times
Contact:

Re: guitarix-webui-0.34.0 released

Post by magicalex »

This looks like it could be very useful indeed. Thank you.
Post Reply