Skip to main content

Python implementation of the HP Tuners Track Addict Numeric Broadcast Protocol (V1.0)

Project description

# pynbp - Python Numeric Broadcast Protocol

Python Numeric Broadcast Protocol

This module implements HP Tuners / Track Addict Numeric Broadcast Protocol

http://racerender.com/TrackAddict/docs/NBP%20Specification%20V1.pdf

Example:
$ python examples/example1.py

Attributes:
nbpqueue - queue.Queue() for sending payloads into the class
- Format: NbpPayload(timetamp, packettype, kpilist)
device: Bluetooth Serial device for comms
device_name: Device name sent via metadata packet to host
protocol_version: NBP1 as defined.
max_update_interval: Minimum interval to send packets. If using this with high rate senders, send 'ALL' packets as updates will miss updates.

See racerender docs for unit types.

Requirements:
- pyserial


Install:
pip install pynbp
or
python setup.py install


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pynbp-0.0.6.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distributions

pynbp-0.0.6-py3.5.egg (5.0 kB view hashes)

Uploaded Source

pynbp-0.0.6-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page