Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sixiaolong1117/mauiwol
一个基于 MAUI 的 WoL (Wake on LAN) 客户端。
https://github.com/sixiaolong1117/mauiwol
csharp maui wake-on-lan wakeonlan wakeonlan-application
Last synced: about 1 month ago
JSON representation
一个基于 MAUI 的 WoL (Wake on LAN) 客户端。
- Host: GitHub
- URL: https://github.com/sixiaolong1117/mauiwol
- Owner: SIXiaolong1117
- License: mit
- Created: 2023-08-03T10:24:36.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-13T18:14:17.000Z (over 1 year ago)
- Last Synced: 2024-06-26T08:46:08.719Z (6 months ago)
- Topics: csharp, maui, wake-on-lan, wakeonlan, wakeonlan-application
- Language: C#
- Homepage:
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MAUI WoL Client
一个基于 MAUI 的 WoL (Wake on LAN) 客户端。
## ⬇下载
您可以直接到 [Releases · Direct5dom/MAUIWoL](https://github.com/Direct5dom/MAUIWoL/releases) 下载我已经打包好的安装包。
## 使用教程
参考本项目[Wiki](https://github.com/Direct5dom/MAUIWoL/wiki)。
## 🛠️获取源码
要构建此项目,您需要将项目源码克隆到本地。
您可以使用 Git 命令行:
```powershell
git clone https://github.com/Direct5dom/MAUIWoL.git
```或者更方便的,使用 Visual Studio 的“克隆存储库”克隆本仓库。
使用 Visual Studio 打开项目根目录的 `MAUIWoL.sln`,即可进行调试和打包。