Automatic WakeOnLan upon accessing MySql or FileShares
It's doesn't explain them all, hence me asking.
OP:
Code:
<onaccesswakeup>
    <netinittimeout>60</netinittimeout>
    <wakeup>
        <host>10.0.0.6</host>
        <mac>00:ff:f2:7d:df:1e</mac>
        <tmout>700</tmout>
        <wait>8</wait>
    </wakeup>
</onaccesswakeup>
netinittimeout
time xbmc will wait for network to re-connect after resuming from suspend-mode
host
ipaddress (or network name) of machine you want to wake up
mac
macaddress
tmout
optional (default 600 sec) specifies how long time of inactivity must pass before a new 'wake-on-lan' is performed
wait
time in seconds to wait for machine to wake up

XML:
Code:
<onaccesswakeup>
    <netinittimeout>20</netinittimeout>
    <netsettletime>500</netsettletime>
    <wakeup>
        <host>192.168.0.10</host>
        <mac>CC:5D:4E:CA:18:D2</mac>
        <pingport>0</pingport>
        <pingmode>0</pingmode>
        <timeout>300</timeout>
        <waitonline>120</waitonline>
        <waitonline2>120</waitonline2>
        <waitservices>0</waitservices>
    </wakeup>
</onaccesswakeup>
Reply


Messages In This Thread
[No subject] - by vexation - 2012-03-01, 17:10
[No subject] - by t4_ravenbird - 2012-03-01, 20:45
[No subject] - by Vascular - 2012-03-02, 15:29
[No subject] - by t4_ravenbird - 2012-03-02, 15:42
[No subject] - by regnets - 2012-03-08, 20:05
[No subject] - by Dam0 - 2012-03-09, 13:41
RE: Automatic WakeOnLan upon accessing MySql or FileShares - by nadnerb - 2013-03-26, 20:42
Logout Mark Read Team Forum Stats Members Help
Automatic WakeOnLan upon accessing MySql or FileShares4