PSS is a plug-in management system for different IO logic. You can ignore the details of IO establishment and build your own logic application.
PSS encapsulates a unified interface for Tcp, udp, kcp, serial port, http, websocket, and ssl.
You can use Configure files or unified interfaces to create and use them.
The logic plug-in is to complete the logic processing after the data arrives,
all loaded in the form of a dynamic library,
which separates the coupling of the IO and the logic itself.
Simple logic development.
This project consists of three parts
(1) Main frame
(2) Data packet analysis plug-in
(3) Logic processing plug-in
You can implement the latter two plug-ins to complete your business logic deployment.
You can get the download here
pss curr version.
- How to make packetparse plugin
- How to make logic plugin
- How to config server
- How to use framework api in logic plugin
- How to use tools make logic plugin
You can submit your question to the GitHub issue for answers,
or, if you have QQ, you can join the group 540961187, and you have received technical support.
You can tell us how to do better according to the functions of the framework and the requirements of your logic processing functions.
Your thoughts are welcome to settle here to provide convenience to more people.