divviup / janus

Experimental implementation of the Distributed Aggregation Protocol (DAP) specification.
Mozilla Public License 2.0
53 stars 15 forks source link

Implement task start time. #3501

Open branlwyd opened 3 days ago

branlwyd commented 3 days ago

Note that DAP specifies the parameters as "task start time" and "task duration", rather than Janus' "task start time" and "task end time". Janus implements things this way so that either parameter can be left unspecified.

I leave taskprov configuration for a later commit, which will update taskprov functionality to match the latest specification.

branlwyd commented 3 days ago

Part of #3436.

branlwyd commented 3 days ago

See also: https://github.com/ietf-wg-ppm/draft-ietf-ppm-dap/issues/634