-
Notifications
You must be signed in to change notification settings - Fork 2
ASP Daemons #51
Copy link
Copy link
Open
Description
Define a general schema where an ASP can be converted into an ASP daemon.
An ASP daemon will have the following critical characteristics:
- It re-measures its target on some interval
$\tau$ - It stores historical results (possibly compacted via hashing) in a secure manner
- It can be accessed via the same ASP interface, just over an IP:PORT that it runs on
External interaction with the ASP should be READ-ONLY. That is, you cannot send a request to the ASP daemon that will alter its behavior (target, interval, etc.), all you can do is read its current measurement results.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels