资 源 简 介
This project is wrote in Python.
Its main purpose is to facilitate client-server communication via given protocol such as tcp or udp etc. It provides a framework to facilitate writing client-server communication. You can just implement your client-server communication protocol by simply inheriting some well-defined classes. Now, the client-side codes are finished, but server-side is not.
I hope some people who are interested in this project could take charge of it._