该仓库主要上传平时从Github/码云收集的一些大佬们上传的产品级项目,可能是基于STM32的,也可能是基于其它芯片方案的等等,如有违规,请联系我删除
hsak stands for "Hybrid Storage Acceleration Kit", which is an IO software stack that provides high bandwidth and low latency for new storage media.
从redis、memcached、nginx、libevent中抽取的常用的C工具库。包含有内存分配、网络事件。
实现简单的分布式即时聊天服务端程序,基于libevent网络事件模型,才用Redis数据库存储在线状态与简单的PUB、SUB,MongoDB储存群组信息(暂定)
包含LINUX内核同步、信号、内存、调度、文件系统、网络系统、时钟等部分的源码注释。前后历时三年,算是干货。
在基于Linux系统的主机上,通过C/C++实现对主机状态监控,衡量终端负载情况。 设计目标是实现对: (1)CPU占用率 (2)系统运行时长 (3)内存占用率 (4)网络接口属性:接口名、IP地址、MAC地址 (5)网卡速率信息:上下行网速 的监控
rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).
A first-in-first-out(FIFO) queue implemented in C, based on the linux kernel linked list
嵌入式web服务器BOA+CGI+HTML+MySQL项目实战——Linux