STTP Python API v0.6.2
This version of the Python STTP API has an operational subscriber API that uses standard (compact) and TSSC (compressed) measurement encoding.
- Simple Subscribe Sample
- Advanced Subscribe Sample uses optional UDP data channel
- Consumer Subscriber API
- Automatic Metadata XML Parsing into usable DataSet
- ANTLR-based Filter Expression Parsing using STTP grammar
Release Available from PyPi:
Updates and fixes since version 0.6.0
- Updated to ANTLR 4.13.1
- Bug fixes and updates to accommodate newer Python / NumPy versions:
See changes since last version
This update implements ANTLR-based Filter Expression Parsing using STTP grammar
This update also includes the Time-Series Special Compression (TSSC) algorithm- applied when Config.compress_payloaddata = True
, the default setting.
This update also includes metadata exposed as a pre-parsed STTP DataSet and auto populates measurement metadata records with received information.
Not working yet:
- TLS Connections
- Reverse Connections
- Data Publisher