This PR adds a new appliance: the timestamp segmentor.
This appliance will watch a payload stream and send "segment" payloads when it sees certain timestamps have been reached. Those segments payloads can have optional data associated which is completely user defined / freeform.
For example, a developer might use this module to register program start times with program names / metadata.
Description
This PR adds a new appliance: the timestamp segmentor.
This appliance will watch a payload stream and send "segment" payloads when it sees certain timestamps have been reached. Those segments payloads can have optional data associated which is completely user defined / freeform.
For example, a developer might use this module to register program start times with program names / metadata.
Due Diligence Checklist
Related Issues
Resolves #71