New custom DataStream types can be created, which are handled independently and asynchronously.
Look at AbcStream.py and DefStream.py for examples. Streams first expect a JSON structure of the following format:
{ "type": "StreamTypeName" }
The system will then properly format the stream into the given type name, and handle it according to its specialized class.
New custom DataStream types can be created, which are handled independently and asynchronously.
Look at AbcStream.py and DefStream.py for examples. Streams first expect a JSON structure of the following format:
{ "type": "StreamTypeName" }
The system will then properly format the stream into the given type name, and handle it according to its specialized class.