c1e25e40f0d7387df85c48cc6eee7761eda63dde
"With this series: 1) We can verify that data from Node A to Node B are streamed correctly. 2) Session completion are handled now. Node A: [Stream #08a2d480-2f7b-11e5-ae28-000000000000] Session with 127.0.0.2 is complete [Stream #08a2d480-2f7b-11e5-ae28-000000000000] All sessions completed Node B: [Stream #08a2d480-2f7b-11e5-ae28-000000000000] Session with 127.0.0.1 is complete [Stream #08a2d480-2f7b-11e5-ae28-000000000000] All sessions completed"
#Urchin
##Building Urchin
In addition to required packages by Seastar, the following packages are required by Urchin.
Submodules
Urchin uses submodules, so make sure you pull the submodules first by doing:
git submodule init
git submodule update
Building urchin on Fedora
Installing required packages:
sudo yum install yaml-cpp-devel lz4-devel zlib-devel snappy-devel jsoncpp-devel
Building urchin on Ubuntu 14.04
Installing required packages:
sudo apt-get install libyaml-cpp-dev liblz4-dev zlib1g-dev libsnappy-dev libjsoncpp-dev
Description
Languages
C++
73.5%
Python
25.3%
CMake
0.3%
GAP
0.3%
Shell
0.3%