Metadata-Version: 2.1
Name: ndicapi
Version: 3.2.7
Summary: This package allows interfacing with NDI tracking devices
Home-page: https://github.com/thompson318/ndicapi
Maintainer: Stephen Thompson
Maintainer-email: s.thompson@ucl.ac.uk
License: MIT
Description: [![Build Status](https://travis-ci.com/thompson318/ndicapi.svg?branch=ci-scripts)](https://travis-ci.com/thompson318/ndicapi)
        [![Build Status](https://ci.appveyor.com/api/projects/status/e32ecvlt0cwp8lfl/branch/ci-scripts?svg=true)](https://ci.appveyor.com/project/thompson318/ndicapi)
        
        # History
        * Program:   NDI Combined API C Interface Library
        * Creator:   David Gobbi
        * Language:  English
        * Authors:
          * David Gobbi
          * Andras Lasso <lassoan@queensu.ca>
          * Adam Rankin <arankin@robarts.ca>
          * Stephen Thompson <s.thompson@ucl.ac.uk>
        
        # Overview
        
        This package provides a portable C library that provides a straightforward interface to AURORA, POLARIS, and VEGA systems manufactured by Northern Digital Inc. This library is provided by the Plus library, and is not supported by Northern Digital Inc.
        
        This fork implements continuous integration and deployment of binary Python wheels to PyPi. Otherwise it should remain identical to the upstream project.
        
        ## Building
        Building and deployment should be handled automatically using Travis (mac and linux) and Appveyor services. For details read .travis.yml and appveyor.yml.
        
        At present mac and manylinux wheels are built and deployed using using matthew-brett/multibuild, under the project thompson318/ndicapi-wheels. Windows wheels can be downloaded from appveyor artifacts and uploaded manually.
        
        ## Contents
        The main contents of this package are as follows:
        
        1) A C library (libndicapi.a, ndicapi.lib/dll) that provides a set of C functions for communicating with an NDI device via the NDI Combined API.  The documentation for this library is provided in the ndicapi_html directory.
        
        2) Two C++ header files (ndicapi.h and ndicapi_math.h) that provide and interface, via libndicapi.a, to an NDI device via the NDICAPI Serial Communications API that predated the Combined API. Documentation is provided in the polaris_html directory.
        
        4) A pythoninterface to the ndicapi library.  However, only the original POLARIS API is supported through python.  The full ndicapi interface is not yet supported.
        
        ## Acknowledgments
        
        The implementation of continuous integration and deployment was Supported by the [Wellcome Trust](https://wellcome.ac.uk/)  and the [EPSRC](https://www.epsrc.ac.uk/) as part of the [Wellcome Centre for Interventional and Surgical Sciences](http://www.ucl.ac.uk/weiss).
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Hardware
Description-Content-Type: text/markdown
