remote tux operation
Up to General discussion
Hi,
I am wondering if it is possible to remotely control my tux. E.g. what I would like to do is to start the tux gadget manager on a different PC than the one that is running the daemon. Guess this requires a change in the gadget manager (to enter the destination IP address).
Would that be all? Is this easy for a python n00b?
FM
I don't know exactly how to do this (meaning I don't know which modules you'll have to use) but the idea is nice and there is a simple way to achieve that... All you need is two scripts. One on each computer.
On the one with tux your script should watch a certain port on the ethernet adapter.
On the other one your script should send things through the same port to the right IP.
Now, if you really wanna use the gagdet manager, this may be a little bit harder 'cause you'd have to rewrite it... If I were you I'd just write two little scripts... Then, when you will have understood how this all works maybe you can try yourself at modifying the gadget manager.