Skip to content

Commit

Permalink
发布:Android客户端及Python服务端3.1版本
Browse files Browse the repository at this point in the history
  • Loading branch information
kuretru committed Jan 25, 2021
1 parent 3573fa9 commit 67334d1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ wget https://raw.githubusercontent.com/kuretru/SingleNet-Robot/master/server/Pyt
```

2. (可选)修改`PORT`字段为你喜欢的端口
3. (可选)修改通信密钥`SECRET`字段为你喜欢的任意字符串,防止他人恶意调用APi服务
3. (可选)修改通信密钥`SECRET`字段为你喜欢的任意字符串,防止他人恶意调用API服务
4. 设置开机自动启动
1. 打开OpenWrt LuCI -> `系统` -> `启动脚本` -> `本地启动脚本`
2.`exit 0`前追加
Expand Down Expand Up @@ -88,6 +88,7 @@ wget https://raw.githubusercontent.com/kuretru/SingleNet-Robot/master/server/Pyt

## 版本历史

* v3.1 2021-01-25
* v3.0 2020-10-23
* v2.4 2020-01-15
* v2.3 2019-05-25
Expand Down
4 changes: 2 additions & 2 deletions client/Android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.kuretru.android.singlenet"
minSdkVersion 19
targetSdkVersion 30
versionCode 6
versionName '3.0'
versionCode 7
versionName '3.1'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion server/Python/singlenet_robot_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"""
SingleNet Robot Python3 Server
Version: 3.0
Version: 3.1
Author: Eugene Wu <[email protected]>
URL: https://github.com/kuretru/SingleNet-Robot
"""
Expand Down
2 changes: 1 addition & 1 deletion server/Python/singlenet_robot_server.py2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"""
SingleNet Robot Python2 Server
Version: 3.0
Version: 3.1
Author: Eugene Wu <[email protected]>
URL: https://github.com/kuretru/SingleNet-Robot
"""
Expand Down

0 comments on commit 67334d1

Please sign in to comment.