You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TDES (Transport, Delivery, and Evaluation System) Release Date: July 2025
Highlights
First release of TDES — a pluggable system for packaging, distributing, submitting, and automatically grading coding lab exercises. Ships with a fully end-to-end offline flash-drive workflow, an online registry server transport, Docker-sandboxed evaluation, encrypted submissions, and an embedded Web UI.
Student CLI
Command
Status
euc2 init <id[@ver]> <dir> — Initialize workspace from local cache
Complete
euc2 fetch <id> --drive <path> — Fetch exercise from USB drive (offline)
Complete
euc2 fetch <id> --remote <url> — Fetch exercise from registry server (online)
Complete
euc2 run — Run public tests in Docker sandbox
Complete
euc2 run --local — Run public tests on host
Complete
euc2 submit --drive <path> — Encrypted submission to USB drive
Complete
euc2 submit --remote <url> — Submit to server with TOFU PIN auth