masroorhasan / RPCLinks
Client and Server stubs for Remote Procedure Call over UDP connection
☆18Updated 11 years ago
Alternatives and similar repositories for RPC
Users that are interested in RPC are comparing it to the libraries listed below
Sorting:
- Network stack developed for embedded work on small systems. Implements ip, tcp, arp, a small web server, and an OS abstraction layer.☆52Updated last year
- a ring buffer like kfifo, work in linux kernel and user space, test on kernel 3.16 on both x86 and ARM platform☆40Updated 4 years ago
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆164Updated 3 years ago
- A hashtable in C☆59Updated 11 years ago
- An embedded, simple, fast, concurrent, on-disk key-value store using a b+tree.☆40Updated 6 years ago
- Protocol Buffers C RPC implementation☆201Updated 5 years ago
- A Lightweight TCP/IP stack☆96Updated 6 years ago
- Simple memory leak finder.☆51Updated 12 years ago
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆143Updated 8 years ago
- A small thread-safe queue written in C☆107Updated 5 years ago
- A stand-alone DHCP server, written in C.☆101Updated last year
- A benchmark showing that kfifo is really super fast☆11Updated 10 years ago
- lwip-tap is an application of "lwIP - A Lightweight TCP/IP Stack"☆58Updated 12 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆93Updated 5 years ago
- High performance AVL tree container C implementation☆57Updated 5 years ago
- Lock-Free Thread Pool☆79Updated 2 years ago
- Protothreads extremely lightweight stackless threads implemented in C☆129Updated 12 years ago
- a key-value lib based on share memory, it use hash data struct☆17Updated 11 years ago
- kfifo, a generic userspace FIFO implementation, port from Linux kernel 5.x. Note: requires GCC.☆76Updated last year
- 基于signal通知机制的无锁(CAS)共享内存消息队列的实现☆32Updated 9 years ago
- c语言实现LRU缓存☆34Updated 7 years ago
- Implementation of the Slab Allocator as described in "The Slab Allocator: An Object-Caching Kernel Memory Allocator" by Jeff Bonwick.☆36Updated 11 years ago
- Git clone of the Lightweight TCP/IP Stack. CHECK UPSTREAM FOR LATEST SRC -->☆159Updated 3 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- JSON-RPC in C (server only for now)☆234Updated last year
- A fast no_lock RingQueue between 2 threads (25M WrtieRead per second)☆91Updated 7 years ago
- Putting a TCP/IP Stack on DPDK☆25Updated 12 years ago
- Lightweight, simple and portable message bus and IPC system for embedded Linux.☆11Updated 11 years ago
- Raw API for LwIP is too difficult? No, you can use the "rawket" APIs to build your network applications, the rawket gives you socket-like…☆37Updated 8 years ago
- Overview For this assignment you will be developing an application that uses raw IP sockets to ‘walk’ around an ordered list of nodes (g…☆27Updated 10 years ago