1 Star 0 Fork 308

xiachong / gear-lib

forked from gozfree / gear-lib 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 2.24 KB
一键复制 编辑 原始数据 按行查看 历史
gozfree 提交于 2019-08-25 11:54 . update README

Gear-Lib

English | 简体中文

Build Release License

This is a collection of basic libraries.

  • All are written in POSIX C, aim to used compatibility on x86, arm, 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

Network

  • librtsp: Real Time Streaming Protocol server for ipcamera or NVR
  • librtmp: 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

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:

Misc

  • libdebug: Help to trace crash like gdb
  • libhal: hardware Abstraction Layer
  • libplugin: Dynamic link plugin
  • libtime: Time wrapper
  • libposix4win: posix adapter for Windows

Muiti-Media

  • libuvc: USB video class V4L2/dshow
  • libmp4parser: MP4 format parser
  • libjpeg-ex:

How To Build

Please refer to INSTALL.md file for detailed information.

License

Please refer to the LICENSE file for detailed information.

Contacts

C
1
https://gitee.com/xue-zhiming/gear-lib.git
git@gitee.com:xue-zhiming/gear-lib.git
xue-zhiming
gear-lib
gear-lib
master

搜索帮助