1
0
Fork
You've already forked GTMumble
0
GTMurmur reimplementation for modern Mumble servers
  • Python 100%
2026年03月22日 14:00:39 +01:00
gtmumble chore: Prepare for initial release 2026年03月22日 14:00:39 +01:00
.gitignore chore: Prepare for initial release 2026年03月22日 14:00:39 +01:00
LICENSE Initial commit 2026年03月01日 22:32:58 +01:00
pyproject.toml chore: Prepare for initial release 2026年03月22日 14:00:39 +01:00
README.md chore: Prepare for initial release 2026年03月22日 14:00:39 +01:00
uv.lock chore: Prepare for initial release 2026年03月22日 14:00:39 +01:00

GTMumble

GTMurmur reimplementation in Python. Implements Channel Viever Protocol provider over TCP port. Use it if you want to add your Mumble server to GameTracker.com.

Requirements:

  • Mumble server (for MumbleServer.ice Slice definition)

Usage

$ uv run gtmumble

License

Copyright (C) 2026 Rafał Kołucki

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 31 Milk Street, # 960789, Boston, MA 02196 USA