No description
  • Rust 97.1%
  • Nix 2.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Rasensprenger a7ab533ad6
Some checks failed
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement
chore(deps): update rust crate livekit-api to 0.6.0
2026-08-30 21:01:03 +03:00
.cargo [Fix] Stability 2026-07-27 20:37:30 +02:00
mtp-type-maps@f4e45aa3a3 [Fix] Connectivity 2026-08-29 12:48:46 +02:00
src [Fix] Connections 2026-08-30 19:17:58 +02:00
.gitignore (fix): fix connection issues 2026-07-28 01:02:05 +02:00
.gitmodules [Fix] Stability 2026-07-27 20:37:30 +02:00
Cargo.lock [Fix] Connections 2026-08-30 19:17:58 +02:00
Cargo.toml chore(deps): update rust crate livekit-api to 0.6.0 2026-08-30 21:01:03 +03:00
flake.lock (fix): fix connection issues 2026-07-28 01:02:05 +02:00
flake.nix [Fix] Stability 2026-08-28 13:16:57 +02:00
LICENSE (chore): update license 2026-07-25 13:10:56 +02:00
README.md [Fix] Connectivity 2026-08-29 12:48:46 +02:00
renovate.json Add renovate.json 2026-08-05 20:15:35 +02:00

Omikron

The Omikron is a reverse proxy and relay server for Tensamin. It's primary purpose is to connect you're client to your Iota & hide your IP and service usage. The Omikron also host Voice-Calls.

The Omikron is only used when the Iota is in Centralized and Hybrid mode, or when the Client uses the Tensamin Client with default configuration.

Configuration

Omikron stores its keyring unencrypted in omikron.mk and its public key bundle in omikron.mpkb. If the keyring does not exist, Omikron generates it on startup.

Rho connection budgets can be configured with:

  • RHO_MAX_CONNECTIONS, default 256
  • RHO_MAX_ANONYMOUS_CONNECTIONS, default 128
  • RHO_MAX_ANONYMOUS_CONNECTIONS_PER_IP, default 16

RHO_MAX_CONNECTIONS is applied both to Omikron's application session semaphore and to the MTP WebServer admission semaphore. This means the same budget limits transport handshakes and authenticated Rho sessions instead of only limiting connections after authentication.