Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions implementations.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 :<version> tags."
}
}
}
}
},

Expand Down