English | 简体中文
![License](https://camo.githubusercontent.com/4a01beabfd80ba9d1b3dfba2aa33c961ea8c3601b13579ff1031567965677bc3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f676f7a667265652f676561722d6c69622e737667)
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
![struct](/nitin-rjadhav/gear-lib/raw/master/build/gear-lib.png)
|
|
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: |
libdarray: Dynamic array |
|
|
librtsp: Real Time Streaming Protocol server for ipcamera or NVR |
librtmpc: Real Time Messaging Protocol client for liveshow |
libsock: 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 |
libmqttc: MQTT client protocol |
libhomekit: Apple homekit protocol |
|
|
libgevent: Reactor event, like libevent |
libthread: Thread wrapper |
libworkq: Work queue in userspace |
|
|
|
libstrex: string extension |
libconfig: Support ini/json |
liblog: Support console/file/rsyslog |
libfile: File operations |
libsubmask: ip addr transform |
|
|
|
libavcap: audio/video capture api (v4l2/uvc/esp32/dshow) |
libmp4: MP4 muxer and parser |
libjpeg-ex: |
libmedia-io: audio/video frame/packet define |
|
|
libposix: posix adapter for Windows/rtos/ios |
|
|
|
libdebug: Help to trace crash like gdb |
libhal: hardware Abstraction Layer |
libplugin: Dynamic link plugin |
libtime: Time wrapper |
libfsm: Finite State Machine |
|
Please refer to INSTALL.md file for detailed information.
Please refer to the LICENSE file for detailed information.