KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
Awake
★ 39
Open GitHub ↗
A Wake-on-Lan library in Swift
Download README (.md)
Explore Similar Repositories
stay-awake-app
:
Deep dive into Android Services
awakening
:
A scala implementation of the solo Bots for Labyrinth: The Awakening, 2010 - ?
rhyke
:
Use morse code rhythm to awake something.
contrib-awakens
:
Play games in GitHub's contribution graph.
Caffeine
:
Helps your Mac to stay awake.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Awake
?
Download (.md)
# Awake A Wake-on-Lan library in Swift ### Usage: ```swift let computer = Awake.Device(MAC: "AA:AA:AA:AA:AA:AA", BroadcastAddr: "255.255.255.255", Port: 9) Awake.target(device: computer) ``` or ```swift 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](http://opensource.org/licenses/MIT) ## Author Jesper Lindberg [@lindbergjesper](http://twitter.com/lindbergjesper/)