Skip to content

Commit 6b4b8cb

Browse files
authored
Update README.md
1 parent b24f866 commit 6b4b8cb

File tree

1 file changed

+28
-15
lines changed

1 file changed

+28
-15
lines changed

README.md

Lines changed: 28 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,39 @@
1-
# Wake-On-Remote
2-
Remote wake-up computer program developed by Python and pyqt5.
1+
# 简介[Introduction]
2+
基于Python3开发的远程唤醒计算机程序,支持PC客户端、命令行和网页。网页端主要为了移动端使用。
3+
A remote wake-up computer program developed based on Python3, supporting PC clients, command lines, and web pages. The web end is mainly designed for mobile app use.
34

4-
# info File
5+
# 配置文件[Config file]
6+
您可以编辑`info`文件以导入要唤醒的主机信息。它需要域名/IP地址、MAC地址和端口。格式如下:
57
You can edit the info file to import the host information to wake up. It needs the domain name / IP address, MAC address and port. The format is as follows:
6-
__Domain/IP MAC PORT__
7-
#### For example:
8+
__`Domain/IP` `MAC` `PORT`__
9+
10+
#### 示例[Example]
811
123.123.123.123 :XX:XX:XX:XX:XX:XX 9
912
test.test.com XX:XX:XX:XX:XX:XX 8
1013

11-
# Usage
12-
## Remote Wake
13-
Run python3 wakeonremote.py, and then double-click the host to wake up in the list, as shown in the figure:
14+
# 用法[Usage]
15+
## PC端远程唤醒[PC Remote Wake]
16+
运行`python3 wakeonremote.py`,然后双击列表中要唤醒的主机,如图所示:
17+
Run `python3 wakeonremote.py`, and then double-click the host to wake up in the list, as shown in the figure:
1418
![Image text](https://github.com/NHPT/Wake-On-Remote/blob/master/example/example.png)
15-
Run python3 wakeonremote.py, fill in the domain name / host, MAC and port, and then click wake-up, as shown in the figure:
19+
运行`python3 wakeonremote.py`,填写域名/主机、MAC和端口,然后点击唤醒,如图所示:
20+
Run `python3 wakeonremote.py`, fill in the domain name / host, MAC and port, and then click wake-up, as shown in the figure:
1621
![Image text](https://github.com/NHPT/Wake-On-Remote/blob/master/example/example2.png)
17-
22+
您也可以使用`WakeOnMotor_console.py`
1823
You can also use WakeOnRemote_console.py
19-
## Local Wake
20-
Testing use WakeOnRemote_console.py:
21-
![Image text](https://github.com/NHPT/Wake-On-Remote/blob/master/example/wake.png)
22-
![Image text](https://github.com/NHPT/Wake-On-Remote/blob/master/example/send.png)
23-
![Image text](https://github.com/NHPT/Wake-On-Remote/blob/master/example/waked.png)
24+
25+
## PC端命令行局域网唤醒[PC Local Wake]
26+
使用`WakeOnmote_sole.py`
27+
Using `WakeOnRemote_console.py`:
28+
![Image text](https://github.com/NHPT/Wake-On-Remote/blob/master/example/wake.png)
29+
![Image text](https://github.com/NHPT/Wake-On-Remote/blob/master/example/send.png)
30+
![Image text](https://github.com/NHPT/Wake-On-Remote/blob/master/example/waked.png)
31+
32+
## Web端网页唤醒[Web Remote Wake]
33+
运行`python3 wake.py`即可启动web服务,默认监听在本地80端口,如果需要部署在公网,修改代码监听地址即可。可以使用PC、Android或iOS的浏览器访问,实现简易的跨平台使用。
34+
Run 'python3 wake. py' to start the web service. By default, it listens to port 80 locally. If it needs to be deployed on the public network, simply modify the code listening address. It can be accessed using PC, Android, or iOS browsers for easy cross platform use.
35+
![Image text](https://github.com/NHPT/Wake-On-Remote/blob/master/example/wap.png)
36+
![Image text](https://github.com/NHPT/Wake-On-Remote/blob/master/example/pc.png)
2437

2538
# OS Config
2639
https://blog.csdn.net/qq_32261191/article/details/102885664

0 commit comments

Comments
 (0)