https://github.com/sixiaolong1117/simplewol
一个简单的命令行工具,可以实现网络唤醒(Wake on LAN),基于 C++。
https://github.com/sixiaolong1117/simplewol
cpp wake-on-lan wakeonlan wol
Last synced: about 1 year ago
JSON representation
一个简单的命令行工具,可以实现网络唤醒(Wake on LAN),基于 C++。
- Host: GitHub
- URL: https://github.com/sixiaolong1117/simplewol
- Owner: SIXiaolong1117
- License: mit
- Created: 2023-03-31T06:20:00.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-02T05:50:10.000Z (about 3 years ago)
- Last Synced: 2025-04-13T13:13:37.335Z (about 1 year ago)
- Topics: cpp, wake-on-lan, wakeonlan, wol
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Wake on LAN
一个简单的命令行工具,可以从命令行 Wake on LAN 受支持的设备。
## 使用
```bash
WindowsWoL [MacAddress]
# or
LinuxWoL [MacAddress]
# eg
WindowsWoL 11:22:33:44:55:66
WindowsWoL 11-22-33-44-55-66
```