William Sobel
William Sobel
The agent needs to recover the previous set of devices when it restarts.
We need to make the buffer size at least 32k by default to allow for adequate space in the circular buffer. We need to test the amount of memory this...
There are some new asset types that will need to be supported. They will also need to follow the new asset device association, where the asset ID for instances will...
We need to have a utility to convert between the current configuration files to the new configuration.
The readme and the package data appear to be out of date. Please review.
## Add a validation pipeline transform for observations [Issue 3159](https://projects.mtconnect.org/issues/3159) * Populate the `quality` attribute * Populate the `deprecated` if the value has been deprecated * Set the `verification` header...
Implement a simple WebSockets streaming service. This is long overdue and can replace our long-poll version. We can use a simple JSON subscription request to stream data once the connection...
Currently we create a new connection per source and sink. It would be more efficient to reuse the connection if they are connecting to the same broker. The common client...
Create a topic that lists all the devices as a JSON array of name, uuid, and relates topic. What should the topic be? Does the payload make sense?