5 Star 3 Fork 1

科学大数据开源社区 / 文件传输系统-transfer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

transfer

<<<<<<< HEAD

The files: main.cpp:the c++ interface to run the client. client.h:The head file of client.cpp. client.cpp:It is the interface of the client from python to c++. client.py:It is the fulfill of the client function. libclient.so:the lib that is needed by main function. server.py:the server code.

##How to run: The server:python3 server.py The client:g++ -shared -fPIC -o libclient.so client.cpp -I/root/Python-3.5.0/Include/ -lpython3.5m -L/usr/local/lib/ g++ main.cpp -o main -I/root/Python-3.5.0/Include/ -lpython3.5m ./libclient.so ./main

空文件

简介

高能物理文件传输系统 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/opensci/transfer.git
git@gitee.com:opensci/transfer.git
opensci
transfer
文件传输系统-transfer
master

搜索帮助