Remotely reboot the Central?

Posted by: tfabris

Remotely reboot the Central? - 21/03/2008 21:10

Is there any kind of HTTP or other network command I can send to a rio central to force it to reboot?

Occasionally, I seem to need to bounce mine in order to get it to respond to clients. Jemplode connects fine but my HPNA client doesn't, and if I bounce it, then the client will work.

It would be neat if I could bounce it remotely without having to go downstairs.
Posted by: peter

Re: Remotely reboot the Central? - 22/03/2008 16:06

Code:
emptool --reboot (ip-address)
Or --restart. Same as a car-player It's a standard part of the protocol, so I expect there's code to do it somewhere in Jemplode too, even if it's not wired up to the normal UI.

Peter
Posted by: tfabris

Re: Remotely reboot the Central? - 22/03/2008 17:28

Awesome, thanks! Now, to find a version of emptool compiled for win32.