Skip to content

Commit

Permalink
创建README.md
Browse files Browse the repository at this point in the history
创建README.md,首次编写README.md
  • Loading branch information
ChrysanHua authored Mar 9, 2019
1 parent 6f0f7ec commit cc2ac3c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# SimpleSocketChat
基于.NET平台,用C#开发的单线程Socket同步局域网通信控制台程序(~~纯属练手~~
程序启动时选择作为发送端或接收端(**伪多对一**,同一主机同一端最多只能运行1个,但支持多个发送端对一个接收端)
发送端需输入接收端的局域网IP地址,即可在局域网环境内进行单向消息传送

- 循环等待发送接收,直到发送或接收到`exit`则退出
- 简单的输入判断
- `UDP` Mode
- 人为接收确认(~~握手~~

0 comments on commit cc2ac3c

Please sign in to comment.