Skip to content
/ capnzero Public
forked from alica-labs/capnzero

A communication middleware based on Cap'n Proto and ZeroMQ.

License

Notifications You must be signed in to change notification settings

sst97/capnzero

 
 

Repository files navigation

Cap'n Zero

A communication middleware based on Cap'n Proto and ZeroMQ. It runs under Ubuntu 18.04 and utilises C++ Standard 11 and maybe higher. It is designed with a small service robot team as application domain in mind.

Install Cap'n Proto

sudo apt install capnproto libcapnp-dev

Install ZeroMQ

sudo su
echo "deb http://download.opensuse.org/repositories/network:/messaging:/zeromq:/git-draft/xUbuntu_18.04/ ./" >> /etc/apt/sources.list
exit
wget https://download.opensuse.org/repositories/network:/messaging:/zeromq:/git-draft/xUbuntu_18.04/Release.key -O- | sudo apt-key add
sudo apt install libzmq3-dev

About

A communication middleware based on Cap'n Proto and ZeroMQ.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 74.4%
  • CMake 21.9%
  • Python 3.1%
  • Other 0.6%