Git Product home page Git Product logo

natnetlinux's Introduction

NatNetLinux

The purpose of this package is to provide a lightweight library to read NaturalPoint's NatNet UDP packets in Unix-based OSs.

Copyright

All parts of NatNetLinux are Copyright 2013, Philip G. Lee [email protected].

NatNetLinux is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

NatNetLinux is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with NatNetLinux;if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA, or visit http://www.gnu.org/copyleft/gpl.html

Prerequisites

Required

  • cmake - version 2.8 or later
  • boost - with system and thread components

On Debian-based systems (like Ubuntu), this will install the required components:

$ sudo apt-get install cmake libboost-dev libboost-program-option-dev libboost-system-dev libboost-thread-dev

Optional

  • git - if you want to clone directly from the repository
  • doxygen - if you want to build the documentation

On Debian-based systems (like Ubuntu), this will install the optional components:

$ sudo apt-get install git doxygen

Compiling and Installing

$ cd ~
$ git clone https://github.com/rocketman768/NatNetLinux.git NatNetLinux
$ mkdir build
$ cd build
$ cmake ../NatNetLinux
$ make
$ sudo make install

Examples

Please find src/SimpleExample.cpp in the source code. It has all the basic elements of using this library.

Documentation

The doc target will generate doxygen documentation if doxygen is installed. The html index page will be generated in build/doc/html/index.html, which you can open with any web browser.

natnetlinux's People

Contributors

rocketman768 avatar

Watchers

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