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.
Start guide
API Documents
- intdash client
- Edges - Access object to edges
- Measurement Basetimes - Access object to measurement basetimes
- Measurement Markers - Access object to measurement markers
- Measurements - Access object to measurements
- Signals - Access object to signal definitions
- Units - Access object for time series data (unit format)
- DataPoints - Access object for time series data (data point format)
- Captures - Access object to captures
- WebSocket - WebSocket connection
- iSCP - RealtimeAPI
- Time series data objects
- Timeutils - Time conversion utilities