Code Monkey home page Code Monkey logo

shmdata's Introduction

::

         __            __     __      
    ___ / /  __ _  ___/ /__ _/ /____ _
   (_-</ _ \/  ' \/ _  / _ `/ __/ _ `/
  /___/_//_/_/_/_/\_,_/\_,_/\__/\_,_/ 
                                    
shmdata
=======
Library to share flows of data frames between processes via shared memory. 
shmdata can be compared to the JACK audio connection kit project or to the
VideoJack project. shmdata, however, does not provide a host server and require applications to link data streams using socket path (e.g. "/tmp/my_shmdata_stream"). 
Note that shmdata followers and writers can hot connect/disconnect/reconnect/... 
and that a shared memory supports a single writer with multiple readers.

shmdata is currently used in several metalab projects:

* switcher (http://code.sat.qc.ca/redmine/projects/switcher/wiki)
* splash (http://code.sat.qc.ca/redmine/projects/splash)
* posturevision (http://code.sat.qc.ca/redmine/projects/kinectvision/wiki/)
* scenic (http://code.sat.qc.ca/redmine/projects/scenic/wiki)

License: LGPL

Project URL: http://code.sat.qc.ca/redmine/projects/libshmdata

Installation
------------
Here is how to build and install it on Debian GNU/Linux or Ubuntu::

  $ sudo apt-get install automake bison build-essential flex libtool 
  $ # this is only for building gstreamer plugins:
  $ sudo apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
  $ # this is for building python wrappers 
  $ sudo apt-get install python3-dev
  $ ./autogen.sh
  $ ./configure
  $ make
  $ sudo make install
  $ sudo ldconfig


Authors
-------
see git history

shmdata's People

Contributors

nicobou avatar aalex avatar papermanu avatar

Watchers

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