How can I use a Python API to connect to a real-time Elektron feed from an Edge device and continuously stream data?
Resolver not registered: react.asset.discussionTagsAsset
Hello @Cristille
If the edge device has Websockets protocol enabled, then you can use the Websockets API and samples to connect and get streaming data from it.
If it is not enabled, then your only option is to use RTSDK which is only supported in C++, Java and .NET.