Stars
Quagga Tracking repository - Master is at http://git.savannah.gnu.org/cgit/quagga.git
An user-defined hash function and comparison function hash table implementation for C
Main goal of this project was to create wirking RIPng router, that will be working on Linux OS.
Simulated RIP (Routing Information Protocol) v1 implementation
Designed a custom IP router for forwarding of packets in the network. Used Libpcap library to capture and forward them after modifying the Ethernet and IP headers. Also added support for ICMP echo …
Simulation of TCP Routing Protocols (GBN,ABT and SR)
Implemented the distance vector routing protocol (RIP) in C [Bellman Ford algorithm]. The protocol uses UDP and runs on servers and uses a topology file to know the initial cost and network topology.
Advanced. multi-threaded routing software with support for IPv4/IPv6 BGP, DVMRP, RIP/RIPng, PIM-DM, and OSPF. Includes CISCO(tm) configuration interface and data collection/processing and routing s…
A Linux kernel module that does network address translation
Simplified implementation of network router software
Using tuntap to simulate router port, implement software router and related network functions with C.
Built a distributed hash table to store and retrieve(key, value) pair that is stored on different computers on the same network.
A hands-on introduction to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg encoding). Translations: 🇺🇸 🇨🇳 🇯🇵 🇮🇹 🇰🇷 🇷🇺 🇧🇷 🇪🇸
MATLAB implementation of a simple Kalman filter.
The embedded system software is written to perform a particular function. It is typically written in a high level format and then compiled down to provide code that can be lodged within a non-volat…
一种分布式的技术平台,包含了基本的数据库分库分表组件,Web管理,IdMaker等基础中间件
学习redis源码过程笔记、问题记录,通过代码阅读熟悉分布式NOSQL数据库redis cluster集群功能、主从复制,节点扩容、槽位迁移、failover故障切换、一致性选举完整分析,对理解redis源码很有帮助
这是一个id生成器,主要为互联网的各种业务生成id(也就是数据库主键)。该id生成器生成的id主要被用来做数据路由之用。和Albianj2配合,可以快速而简单的搭建完整的分布式业务系统!
FastDFS is a high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance. Wechat/Weixi…
A miniDFS support basic distributed file system like HDFS