Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 769 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 769 Bytes

LogicTalk

LogicTalk 是一个即时通讯套件,包含服务端和客户端,服务端使用 Python 写成,主要利用标准库 socketserver 实现,客户端计划使用 C 语言编写,利用 EasyX 图形库实现图形界面,做到 TCP/UDP 即时中转通讯,大文件使用 UDP 直传,并且在 Wi-Fi 环境下实现消息记录漫游上传.

LogicTalk is a instant communication suite, including server and client. The server is written in Python, mainly using the standard library socket server. The client plans to use C language, using EasyX graphics library to achieve graphical interface, TCP / UDP instant transfer communication, UDP direct transmission of large files, and roaming and uploading of message records in Wi-Fi environment.

EOF