Page 1 of 1

access via TCP

PostPosted: Mon May 02, 2011 6:00 pm
by Sotosss
Is there any way to access functions directly to TCP port and not using the command -send-action ?

I just want to avoid ssh X11 forword ...

Thnx

Re: access via TCP

PostPosted: Fri Jun 10, 2011 3:55 am
by rdnetto
Not that I know of - your best bet is to create a server-side process that listens on TCP and sends commands via -send-action.

Re: access via TCP

PostPosted: Sat Jun 11, 2011 9:58 am
by mechanized
Actually i have already implemented this for the smremote project that i am creating.

Re: access via TCP

PostPosted: Sat Jun 25, 2011 7:55 am
by rdnetto
There is, though it's not documented (AFAIK). Under Settings -> Interface -> Instances manually set the port, then use 'telnet localhost 8000'. Use the help command to see the commands you can use.