用libevent实现https服务器
☆20Jan 28, 2019Updated 7 years ago
Alternatives and similar repositories for libevent-https
Users that are interested in libevent-https are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 用libcurl实现http和https服务☆33Nov 8, 2018Updated 7 years ago
- libevent 官方文档的中文版☆48Jan 19, 2015Updated 11 years ago
- 这是一个基于Qt编写的写日志文件的工具类☆11Dec 6, 2022Updated 3 years ago
- 冯如杯项目-嵌入式实时对象检测系统☆11Mar 20, 2019Updated 7 years ago
- ☆26Apr 4, 2019Updated 7 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- MIT操作系统工程的教学操作系统Xv6的源码剖析中文翻译项目,使用ANSI标准C重新在X86架构上实现Unix v6;☆11Apr 17, 2017Updated 9 years ago
- LInux 平台下物联网网关(多线程实现),嵌入式项目☆29May 2, 2017Updated 9 years ago
- Qt with Web☆28Mar 4, 2023Updated 3 years ago
- 总结Linux驱动写法,编写关于字符设备,platform,锁,中断等example。☆20Apr 11, 2022Updated 4 years ago
- ☆12Sep 18, 2018Updated 7 years ago
- Oracle Berkeley DB 18.x (Private copy of official distribution)☆11Jul 23, 2020Updated 6 years ago
- Linux平台下C++开发的网络服务程序设计,多进程网络服务程序,多线程网络服务程 序,线程池网络服务程序的设计,代码的编写。客户端的主要功能是为用户提供交互 式的算数运算命令,并通过用户命令完成与服务器端的交互。服务器端采用多进程, 多线程,线程池三种方式实现,此版本不涉…☆51Feb 14, 2013Updated 13 years ago
- 基于windivert实现的windows数据包转发,实现转发socks5,支持tcp/udp 支持远程dns解析☆14Jan 17, 2020Updated 6 years ago
- Trimble Standard Interface Protocol (TSIP)☆13Sep 25, 2018Updated 7 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- windows rpc 使用MIDL+RPC实现HelloWorld☆24Mar 21, 2018Updated 8 years ago
- c网络爬虫simspider的请求队列和完成队列的redis实现,用于大规模分布式爬虫架构。☆12May 16, 2015Updated 11 years ago
- 智慧办公室就是以办公室为平台,兼具办公室环境、办公、设备信息化、设 备智能化、考勤自动化、办公智能化,集系统、结构、服务、管理、监督于一体, 具有高效、安全、便利等特点,依托计算机科学以及网络通信技术,将办公与各 种控制子系统灵巧地综合为一个有机体系,形成一个高度集成的有可…☆23Sep 10, 2016Updated 9 years ago
- Kdump+crash lab☆28Oct 25, 2019Updated 6 years ago
- DNS resolver written in C using sockets☆11Dec 10, 2013Updated 12 years ago
- Manifests for my rockchip yocto repo☆12Jun 10, 2026Updated last month
- Hook IDT vector 0xb2 to detect SCI in 64bit windows.☆34Aug 27, 2022Updated 3 years ago
- 尝试实现一个迷你的web服务器,用来学习C++语法、多线程编程、网络编程、Linux环境下编程☆23Feb 26, 2019Updated 7 years ago
- STM32F103 Web server over USB☆10Mar 31, 2016Updated 10 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- C语言实现封装的服务器框架,多进程+单线程+libevent+openssl+ORMSQL☆10Jul 30, 2019Updated 7 years ago
- 一个使用C语言开发的PHP MVC框架.包含自动加载、路由重写、Hooks、DB封装、Di容器、视图引擎、消息队列、消费者管理、调试器等核心功能.核心之外还包含了诸多日常开发所常用的类库,如图片水印处理、FTP封装、Linux性能检测与告警、Telnet探测、邮件发送、验证…☆13Jan 4, 2022Updated 4 years ago
- Linux截图(原始代码从Taobao的TMTS项目导入)☆14Aug 16, 2012Updated 13 years ago
- Lightweight JVM, might work with MCU-less ARM controller boards (I hope)☆13Oct 3, 2013Updated 12 years ago
- The Network project is a C++ encapsulation of WinSock2 to form a lightweight network library; The Graphics project is a C++ encapsulation…☆13Oct 31, 2017Updated 8 years ago
- demo some OpenCascade functions☆20Nov 20, 2022Updated 3 years ago
- 这是一个开源的嵌入式设备算法库,主语言为C和C++☆10Jun 14, 2020Updated 6 years ago
- 个人开发,基于实验室校企合作项目,在tcnopen-trdp-trunk开源项目的基础上,扩展了一些列车通信网络应用层通信的代码,并移植在了树莓派4B集群上,构成了简单列车通信网络仿真平台,开源在这里供大家学习交流。☆27Feb 15, 2023Updated 3 years ago
- jsonpath implementation for jansson☆10Jan 20, 2022Updated 4 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- It allows you to download a docker image in a loadable tar-format without using docker pull, only bash and some other CLI tools☆12Jan 2, 2021Updated 5 years ago
- 以一个简单计算器为例,展示传统、MVC、MVP和MVVM几种模式在AWTK上的实现方法。☆12Jun 28, 2021Updated 5 years ago
- 用c语言setjmp和longjmp实现的一个最基本的协程☆36Sep 20, 2016Updated 9 years ago
- 一个运行于arm11,基于linux的嵌入式人脸识别系统。开发环境,qtcreator,qt4.8。人脸识别算法为上海一所著名高校研发,属于商业保密,项目里的算法库已经过期,无法使用。本人有可能不再从事于这一行业,但之前的项目也是倾注了汗水在里面,很有可能里面有诸多参考借鉴…☆33Sep 16, 2016Updated 9 years ago
- C++ Static library interfacing ublox GNSS receivers using the M8 UBX protocol☆12Mar 4, 2016Updated 10 years ago
- 该程序的功能是与下位机(TMS320F28335)通信,通过CAN总线调试电机。 PC端接口用PyQt编写,mathplotlib用于实时更新曲线.☆10Sep 23, 2019Updated 6 years ago
- h26x sps info parse☆18Oct 21, 2020Updated 5 years ago