red-chen / simpleLinks
C语言开发的工具库,包括常用的字符串解析、数据结构、日志库、异步IO线程等
☆17Updated 5 years ago
Alternatives and similar repositories for simple
Users that are interested in simple are comparing it to the libraries listed below
Sorting:
- 实用函数库,方便用C语言快速开发☆23Updated 8 years ago
- 基于signal通知机制 的无锁(CAS)共享内存消息队列的实现☆31Updated 8 years ago
- 一个Makefile通用模板,拥有IDE环境的如下特性:子工程列表、文件树、工程选项☆29Updated 4 years ago
- 跨平台的c开发库,提供asio、stream、容器、算法、xml/json/plist解析、数据库等常用模块 http://www.tboox.org☆36Updated 8 years ago
- C语言版的STL,包含set,list,map等基本数据结构和算法☆45Updated 9 years ago
- 从0到1开始入门RTOS☆18Updated 7 years ago
- small library for c, includes array, hash, string, value, event emitter...☆50Updated 7 years ago
- ringbuffer(环形缓冲区)可以说是嵌入式应用非常常用的数据缓存设计了,LwRB 是国外开发者 MaJerle 维护实现的轻量级 ringbuffer,是一个为嵌入式系统特殊优化设计的 FIFO。1. 纯ANSI C99实现, 数据类型兼容于size_t 2. 与具体…☆24Updated 4 years ago
- 基于ANSI C开发的内存池和线程池,性能优异☆20Updated 9 years ago
- LoRa节点网关和服务器传输数据☆11Updated 6 years ago
- 跨平台C语言基础库,适配任意ANSI_C编译器【字符串、文件、目录、时间、数组/队列、线程池、BASE64、CRC32、MD5、SHA1、URL编解码、码表实现UTF8/GBK编码转换】☆34Updated 8 years ago
- tcpdaemon是一个TCP通讯服务端平台/库,它封装了众多常见服务端进程/线程管理和TCP连接管理模型(Forking、Leader-Follow、IO-Multiplex、WindowsThreads Leader-Follow),使用者只需加入TCP通讯数据收发和应…☆24Updated 7 years ago
- lighDB - light embed database written on C99 without dynamic allocation and it targets to the MCUs☆16Updated 7 years ago
- Lua port package for RT-Thread.☆46Updated 3 years ago
- Lightweight, simple and portable message bus and IPC system for embedded Linux.☆11Updated 11 years ago
- uT/OS是中国国内最早(2009/10/10发布V1.0)的用于物联网领域的开源RTOS内核之一,是Tenux开源社区(www.tenux.org或www.tenux.cn)的核心开源项目,uT/OS开源嵌入式操作系统内核是商业级质量,支持业界常用的Keil MDK、IA…☆20Updated 7 years ago
- A homemade primary GUI based on freeRTOS.☆18Updated 6 years ago
- My C Snippets - buf, cfg, datetime, dict, event, heap, ketama, list, log, map, queue, skiplist, stack, strings☆57Updated 9 years ago
- A Real-time Inter-Process Communication (IPC) mechanism and library☆28Updated 4 years ago
- 系统编程:Makefile的编写 、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆56Updated 9 years ago
- SQLite is a self-contained, high-reliability, embedded, full-featured, public-domain, SQL database engine.☆18Updated 3 years ago
- Embedded software modules: dynamic memory with defrag, Linked list, RAMFS, GFX, Primitive scheduler, FIFO etc.☆24Updated 6 years ago
- Basic TLV message serialize library☆13Updated 9 years ago
- 简洁易用的嵌入式操作系统内核。github停止更新,请移步开源中国//git.oschina.net/kerndev/klite☆55Updated 6 years ago
- 拙著《系统程序员成长计划》的示例代码。☆33Updated last year
- C IPC (over Unix Domain Sockets) API☆16Updated 9 years ago
- ☆33Updated 4 years ago
- A tiny web server based on libuv, can accept Socket,WebSocket,or http protocol,and set callBack func's 一个基于libuv的小型Web服务器,可以接受Socket,WebS…☆35Updated 10 months ago
- 这是一个从uboot源码中移植出来的shell命令行代码☆11Updated 4 years ago
- cJSON解析库的使用示例,包含简单和复杂JSON字符串的解析和构建。☆19Updated 5 years ago