项目作者: chris-wood

项目描述 :
iris forwarder
高级语言: Rust
项目地址: git://github.com/chris-wood/iris.git
创建时间: 2015-07-04T22:15:08Z
项目社区:https://github.com/chris-wood/iris

开源协议:MIT License

下载


iris

Build Status

Prototype iris forwarder written in Rust to test CCNx interoperability

Setup

Receiver:
./receiver 9697 ~/Projects/iris/data/hello_data

Link/Route:
mk link server tcp 127.0.0.1:9697
mk route server /hello

Send interest:
./pusher 127.0.0.1 9696 ~/Projects/iris/data/hello_int
cat hello_int | nc 127.0.0.1 9696