[Pianod] web client how to?

Peter Li chinasaurli at gmail.com
Sat Feb 2 19:22:44 PST 2013


Okay, so I'm running wsgw on 8000; I think it's working as it runs 
without complaining and if I try to connect my browser to 
http://localhost:8000 it spins forever, which I interpret as it is 
finding something there but not what it expects...  On the other hand, I 
don't get any feedback running wsgw with -h -l, so maybe something is wrong?

Then I try to log onto your web client page and put my local address 
192.168.0.xxx:8000 in but it doesn't respond.

Turning off firewall completely doesn't help.

Here's my wsgw line:
     ./wsgw -h -l pianod,localhost,4445,text,never

And I am running pianod on the default port.  I haven't set up the 
persistent users yet though, so just using the ones created in my 
startup script.

Thoughts, or do I have to debug wsgw more?  Maybe I should build it on a 
Mac to see if that works.
Thanks,
P


On 02/02/2013 06:55 PM, Perette Barella wrote:
> You should be able to run the client from the website, just put in 
> your local address for the server in the login window.  WebSockets 
> don't implement origin restrictions like XmlHttpRequest (?!).  But if 
> you really do want to run it locally, wget or curl it to a local web 
> server.
>
> The only thing you need locally is wsgw to "shim" between websockets & 
> pianod.
>
> Perette




More information about the Pianod mailing list