Simple project to handle multiple computers with usage of BananaPi running Ubuntu Server and iPhone shortcuts. Main goal of this project is to invoke an shortcut via Siri which will lead to power on specific computer using wake on lan method.
Todo:
- Compilation for
armv7-unknown-linux-musleabihf
using cross (https://github.com/cross-rs/cross) - Creation of simple Shortcut to test invokation
- Testing WakeOnLan logic
- Handling of files containing mac_addresses
- Testing
- Creating seperate project which will be listening to shutdown and other commands
I am still learning Rust, if you found any mistakes you can open Issue Ticket or Pull Request.