w3c / wot-usecases

Repository of the WoT IG to discuss possible WoT use cases
https://w3c.github.io/wot-usecases/
21 stars 34 forks source link

Requirements document for time stamps/ time series #75

Open mlagally opened 4 years ago

mlagally commented 4 years ago

Identifying timestamps and other time related data, e.g. via semantic tagging.

Need to discuss data formats for timestamps, time intervals, align with Web API. Time series data also needs to be considered for historical data management.

See also time ontology W3C standard.

relu91 commented 4 years ago

For further info about time ontology please follow this link: https://www.w3.org/TR/owl-time/

mmccool commented 4 years ago

We discussed the security risk mentioned in the geolocation use case (timing attacks, SPECTRE, etc) in the Security call and realized that beside geolocation, another use case where timing shows up is media. You need it for frame timing, audio synchronization, and other purposes. But if the timestamps are TOO accurate you run some security risks. Here are some links... note that this is about executing untrusted code, which may or may be applicable to the WoT context, and other mitigations are also possible besides lowering the resolution of timers.