diff --git a/implementations.json b/implementations.json index ffe93e75..23d10d9b 100644 --- a/implementations.json +++ b/implementations.json @@ -307,6 +307,22 @@ } } } + }, + + "aiomoqt": { + "name": "aiomoqt", + "organization": "MarzResearch", + "repository": "https://github.com/gmarzot/aiomoqt", + "draft_versions": ["draft-14", "draft-16"], + "notes": "Python asyncio implementation of MoQT. Supports draft-14 and draft-16 via version negotiation.", + "roles": { + "client": { + "docker": { + "image": "ghcr.io/gmarzot/aiomoqt:latest", + "notes": "Pre-built on GHCR from the upstream repo (see Dockerfile at the repo root). Available in :latest and : tags." + } + } + } } },