Skip to content

SciKit-Surgery/ndicapi

 
 

Repository files navigation

-Build Status

History

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 github actions. For details see .github/workflows/ci.yml

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.

  3. 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 and the EPSRC as part of the Wellcome Centre for Interventional and Surgical Sciences. The ndicapi library was developed as part of the PLUS Toolkit.

About

A common C API for communicating with NDI Polaris and Aurora devices

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 67.1%
  • C 30.8%
  • CMake 1.7%
  • Python 0.4%