Skip to content

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.

License

Notifications You must be signed in to change notification settings

OpenArkStudio/PSS_ASIO

Repository files navigation

Github Action C++11need License Quality Gate Status

pss

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

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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •