Coder Social home page Coder Social logo

peterdeherdt / rbuscore Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lgirdk/rbuscore

0.0 1.0 0.0 394 KB

mirror of https://code.rdkcentral.com/r/#/admin/projects/components/opensource/rbuscore

License: Apache License 2.0

CMake 8.25% C 42.01% C++ 48.40% Shell 1.34%

rbuscore's Introduction

rbuscore

rbuscore is for the bus communication to support TR181/TR369 and build on top of rtMessage, as an alternate to D-bus. rtMessage provides pub/sub messaging capabilities using Unix domain socket and/or TCP sockets.

Compilation Steps

  1. The prerequisite for rbuscore is to have rtmessage; Make sure that rtMessage compiled and installed. Ref: https://code.rdkcentral.com/r/plugins/gitiles/rdk/components/opensource/rtmessage/ for instruction.

  2. Create a workspace for rbuscore.

    $ mkdir -p ~/workspace/ $ cd ~/workspace

  3. Export the prefix variable. rtmessage binaries, libraries and headers should have been installed in this path

    $ export PREFIX=${PWD}

  4. Create a src folder where this rbuscore going to be downloaded

    $ mkdir -p src $ cd src/

  5. Clone the source

    $ git clone https://code.rdkcentral.com/r/components/opensource/rbuscore

  6. Execute the below commands

    $ cd rbuscore $ mkdir build $ cmake -DBUILD_FOR_DESKTOP=ON -DCMAKE_INSTALL_PREFIX=$PREFIX ../ $ make $ make install

rbuscore's People

Contributors

karuna2git avatar mrcomcast123 avatar peterdeherdt avatar venkataprasadk avatar gururaajar avatar harikrishnan-raman18 avatar mmasin811 avatar tabbas651 avatar mlepur939 avatar pradeeptakdas 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.