Skip to content

Latest commit

 

History

History
executable file
·
9 lines (5 loc) · 355 Bytes

README.md

File metadata and controls

executable file
·
9 lines (5 loc) · 355 Bytes

AnalogStreetLight

基于python的socket的Udp链接,模拟路灯

其中CompleteQt使用QThread完成了维持界面的同时实现udp通信(包含server界面和client界面)。

EasyQt使用QThread完成了维持界面的同时实现udp通信(只包含client界面)

Usertkinter使用tkinter完成了简单的页面(只包含client界面)