Giter Site home page Giter Site logo

bluezero's Introduction

BlueZero v2

BlueZero (in short, "B0") is a cross-platform middleware which provides tools for interconnecting pieces of software running in multiple threads, processes or machines.

It has some similarities with ROS, although it only focuses on providing communication paradigms (client/server and publisher/subscriber) and message transport (based on ZeroMQ), while being agnostic to message serialization format or common protocols and data structures.

This project uses semantic versioning.

Documentation

See the generated docs/index.html for the documentation.

License

See LICENSE.md.

Dependencies

Required Libraries

  • ZeroMQ v4.1+
  • Boost v1.54+

Optional Libraries

  • zlib (for compressing payloads)
  • lz4 (for compressing payloads)
  • Doxygen (for generating documentation)
  • Graphviz (for generating documentation)
  • mscgen (for generating documentation)

Ubuntu 16

Install the following apt packages:

  • libzmq3-dev
  • libboost-all-dev

Ubuntu 14

Install the following apt packages:

  • libboost-all-dev

The ZeroMQ apt package is too old. Compile and install it from the git repository:

Windows (vcpkg)

Install the following vcpkg packages:

  • cmake
  • boost
  • zlib
  • zeromq

macOS (homebrew)

Install the following:

  • cmake
  • boost
  • zlib
  • zeromq

Compiling

git clone --branch v2 --recursive https://github.com/CoppeliaRobotics/bluezero
cd bluezero
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_GUI=ON -DBUILD_EXAMPLES=ON ..
make

Optionally, generate the documentation (requires Doxygen, Graphviz and mscgen installed):

make doc

Optionally, run unit tests:

make test

bluezero's People

Contributors

fferri avatar coppelia avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.