linearregression / node-opendds

NodeJS to OpenDDS bridge.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenDDS module for Node.js

Travis CI: Build Status

Version 0.0.6

Added Microsoft Visual C++ support.

Version 0.0.5

Updated for Node.js version 6.9.5 and V8 version 5.8.1.

Version 0.0.4

Now hosted on GitHub which required a version bump to tell npm about it. No code changes.

Version 0.0.3

Updated to use new abstract interface callback from DataReaderImpl to execute as an atomic operation rather than in two stages. This change uses updates to OpenDDS starting with r5997 in subversion and any release after 3.4.1. This will not build with older versions of OpenDDS.

Version 0.0.2

Updated to use extended data reference counting available in OpenDDS as of r5993 in subversion. This change will be available in releases starting with the one following OpenDDS 3.4.1. This will not build with the older versions of OpenDDS.

Requirements:

  • OpenDDS (http://www.opendds.org) and its dependencies must be installed.
  • Make sure all of the OpenDDS development environment variables are set before running npm to install this module. If you use the OpenDDS configure script, these variables can be set using "setenv.sh" or "setenv.cmd" depending on your platform.

Tested platforms:

  • Linux (Ubuntu16.04) x86_64 using the distro-supplied GCC and c++11=1
  • Windows 10 x86_64 using Visual Studio 2015
  • Other OpenDDS-supported platforms should work, but may required changes to binding.gyp

To build the module (for development of this module, users can simply use npm)

$ node-gyp configure build

About

NodeJS to OpenDDS bridge.


Languages

Language:C++ 84.4%Language:JavaScript 6.7%Language:Python 5.2%Language:Perl 3.7%