[FREE / Open Source] WakeOnLan Extension
A Wake-on-Lan Extension for App Inventor 2 and its distros. Inspired by Simple Java Implementation of Wake-on-LAN
Block Description
Blocks | Details | Parameters |
---|---|---|
![]() | Raised when magic packet is sent with WakeOnLanAsync method. |
|
![]() | Raised when error occurred during WakeOnLanAsync. |
|
![]() | Raised when online state is found. |
|
![]() | Raised when error occurred during GetOnlineState. |
|
![]() | Wake On Lan asynchronously. | String macAddress : mac address of the host. The format could either beXX:XX:XX:XX:XX:XX orXX-XX-XX-XX-XX-XX String hostname : hostname or the ip address of the hostint port : the target port (NOTE: commonly 9)String secureOnPassword (optional): the SecureOn password. The format could either beXX:XX:XX:XX:XX:XX or XX-XX-XX-XX-XX-XX . No SecureOn password will be sent to the host if anempty string is passed. |
![]() | Check if device is online (or awake).Note that this method no guarantee. |
|
Change log
v1.0.0
(): First release
Testing
Download
You can download the extension file from Github https://github.com/watermelonoof/WakeOnLan/releases/
Source Repo
Below is the GitHub repo.
https://github.com/watermelonoof/WakeOnLan/
Comments