mirror of
https://github.com/gozfree/gear-lib.git
synced 2026-02-06 02:54:22 +08:00
7971544c8fc3ba5856fdf0198e589f2a6c62e59d
Gear-Lib
English | 简体中文
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: | libdarray: Dynamic array |
Network
| 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 |
| 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 | libmp4: MP4 muxer and parser |
| libjpeg-ex: | libmedia-io: audio/video frame/packet define |
OS Abstraction Layer
| libposix: posix adapter for Windows/rtos/ios |
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
- Email: gozfree@163.com
- QQ Group: 695515645
- Github: gear-lib
- Gitee: gear-lib
Languages
C
90.1%
Makefile
3.5%
CMake
2.9%
C++
2%
Python
0.6%
Other
0.8%
