Metadata-Version: 2.1
Name: natnetsdk
Version: 4.1.1
Summary: Python's natnetsdk now on PyPI!!!
Home-page: https://optitrack.com/
License: Apache-2.0
Author: optitrack
Requires-Python: ==3.*
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Project-URL: latest releases, https://optitrack.com/support/downloads/developer-tools.html
Description-Content-Type: text/markdown

NaturalPoint, Inc.

The NatNet SDK is a simple Client/Server networking SDK for sending and receiving
data from Motive across networks.  NatNet uses the UDP protocol in conjunction
with either multicasting or point-to-point unicasting for transmitting data.

Please refer to the NatNet API USer's Guide for more information.
https://wiki.optitrack.com/index.php?title=NatNet_SDK

A list of changes made in each version can be found at the following website:
https://www.optitrack.com/support/downloads/developer-tools.html

# Important
I have no relationship with [optitrack](https://optitrack.com/), i just uploaded python sdk to the python package index.

## Changes i made
- rename PythonSample to \_\_main__
