Skip to content

jesper-lindberg/Awake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awake

A Wake-on-Lan library in Swift

Usage:

let computer = Awake.Device(MAC: "AA:AA:AA:AA:AA:AA", BroadcastAddr: "255.255.255.255", Port: 9)
Awake.target(device: computer)

or

let computer = Awake.Device(MAC: "AA:AA:AA:AA:AA:AA", BroadcastAddr: "hoge.ddns.org", Port: 9)
Awake.target(device: computer)

Don't forget to add bellow values to ".entitlements"

Key Type Value
com.apple.security.network.client Boolean YES or 1

License

MIT License

Author

Jesper Lindberg @lindbergjesper

About

A Wake-on-Lan library in Swift

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages