Skip to content

Commit 81c687e

Browse files
author
DeMon
committed
fix
1 parent 4bddc86 commit 81c687e

File tree

4 files changed

+33
-4
lines changed

4 files changed

+33
-4
lines changed

GooseClient/Readme.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
###
2-
Mina Socket客户端JavaFx版
2+
Mina Socket客户端JavaFx版
3+
4+
![xxx](https://raw.githubusercontent.com/DeMonLiu623/Mina_Demon/master/img/img2.png)

GooseServer/Readme.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
###
22

3-
Mina Socket服务端
3+
Mina Socket服务端
4+
5+
6+
![xxx](https://raw.githubusercontent.com/DeMonLiu623/Mina_Demon/master/img/img1.png)

MinaApp/Readme.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
###
2-
Mina Socket 客户端Android版
2+
Mina Socket 客户端Android版
3+
4+
5+
![xxx](https://raw.githubusercontent.com/DeMonLiu623/Mina_Demon/master/img/img3.png)
6+
![xxx](https://raw.githubusercontent.com/DeMonLiu623/Mina_Demon/master/img/img4.png)![xxx](https://raw.githubusercontent.com/DeMonLiu623/Mina_Demon/master/img/img5.png)

Readme.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11
### MinaSocket
22

3-
基于MinaSocket的服务端(Java)+客户端(JavaFx)+Android端(kotlin),多端通讯实现。
3+
基于MinaSocket的服务端+PC客户端+Android端,多端通讯实现。
4+
5+
1. 服务端&PC客户端业务代码使用Java实现,界面使用JavaFx实现。
6+
2. Android端使用Kotlin。
7+
3. Socket通信基于Mina Socket实现```mina-core-2.0.7.jar```
8+
9+
### [服务端](https://github.com/DeMonLiu623/Mina_Demon/tree/master/GooseServer)
10+
11+
![xxx](https://raw.githubusercontent.com/DeMonLiu623/Mina_Demon/master/img/img1.png)
12+
13+
14+
### [客户端](https://github.com/DeMonLiu623/Mina_Demon/tree/master/GooseClient)
15+
16+
![xxx](https://raw.githubusercontent.com/DeMonLiu623/Mina_Demon/master/img/img2.png)
17+
18+
19+
20+
### [Android端](https://github.com/DeMonLiu623/Mina_Demon/tree/master/MinaApp)
21+
22+
![xxx](https://raw.githubusercontent.com/DeMonLiu623/Mina_Demon/master/img/img3.png)
23+
![xxx](https://raw.githubusercontent.com/DeMonLiu623/Mina_Demon/master/img/img4.png)![xxx](https://raw.githubusercontent.com/DeMonLiu623/Mina_Demon/master/img/img5.png)
424

0 commit comments

Comments
 (0)