TCP/IP stack implementation
☆18May 11, 2020Updated 6 years ago
Alternatives and similar repositories for Tinytcpipstack
Users that are interested in Tinytcpipstack are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 基于B+树的磁盘索引☆13Aug 20, 2020Updated 5 years ago
- Very simple and stupid TCP/IP stack written in C☆10Mar 25, 2016Updated 10 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 5 months ago
- 创建一个用户态的TCP/IP协议栈。基于Linux内核的TCP/IP协议栈,Xiaochen Wang's TCP/IP stack 和 Level-IP这三个项目构建的。同时它也是一个中文教程,可以帮助自己(或者看到此教程的人)更好的理解计算机网络,更好的理解协议栈。☆88Mar 7, 2021Updated 5 years ago
- String matching algorithms, like using Brute force, Finite state machine, KMP, Shift_and, etc.☆21Jan 18, 2014Updated 12 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- sqlite的阅读笔记☆24Jan 1, 2023Updated 3 years ago
- Network stack developed for embedded work on small systems. Implements ip, tcp, arp, a small web server, and an OS abstraction layer.☆52Jan 5, 2026Updated 6 months ago
- 小型的tcp/ip协议栈,主控芯片为stm32f407☆15Jul 12, 2015Updated 11 years ago
- Lightweight, simple and portable message bus and IPC system for embedded Linux.☆11Jan 18, 2014Updated 12 years ago
- A demo running Babel with Deno☆11Mar 26, 2022Updated 4 years ago
- A simple low-level implementation of TCP/IPv6 Stack.☆16Nov 6, 2015Updated 10 years ago
- Lock free shared-memory library☆12Jan 3, 2017Updated 9 years ago
- ☆11Mar 23, 2020Updated 6 years ago
- A key-value database with journaling☆15Dec 19, 2023Updated 2 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- Simple LFU cache. put and get.☆12Feb 26, 2016Updated 10 years ago
- ☆11Jun 11, 2023Updated 3 years ago
- ☆10Jun 10, 2023Updated 3 years ago
- a key-value lib based on share memory, it use hash data struct☆17Jan 28, 2014Updated 12 years ago
- List key diff algorithm.☆15Nov 10, 2015Updated 10 years ago
- ☆10Sep 1, 2017Updated 8 years ago
- Simple Robin Hood hash table implemented using C macros☆15Feb 7, 2025Updated last year
- Very Fast compression/decompression of in-memory numeric vectors with LZ4☆20May 24, 2025Updated last year
- a simple proxy server for UDP☆13Sep 17, 2017Updated 8 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 一个在单片机上运行的事件循环模型库,参考了JavaScript的事件循环☆13Dec 5, 2021Updated 4 years ago
- 使用 webpack,rollup,esbuild 来打包nodejs☆11Dec 15, 2023Updated 2 years ago
- ☆13May 24, 2016Updated 10 years ago
- Multicast UDP File Transfer☆19Jun 7, 2011Updated 15 years ago
- user-mode TCP/IP stack based on linux tap device☆724Aug 13, 2023Updated 2 years ago
- Falcon: Fast OLTP Engine for Persistent Cache and Non-Volatile Memory☆11Nov 1, 2023Updated 2 years ago
- FreeBSD port of OpenBSD dhcpd☆12Jun 30, 2026Updated 3 weeks ago
- 面向h5、微信/支付宝/百度/字节跳动小程序的控制台辅助开发工具☆14Jan 6, 2023Updated 3 years ago
- 非常小的读取、写入ini配置文件c库.☆10Nov 22, 2019Updated 6 years ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- 小型系统 单片机的 软件事件框架 软件定时 基于事件驱动☆12Feb 5, 2018Updated 8 years ago
- Flutter: How to connect to NodeJS & MySQL☆13Dec 11, 2022Updated 3 years ago
- HJ212-2017协议C语言实现,支持协议组包☆12Apr 13, 2023Updated 3 years ago
- lighDB - light embed database written on C99 without dynamic allocation and it targets to the MCUs☆16Nov 30, 2017Updated 8 years ago
- 🌊 Endless generative ambient music and white noise for deep focus and calm. | 悠悠乐流飘啊飘☆21Jun 15, 2026Updated last month
- An HTML template parser compiling an incremental-dom render factory.☆15Dec 30, 2022Updated 3 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不 会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆19Nov 25, 2019Updated 6 years ago