OpenArkStudio/PSS_ASIO
Fork: 8 Star: 17 (更新于 2024-11-02 15:50:12)
license: GPL-3.0
Language: C++ .
This is a plug-in IO interface management system, you can complete the separation of IO and logic through configuration files and writing plug-ins. Simplify your server development.
最后发布版本: v4.0.0 ( 2023-11-13 09:41:20)
Table of Contents
Overview
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.
Download
You can get the download here
pss curr version.
Build and Install
Documentation
- 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
Support
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.
Contributing
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.
主题(topics):
game, server, tcp, udp
OpenArkStudio/PSS_ASIO同语言 C++最近更新仓库
2024-11-05 23:57:44 PCSX2/pcsx2
2024-11-05 22:06:04 LizardByte/Sunshine
2024-11-05 00:42:13 ClickHouse/ClickHouse
2024-11-04 21:49:30 notepad-plus-plus/notepad-plus-plus
2024-11-03 22:31:09 MaaAssistantArknights/MaaAssistantArknights
2024-11-02 20:28:28 AaronFeng753/Waifu2x-Extension-GUI