codepr / solLinks
Lightweight MQTT broker, written from scratch. IO is handled by a super simple event loop based upon the most common IO multiplexing implementations.
☆135Updated 11 months ago
Alternatives and similar repositories for sol
Users that are interested in sol are comparing it to the libraries listed below
Sorting:
- Code samples for the book Patterns in C☆187Updated 9 years ago
- Tiny, modular, drop-in, library of some most commonly used utility methods for C (embedded) applications. Intended to be used as a git-su…☆162Updated 2 weeks ago
- Lightweight event loop library for Linux epoll() family APIs☆246Updated 7 months ago
- Simple hash table implemented in C☆182Updated last year
- B-tree implementation in C☆369Updated 11 months ago
- A fast and lightweight event loop for embedded platforms.☆109Updated 3 years ago
- 🔀 Asynchronous framework in C.☆33Updated 3 years ago
- Practical design patterns in C☆449Updated 2 years ago
- Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C☆590Updated last year
- Implement your own TCP IP Stack☆219Updated this week
- A quick and dirty HTTP client library in and for C.☆176Updated 3 years ago
- wsServer - a tiny WebSocket server library written in C☆490Updated 5 months ago
- Templated type-safe hashmap implementation in C using open addressing and linear probing for collision resolution.☆280Updated 7 months ago
- A fast hash map/hash table (whatever you want to call it) for the C programming language.☆177Updated last month
- Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions☆271Updated last year
- Simple and memory-efficient implementation of OOP in C suitable for real-time embedded systems.☆260Updated 2 years ago
- A simple memory allocator - Memory allocation 101☆306Updated 6 years ago
- Stackless Async Subroutines for C☆762Updated 2 years ago
- 🦁 Nala - A delightful test framework for C projects.☆68Updated 2 months ago
- Lightweight WebSocket library for C.☆85Updated 4 years ago
- A quick tutorial on how to implement malloc/free/calloc/realloc☆174Updated 6 years ago
- Basic skeleton of a linux daemon written in C☆179Updated 4 years ago
- Object-Oriented Programming With ANSI-C☆298Updated 5 years ago
- A collection of commonly used C MACROS☆148Updated 2 years ago
- A minimal TCP/IP stack☆533Updated last year
- Protothreads (coroutines) in C99. Highly portable, but work best in low-end embedded systems.☆298Updated 9 years ago
- Stackful Async Subroutines for C. Brings async 2 C☆92Updated 4 years ago
- WebSockets in C for Embedded Applications☆78Updated 2 years ago
- malloc / free replacement for unmanaged, linear memory situations (e.g. WASM, embedded devices...)☆803Updated last year
- A LC3 virtual machine implementation in a few lines of C code☆385Updated 2 years ago