Remote Procedure Call Demo Written in Pure C
☆30Feb 29, 2024Updated 2 years ago
Alternatives and similar repositories for cRPC
Users that are interested in cRPC are comparing it to the libraries listed below
Sorting:
- Client and Server stubs for Remote Procedure Call over UDP connection☆18Jun 13, 2014Updated 11 years ago
- A network stack in userspace☆23Nov 12, 2017Updated 8 years ago
- ☆10Jun 10, 2014Updated 11 years ago
- ☆12Jan 11, 2023Updated 3 years ago
- 基于signal通知机制的无锁(CAS)共享内存消息队列的实现☆32Jul 27, 2016Updated 9 years ago
- Bluespec H.264 Decoder☆12Jul 17, 2014Updated 11 years ago
- Lightweight, simple and portable message bus and IPC system for embedded Linux.☆11Jan 18, 2014Updated 12 years ago
- Lock free shared-memory library☆12Jan 3, 2017Updated 9 years ago
- Example RPC service for blog post☆17Jul 13, 2019Updated 6 years ago
- ☆12Mar 23, 2020Updated 5 years ago
- a key-value lib based on share memory, it use hash data struct☆17Jan 28, 2014Updated 12 years ago
- ☆10Sep 1, 2017Updated 8 years ago
- LibPacket is a portable library designed for decoding and parsing TCP/IP packets, offering a clean API to facilitate the development of p…☆17Feb 8, 2026Updated last month
- Portable LLM - A rust library for LLM inference☆11Apr 13, 2024Updated last year
- Very Fast compression/decompression of in-memory numeric vectors with LZ4☆20May 24, 2025Updated 9 months ago
- vuejs学习小例子☆13Jun 10, 2021Updated 4 years ago
- a simple proxy server for UDP☆13Sep 17, 2017Updated 8 years ago
- A benchmark and playground for Completely Fair Scheduling in Go☆11Feb 12, 2022Updated 4 years ago
- Simple key value pairs store only integer and string types.☆10Nov 5, 2018Updated 7 years ago
- 一个在单片机上运行的事件循环模型库,参考了JavaScript的事件循环☆13Dec 5, 2021Updated 4 years ago
- H.264/AVC Baseline Decoder☆16Jul 17, 2014Updated 11 years ago
- A soft SPI library for STM32 HAL.☆11Oct 15, 2021Updated 4 years ago
- ☆13May 24, 2016Updated 9 years ago
- Multicast UDP File Transfer☆19Jun 7, 2011Updated 14 years ago
- A key-value database with journaling☆15Dec 19, 2023Updated 2 years ago
- 706线上综合平台☆13Sep 3, 2020Updated 5 years ago
- A simple Regular expression matcher☆17Oct 6, 2011Updated 14 years ago
- gazebo ros plugin for simulating WiFi router and receiver☆12Oct 23, 2016Updated 9 years ago
- FreeBSD port of OpenBSD dhcpd☆12Feb 24, 2026Updated 3 weeks ago
- 非常小的读取、写入ini配置文件c库.☆10Nov 22, 2019Updated 6 years ago
- 小型系统 单片机的 软件事件框架 软件定时 基于事件驱动☆12Feb 5, 2018Updated 8 years ago
- See https://github.com/FastCGI-Archives/fcgi2 for a "maintained" mirror☆11May 26, 2016Updated 9 years ago
- ☆16May 27, 2021Updated 4 years ago
- lighDB - light embed database written on C99 without dynamic allocation and it targets to the MCUs☆16Nov 30, 2017Updated 8 years ago
- HJ212-2017协议C语言实现,支持协议组包☆12Apr 13, 2023Updated 2 years ago
- File system for small capacity EEPROM memories. Ideal for PIC microcontrollers☆16Jan 9, 2010Updated 16 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲 区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆18Nov 25, 2019Updated 6 years ago
- Code for training & inference with FLAN family of models☆17May 23, 2023Updated 2 years ago
- udp分包的实现 应用程序保障传输的可靠性☆11Feb 26, 2019Updated 7 years ago