# prip **Repository Path**: anolis/prip ## Basic Information - **Project Name**: prip - **Description**: No description available - **Primary Language**: C - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 11 - **Forks**: 5 - **Created**: 2022-10-13 - **Last Updated**: 2026-03-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # prip #### 介绍 PRIP(Parallel Redundancy Internet Protocol)并行冗余互联协议,是由北京凝思软件 股份有限公司提出并制定的适用于冗余网络通信协议,PRIP并行冗余互联协议可完全 满足冗余通信的基本功能要求和0延时切换的性能要求,并且完全基于软件实现。 #### 软件架构 内核编译选项方式构建 #### 安装教程 1. 通过make menuconfig 打开PRIP选项,Networking support-->Networking options-->Parallel Redundancy Internet Protocol 2. make 3. make modules_install 4. 重启系统 #### 使用说明 1. 将本机的eth0网卡配置IP地址:ifconfig eth0 192.168.10.40/24 2. 将本机的eth1网卡配置IP地址:ifconfig eth1 192.168.11.40/24 3. echo 1 > /proc/sys/net/ipv4/prip_set 4. echo "192.168.10.0 192.168.11.0 24" > /proc/prip/prip_config #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request