Giter VIP home page Giter VIP logo

driver-mnt-connext-shapes's Introduction

driver-mnt-connext-shapes

This project implements a mount that connects to the DDS shapes topics that are used in interoperability demos. The project uses RTI Connext, and has been verified with version 5.3.0.

Building

If you do not have corto installed yet, do:

curl https://corto.io/install-dev-src | sh

You also must have RTI Connext DDS (www.rti.com) installed on your machine. See RTI Connext documentation on how to setup the environment for building.

Then, to download and install this project to your local package repository, do:

git clone https://github.com/SanderMertens/driver-mnt-connext-shapes
bake driver-mnt-connext-shapes

You can now use the mount in your projects.

Configuration

The mount can be used in a project by adding a configuration file to the config folder of the project that contains JSON similar to this:

{
    "id": "config/square_mount",
    "type": "driver/mnt/connext/shapes/mount",
    "value": {
        "domainId": 1,
        "topic": "Square",
        "query.from": "data/squares"
    }
}

This will listen for the topic Square on domain 1, and mount data under data/squares. The mount object will be called square_mount, and is located in the config scope.

Semantic annotations

The mount uses the MyShapeType type (see model.cx) type to instantiate shapes in the corto store. This type mirrors the DDS ShapeType type, but adds semantic annotations to the members. These unambiguously let applications know what the meaning of a member is, which can then be interpreted by applications that have no built-in knowledge about the shape type.

driver-mnt-connext-shapes's People

Contributors

sandermertens avatar

Watchers

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