使用c++设计实现了windows平台下基于iocp的tcp网络库,用于项目服务器,客户端等各种网络通信的基建,类似于目前流行的各大网络库,主要应用场景为客户端与服务端通信,数据传输下载,图像视频流网络传输等 这个项目的特点是架构上采用了任务消息队列分发接受数据流任务包的异步架构,支持协程处理数据包,化异步为同步处理,消息处理方面可以定制自己的包数据结构,通过继承消息处理基类,生成特定的包数据结构, 比如,自定义的游戏通信包,http包, websockt包,后两个包在库中有相应实现, 在接受数据包方面,是通过解包控制拼合出合适长度的数据包,任务消息队列可以定制多个数量(相当于生成多个处理指定socket任务的线程),以适配多个socket连接的分类通信,这种定制可以适应
☆42Dec 21, 2021Updated 4 years ago
Alternatives and similar repositories for TcpServer
Users that are interested in TcpServer are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- v1版完成对PE头,区段,输入表的解析☆11Apr 16, 2018Updated 8 years ago
- The VC6 port of libuv. Use Microsoft Visual C++ 6.0 to compile it in Windows XP+. by Liigo.☆15Jan 17, 2026Updated 3 months ago
- OD反汇编引擎精简版,只适合x86系统,可嵌入驱动程序。☆10Mar 29, 2018Updated 8 years ago
- PoC code for CVE-2020-16939 Windows Group Policy DACL Overwrite Privilege Escalation☆12Oct 27, 2020Updated 5 years ago
- A proof of concept of real custom GetProcAddress and GetModuleBaseAddress☆21Jul 9, 2022Updated 3 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- Dump PDB Symbols including support for Bochs Debugging Format (with wine support)☆14Aug 11, 2023Updated 2 years ago
- EasyCpp是一个服务器网络开发的C++ 敏捷开发框架,有了它,从此Linux C++ web开发So Easy!(你会找到很多PHP同名函数)☆31Dec 21, 2016Updated 9 years ago
- 本项目是利用Qt实现的聊天系统,能实现注册、聊天、添加好友、语音聊天、视频聊天等功能☆18Mar 20, 2022Updated 4 years ago
- PE文件格式学习资料☆19Apr 19, 2018Updated 8 years ago
- Use Rust to implement some Red Team techniques :)☆13Nov 11, 2024Updated last year
- 360官方出品的截图软件,套个马甲可以单独使用☆17Apr 4, 2019Updated 7 years ago
- tcpdaemon是一个TCP通讯服务端平台/库,它封装了众多常见服务端进程/线程管理和TCP连接管理模型(Forking、Leader-Follow、IO-Multiplex、WindowsThreads Leader-Follow),使用者只需加入TCP通讯数据收发和应…☆24Oct 1, 2017Updated 8 years ago
- PE Infector/Cryptor source code☆16Apr 30, 2017Updated 9 years ago
- proto4z is an open source C++ cross-platform lightweight cross-platform protocol library.☆36May 24, 2025Updated 11 months ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 寻找可注入进程☆13Jul 16, 2020Updated 5 years ago
- HMX-Server分步式服务器框架,主要分为网关、登录、世界、场景、数据服务器,适用于大中小型项目☆29Sep 26, 2018Updated 7 years ago
- another RPC based libuv. tested on windows10 & ubuntu18.04☆37Aug 31, 2021Updated 4 years ago
- ☆11Mar 25, 2024Updated 2 years ago
- 参考taviso的代码逆向一下mpengine.dll☆20Jun 30, 2022Updated 3 years ago
- Reports and POCs for CVE 2024-43570 and CVE-2024-43535☆30Jun 7, 2025Updated 11 months ago
- exploring Windows IOCP with Thread Pool APIs☆78Sep 22, 2014Updated 11 years ago
- Small project to generate fake DLLs based on an executable's import table☆24May 6, 2020Updated 6 years ago
- Demo to show how write ALPC Client & Server using native Ntdll.dll syscalls.☆21Jan 25, 2022Updated 4 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 一款设计不错的线程池☆19Mar 6, 2018Updated 8 years ago
- Suite of classes for Windows programming☆18Apr 13, 2016Updated 10 years ago
- A repo with Unity3D inspector tools, using OpenPose to predict 3D Character animation motion from 2D figures.☆10Dec 17, 2021Updated 4 years ago
- One Click Tool to Scan All the Enabled Protection of current Windows NT Kernel☆45Oct 2, 2023Updated 2 years ago
- unity Webgl game for communicating with asp.net core signalr server.☆11Dec 11, 2022Updated 3 years ago
- Header only c++ network library, based on asio,support tcp,udp,http,websocket,rpc,ssl,icmp,serial_port.☆10Nov 20, 2020Updated 5 years ago
- OneTweenPro not only includes all the functions of OneTween, but also all the functions of DOTween. At present, it can basically meet all…☆10Oct 9, 2020Updated 5 years ago
- 为手机网游客户端(cocos2d-x和unity 3D)准备的通信底层,包括tcp和kcp。分帧逻辑采用lengthfield,解决粘包问题。 cocos2x-x部分已实现thread,threadpool,同步互斥锁等内容。 项目还包括一个synflood的简单实现。☆20Jan 22, 2017Updated 9 years ago
- PowerShell script to bypass UAC using DCCW☆19Jul 29, 2017Updated 8 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- 文件传输,Qt, 多线程 c++☆36Mar 9, 2019Updated 7 years ago
- Another C++ rabbitmq wrapper based on librabbitmq-c☆10Jun 15, 2018Updated 7 years ago
- SigFlip与白加黑的完美结合。☆42May 19, 2025Updated 11 months ago
- Server for a chinese Unity3D MOBA☆17Aug 29, 2017Updated 8 years ago
- xStl is a cross-compile, cross-platform C++ library that implements a set of generic templates for easy development.☆17Mar 15, 2017Updated 9 years ago
- MQTT broker in C++11☆43Oct 1, 2020Updated 5 years ago
- This example shows how to convert AVProVideo and AVProLiveCamera texture to OpenCV Mat using AsyncGPUReadback.☆15Jul 20, 2025Updated 9 months ago