# PSS_ASIO
**Repository Path**: freeeyes/PSS_ASIO
## Basic Information
- **Project Name**: PSS_ASIO
- **Description**: 基于ASIO的插件式服务器,支持TCP, UDP, 串口,Http, Websocket,统一化的数据接口,隔离开发人员和IO之间的操作。可以快速迭代。
- **Primary Language**: C++
- **License**: GPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 16
- **Forks**: 7
- **Created**: 2021-03-29
- **Last Updated**: 2025-04-01
## Categories & Tags
**Categories**: web-dev-toolkits
**Tags**: None
## README
[](https://github.com/freeeyes/PSS_alpha_test/actions)
[](https://isocpp.org)
[](https://opensource.org/licenses/gpl-license)
[](https://sonarcloud.io/dashboard?id=ArkNX_PSS_ASIO)

Table of Contents
=================
- [Overview](#overview)
- [Download](#download)
- [Build and Install](#build-and-install)
- [Documentation](#documentation)
- [Support](#support)
- [Contributing](#contributing)
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](https://github.com/ArkNX/PSS_ASIO/releases/).
Build and Install
=================
* [Notes for WINDOWS-like platforms](NOTES-WINDOWS.md)
* [Notes for UNIX-like platforms](NOTES-LINUX.md)
Documentation
=============
* [How to make packetparse plugin](md/How_to_make_packetparse_plugin.md)
* [How to make logic plugin](md/How_to_make_logic_plugin.md)
* [How to config server](md/How_to_config_server.md)
* [How to use framework api in logic plugin](md/How_to_use_framework_api_in_logic_plugin.md)
* [How to use tools make logic plugin](md/How_use_tools_make_logic_plugin.md)
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.