troydhanson / examplesLinks
Examples of common C techniques on Linux
☆32Updated 7 years ago
Alternatives and similar repositories for examples
Users that are interested in examples are comparing it to the libraries listed below
Sorting:
- ☆33Updated 2 years ago
- ☆27Updated 9 years ago
- A low-latency in-memory C logging library☆59Updated 3 years ago
- Lightweight, simple and portable message bus and IPC system for embedded Linux.☆11Updated 11 years ago
- a C implementation of Simon Cooke's bipbuffer☆18Updated 8 years ago
- Lightweight logger for C/C++ programs, implemented as a single header file.☆111Updated 2 years ago
- EventDrivenEmbeddedFramework is simple framework written in pure C to make development much faster and easier without sacrificing flexibi…☆16Updated 12 years ago
- Very simple library for sending and receiving ICMP datagrams.☆17Updated 3 years ago
- libmad library☆46Updated 15 years ago
- A lightweight header only logging library for C☆56Updated 3 years ago
- small library for c, includes array, hash, string, value, event emitter...☆49Updated 7 years ago
- sntpd is a fork of Larry Doolittle's ntpclient with added daemon, syslog, and IPv6 support☆53Updated 2 years ago
- A circular buffer alternative written in C under a BSD license☆141Updated 6 years ago
- Linux Kernel configuration tools - Windows Port☆21Updated 11 years ago
- NIH Utility Library☆91Updated 3 years ago
- Advanced cross-platform logging library for C/C++☆149Updated last month
- Embedded Web Server☆18Updated last year
- The FNET is a free, open source, dual TCP/IPv4 and IPv6 Stack (under Apache Version 2.0 license) for building embedded communication soft…☆122Updated 2 years ago
- Portable Event Library☆18Updated 5 months ago
- String parsing library combining the memory safety of strsep and the convenience of a sscanf-like interface.☆28Updated last year
- Hierarchical memory allocator☆76Updated 10 years ago
- Portable hierarchical state machine written in C ( no use of malloc )☆19Updated 10 months ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆147Updated 4 years ago
- Small implementation of (some of) the MQTT protocol in C☆47Updated 4 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆93Updated 5 years ago
- An implementation of ByteBuffer in C☆24Updated 5 years ago
- Embedded software modules: dynamic memory with defrag, Linked list, RAMFS, GFX, Primitive scheduler, FIFO etc.☆26Updated 6 years ago
- IPC provides flexible, efficient message passing between processes.☆30Updated 11 years ago
- a simple C object implementation with reflection, allow objects convert to/from json strings automatically.☆12Updated 10 years ago
- Generic containers in C. So far: singly & doubly linked lists, a singly-linked queue, a hash table and a binary search tree. As type-safe…☆43Updated 9 months ago