2 Star 12 Fork 5

freeeyes / PSS_ASIO

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
readme.md 2.72 KB
一键复制 编辑 原始数据 按行查看 历史
freeeyes 提交于 2023-02-07 17:01 . update read me md.

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.

C++
1
https://gitee.com/freeeyes/PSS_ASIO.git
git@gitee.com:freeeyes/PSS_ASIO.git
freeeyes
PSS_ASIO
PSS_ASIO
master

搜索帮助