https://github.com/pupil-labs/pyndsi
https://github.com/pupil-labs/pyndsi
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pupil-labs/pyndsi
- Owner: pupil-labs
- License: lgpl-3.0
- Created: 2016-07-13T10:03:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T22:03:55.000Z (12 months ago)
- Last Synced: 2024-04-29T23:25:11.622Z (12 months ago)
- Language: Python
- Size: 1.02 MB
- Stars: 8
- Watchers: 8
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/pupil-labs/pyndsi/actions/workflows/build.yml)
[](https://badge.fury.io/py/ndsi)# Network Device Sensor Interface
`ndsi-commspec.md` defines the *Network Device Sensor protocol*.
`examples/ndsi-test-host.py` features a (not so pretty) host test implementation.
`examples/ndsi-client-example.py` shows a simple client application.
## Installation
We provide pre-compiled wheels for macOS, Windows, and Linux 64-bit architectures and
Python versions 3.6+. You can install them via```
python -m pip
python -m pip install ndsi
```For any other architecture or Python version, you will have to run the source installation described in [`SOURCE-INSTALL.md`](SOURCE-INSTALL.md).
## Maintainer documentation
See [`MAINTENANCE.md`](MAINTENANCE.md) for maintainer documentation.
# Changelog
## Version 1.4.1
- Updated TurboJPEG requirement instructions for Ubuntu [#65](https://github.com/pupil-labs/pyndsi/pull/64)
- Automated wheel builds and deployment via PyPI [#65](https://github.com/pupil-labs/pyndsi/pull/65)## Version 1.4.0 and prior
Previous changelogs can be found at https://github.com/pupil-labs/pyndsi/releases