intdash SDK for Python

intdash SDK for Python is a client library that accesses the intdash resource API and real-time API. For specific use cases, please refer to the tutorial and code samples in the start guide.

Attention

The intdash protocol iSCP has multiple versions. This package is for iSCP v1. Use this package when streaming data over iSCP v1, or when processing measurement data stored on the server in iSCP v1 format.

If you are using iSCP v2, do not use this package. Instead, do the following:

  • For real-time streaming (real-time API), use the iscp package.

  • For processing measurement data (REST API), either generate a client library from the OpenAPI specification file by referring to the separately provided documentation, or use the REST API directly.

Indices and tables