Git Product home page Git Product logo

rpc's Introduction

Introduction

This repository contains a set of C++ libraries that provide different RPC communications.

  • eProsima Fast RPC provides a fast RPC communication using a modified CDR serialization over TCP.
  • eProsima RPC over DDS provides an RPC communication over an OMG DDS implementation. Currently it supports eProsima Fast RTPS and RTI DDS implementations.
  • eProsima RPC over REST provides an RPC communication over RESTful paradigma.

Build

This repository provides CMake scripts to build and install the RPC libraries. Also in eProsima you can find packages for Linux using autotools and binaries for Windows.

The following subsections explain how to make an out-of-tree build using CMake, for each RPC library:

eProsima Fast RPC

To enable the building of this library, the option -DRPCPROTO=fastrpc has to be passed to CMake. By default, this library will be built.

$ mkdir build
$ cd build
$ cmake ..
$ make

eProsima RPC over DDS

To enable the building of this library, the option -DRPCPROTO=rpcdds has to be passed to CMake.

Using eProsima Fast RTPS

To compile against eProsima Fast RTPS, the option -DWITH_FASTRTPS=ON has to be passed to CMake. By default, this library links against eProsima Fast RTPS.

$ mkdir build
$ cd build
$ cmake -DRPCPROTO=rpcdds ..
$ make

Using RTI DDS

To compile against RTI DDS, the option -DWITH_RTIDDS=ON has to be passed to CMake.

$ mkdir build
$ cd build
$ cmake -DRPCPROTO=rpcdds -DWITH_RTIDDS=ON -DWITH_FASTRTPS=OFF ..
$ make

eProsima RPC over REST

To enable the building of this library, the option -DRPCPROTO=rpcrest has to be passed to CMake.

$ mkdir build
$ cd build
$ cmake -DRPCPROTO=rpcrest ..
$ make

rpc's People

Contributors

richiprosima avatar rubenrubio avatar richiware avatar rafaellaraalvarez avatar santiagomunoz avatar jaimemartin avatar

Watchers

James Cloos avatar  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.