for some monitoring i want to use a RUT956 as a router to give internet access to the pc used for monitoring my sensors.
To reduce my power consumption and the amount of data i want to use a scheduled meassuring process.
For that i need to Wake on lan the pc.
I’d like to use a python script for that because i imagine it beeing the easierst to implement the schedule that is requiered.
As far as i read the following should be possible with the rut956 and shuld work in my case:
Well, the main downside is having to install the additional packages on each device, which consumes storage space (and there is not much extra space on these devices to begin with).
Instead of installing the overhead of installing the pip and wakeonlan packages, you could also just use Python’s subprocess module to invoke the builtin etherwake binary: