alexweav / ADAF

Networked data acquisition and delivery for automobiles. TTU undergrad Capstone project
MIT License
2 stars 0 forks source link

Create data stream specializations and async handling #15

Closed alexweav closed 7 years ago

alexweav commented 7 years ago

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.