README 987 B

1234567891011121314151617181920212223242526272829
  1. This plugin provides a wrapper around the "wakeonlan" tool available from most
  2. distributions' package repositories, or from the following website:
  3. http://gsd.di.uminho.pt/jpo/software/wakeonlan/
  4. In order to use this wrapper, create the ~/.wakeonlan directory, and place in
  5. that directory one file for each device you would like to be able to wake. Give
  6. the file a name that describes the device, such as its hostname. Each file
  7. should contain a line with the mac address of the target device and the network
  8. broadcast address.
  9. For instance, there might be a file ~/.wakeonlan/leto with the following
  10. contents:
  11. 00:11:22:33:44:55:66 192.168.0.255
  12. To wake that device, use the following command:
  13. # wake leto
  14. The available device names will be autocompleted, so:
  15. # wake <tab>
  16. ...will suggest "leto", along with any other configuration files that were
  17. placed in the ~/.wakeonlan directory.
  18. For more information regarding the configuration file format, check the
  19. wakeonlan man page.