Page 1 of 1

IRTrans GUI Client

PostPosted: Sun 27. Jul 2008, 09:12
by cerve
Hi,

I use the IRTrans GUI Client to control my IRTrans Ethernet POE.
It's a great tool but it connect to "localhost" by default and I want only one IRTranstray Server and many GUI Client and I don't want to enter manually the IP address each time I connect.
So my question is: is it possible to change the "localhost" by default by editing some file of the IRTrans GUI Client ?

Re: IRTrans GUI Client

PostPosted: Sun 27. Jul 2008, 15:42
by IRTrans
Hi,
while it is not possible to change the default server IP or server name you can enter it on the commandline when starting the GUI Client.

That means, you simply start it with "irremote.exe 192.168.32.100".

You can even put this into a cmd or bat file so that you can click on it to start the GUI Client with the correct IP.

IRTrans

Re: IRTrans GUI Client

PostPosted: Tue 29. Jul 2008, 11:30
by cerve
Yes indeed it works.
I've created a bat file with this commande: start C:\Progra~1\IRTrans\irremote.exe 192.168.0.3
...and now when I click on the bat file, the GUI client starts connecting on the server with the correct IP 192.168.0.3

Thank you for your reply.