Skip to content

STTP Python API v0.5.0

Compare
Choose a tag to compare
@ritchiecarroll ritchiecarroll released this 04 Sep 22:34
· 82 commits to main since this release
04f65fb

This version of the Python STTP API has an operational subscriber API that uses standard (compact) and TSSC (compressed) measurement encoding.

Release Available from PyPi:

https://pypi.org/project/sttpapi/


Updates since version 0.4.0

  • Improved performance of TSSC decoder for large datasets
  • Updated socket shutdown operations to prevent exit lock
  • Updated PyPi deployment to include dependency requirements
  • Improved code documentation comments

This update implements the Time-Series Special Compression (TSSC) algorithm- applied when Config.compress_payloaddata = True, now 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: