# 调试gear-lib **Repository Path**: zero2200/gear-lib-debug ## Basic Information - **Project Name**: 调试gear-lib - **Description**: vscode + gdb 测试验证gear-lib库 Gear-Lib,适用于IOT/嵌入式/网络服务开发的C库 - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 335 - **Created**: 2024-03-19 - **Last Updated**: 2024-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Gear-Lib [English](README.md) | 简体中文 [![Build](https://travis-ci.org/gozfree/gear-lib.svg?branch=master)](https://travis-ci.org/gozfree/gear-lib) [![Release](https://img.shields.io/github/release/gozfree/gear-lib.svg)](https://github.com/gozfree/gear-lib/releases) [![License](https://img.shields.io/github/license/gozfree/gear-lib.svg)](https://github.com/gozfree/gear-lib/blob/master/LICENSE.MIT) 这是一组通用的C基础库 * 全部用POSIX C实现,目标是为了跨平台兼容linux, windows, android, ios. * 适用于物联网,嵌入式,以及网络服务开发等场景 ![struct](./build/gear-lib.png) ## 数据结构 | | | |--|--| | libdict: 哈希字典 | libhash: linux内核原生哈希库 | | libringbuffer: 循环缓冲 | libqueue: 数据队列 | | librbtree: 内核rbtree | libsort: | | libvector: 容器库 | libdarray: 动态数组 | ## 网络库 | | | |--|--| | librtsp: RTSP协议,适合IPCamera和NVR开发 | librtmpc: RTMP协议,适合推流直播 | | libsock: Socket封装 | librpc: 远程过程调用库 | | libipc: 进程间通信 | libp2p: p2p穿透传输 | | libmqttc: MQTT客户端协议 | libhomekit: Apple homekit协议库 | ## 异步 | | | |--|--| | libgevent: 事件驱动 | libthread: 线程 | | libworkq: 工作队列 | | ## I/O | | | |--|--| | libstrex: 字符扩展 | libconfig: 配置文件库 | | liblog: 日志库 | libfile: 文件操作库 | | libsubmask: 网络地址翻译 | | ## 多媒体 | | | |--|--| | libavcap: 音频视频捕获库 | libmp4: MP4录制解析库 | | libjpeg-ex: | libmedia-io: 音频视频格式定义 | ## 系统抽象层 | | | |--|--| | libposix: windows/rtos/ios平台posix适配库 | ## 其他 | | | |--|--| | libdebug: 调试辅助库 | libhal: 硬件抽象层 | | libplugin: 动态加载库 | libtime: 时间库 | | libfsm: 有限状态机 | | ## 编译方法 详细请参考[INSTALL.md](https://github.com/gozfree/gear-lib/blob/master/INSTALL.md) ## License 详细请参考[LICENSE](https://github.com/gozfree/gear-lib/blob/master/LICENSE.MIT) ## 联系交流 * 邮箱: gozfree@163.com * QQ 群: 695515645 * Github: [gear-lib](https://github.com/gozfree/gear-lib) * 码云主页: [gear-lib](https://gitee.com/gozfreee/gear-lib)