1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 05:37:52 +03:00

all sync, docs mostly

This commit is contained in:
Anton Afanasyeu
2026-06-18 16:39:49 +02:00
parent 017b6ddf25
commit 55cdcb49bf
40 changed files with 2329 additions and 127 deletions

View File

@@ -93,7 +93,7 @@ _Last synced: 2026-06-04 (RSSH full stack on `feature/rssh-alpha`, RA control HT
| **P4b** | **4.rssh** deploy soak | **Yes** (alpha essential) |
| **P5** | **6.16.6** app LAN | LAN alpha |
| **P9** | **9.x** landing (excl. globe FR) | No |
| **Post-alpha** | **SFU** relay | No |
| **Post-alpha** | **SFU** relay, **ULBW Codec2** voice | No |
---
@@ -127,6 +127,7 @@ flowchart TB
subgraph POST["Post-alpha"]
SFU["SFU / Janus relay"]
ULBW["Codec2 ULBW voice<br/>DR R0 · after 6.1"]
end
FULL["FULL_ALPHA<br/>no DNS/mail"]
@@ -142,12 +143,15 @@ flowchart TB
A65 --> A66
SFU -.-> FULL
A61 --> ULBW
ULBW -.-> SFU
style FULL fill:#1e3a5f,color:#fff
style OTA fill:#991b1b,color:#fff
style URL fill:#b45309,color:#fff
style RSSH fill:#7c3aed,color:#fff
style SFU fill:#e5e7eb,color:#374151
style ULBW fill:#e5e7eb,color:#374151
```
---
@@ -164,6 +168,7 @@ flowchart TB
| **9.x** | Agent (low) | — | Open |
| **cluster0** | Agent | NFS/DNS | cast0103 lab |
| **SFU** | Agent | owner spec | Hidden |
| **ULBW** | Agent | 6.1 JNI | DR R0 — [20260617_codec2_ulbw_voice.md](DRs/20260617_codec2_ulbw_voice.md) |
---
@@ -176,7 +181,7 @@ ALPHA: 4.rssh deploy (FE stream + BE sshd + app) ───┤
OPTIONAL: 5.5 RBAC UI click-through ────────────────────┤
DEV: 6.2 LAN soak ────────────────────────────────┘
Parallel: cluster0 lab (c1c3.acl0.f0xx.org), 6.1/6.36.6, 9.x, SFU
Parallel: cluster0 lab (c1c3.acl0.f0xx.org), 6.1/6.36.6, 9.x, SFU, ULBW Codec2 (post-6.1)
Off graph: 2.x DNS/mail (postponed)
```