diff --git a/README.md b/README.md index 2ce63d2..5975f80 100644 --- a/README.md +++ b/README.md @@ -4,20 +4,19 @@ TIPC is a cluster domain socket as a linux module. Enhanced tipc(etipc) enhances the multicast, dfx. #### 软件架构 -软件架构说明 +etipc-1.7.7.zip是仓库https://gitee.com/openeuler/etipc 的源码打包结果; +源码经过编译后得到tipc.ko的内核模块;当前支持Linux 5.10和6.6内核 -#### 安装教程 - -1. xxxx -2. xxxx -3. xxxx +etipc.spec文件是用于描述rpm包的文件,当前rpm包中打包了 +1. tipc.ko: 内核模块 +2. tipc_config: 用于配置tipc, 增强版本的DFX功能 +3. recv\msend\usend: 增强的tipc测试用的二进制,测试单播、广播的tipc通信 #### 使用说明 -1. xxxx -2. xxxx -3. xxxx +1. 请参考[openEuler官方的构建rpm包](https://gitee.com/openeuler/docs/blob/master/docs/zh/docs/ApplicationDev/%E6%9E%84%E5%BB%BARPM%E5%8C%85.md)完成构建 +2. 下载该rpm包后, 可使用rpm2cpio xxx.rpm | cpio -div解压到本地; 或者rpm -ivh xxx.rpm安装, 上述文件都会按照到lib目录 #### 参与贡献 diff --git a/etipc.spec b/etipc.spec index c2c426f..2660f00 100644 --- a/etipc.spec +++ b/etipc.spec @@ -6,8 +6,8 @@ Summary: ETIPC is an enhanced tipcfor the embedding products by Huawei Version: 1.7.7 Release: 1 License: GPLv2 -URL: https://gitee.com/chengjunjia/etipc_build -Source0: https://gitee.com/chengjunjia/etipc_build/raw/openEuler-24.03-LTS/etipc-1.7.7.zip +URL: https://gitee.com/src-openEuler/etipc +Source0: https://gitee.com/src-openEuler/etipc/raw/openEuler-24.03-LTS/etipc-1.7.7.zip BuildRequires: gcc kernel-devel kernel-headers kernel glibc glibc-devel glib2-devel cmake rpm # Requires : kmod