gear-lib

Gear-Lib, wrapper and extension of POSIX

Github星跟踪图

Gear-Lib

English, 简体中文

Build
Release
License

This is a collection of basic libraries.

  • All are written in POSIX C, aim to used compatibility on linux, windows, android, ios.
  • Aim to reuse for IOT, embedded and network service development

Data Struct

  • libdict: Hash key-value dictonary library
  • libhash: Hash key-value library based on hlist from kernel
  • libringbuffer:
  • libqueue: queue library, support memory hook
  • librbtree: comes from linux kernel rbtree.
  • libsort:
  • libvector:
  • libmacro: Basic Macro define library, include kernel list and so on
  • libdarray: Dynamic array

Network

  • librtsp: Real Time Streaming Protocol server for ipcamera or NVR
  • librtmpc: Real Time Messaging Protocol client for liveshow
  • libskt: socket warpper api for easily use
  • librpc: Remote Procedure Call library
  • libipc: Inter-Process Communication, support mqueue/netlink/shm
  • libp2p: High level p2p punch hole library, easy API to use
  • libhomekit: Apple homekit protocol

Async

  • libgevent: Reactor event, like libevent
  • libthread: Thread wrapper
  • libworkq: Work queue in userspace

I/O

  • libbase64: Base64/32 encode/decode
  • libconfig: Support ini/json
  • liblog: Support console/file/rsyslog
  • libfile: File operations
  • libstrex:
  • libsubmask: ip addr transform

Multi-Media

  • libuvc: USB video class V4L2/dshow
  • libmp4parser: MP4 format parser
  • libjpeg-ex:
  • libmedia-io: audio/video frame/packet define

OS Abstraction Layer

  • libposix4win: posix adapter for Windows
  • libposix4rtos: posix adapter for FreeRTOS

Misc

  • libdebug: Help to trace crash like gdb
  • libhal: hardware Abstraction Layer
  • libplugin: Dynamic link plugin
  • libtime: Time wrapper
  • libfsm: Finite State Machine

How To Build

Please refer to INSTALL.md file for detailed information.

License

Please refer to the LICENSE file for detailed information.

Contacts

主要指标

概览
名称与所有者gozfree/gear-lib
主编程语言C
编程语言Makefile (语言数: 13)
平台
许可证MIT License
所有者活动
创建于2015-08-07 12:41:05
推送于2024-08-08 02:50:27
最后一次提交2023-07-25 00:08:47
发布数23
最新版本名称v1.1.20 (发布于 )
第一版名称v1.0.0 (发布于 )
用户参与
星数3.2k
关注者数221
派生数863
提交数725
已启用问题?
问题数76
打开的问题数25
拉请求数27
打开的拉请求数4
关闭的拉请求数5
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?