An open API service indexing awesome lists of open source software.

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++。

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
```