1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 06:58:51 +03:00
Files
android_cast/desktop/README.md
Anton Afanasyeu 6d02a9ee82 snap
Signed-off-by: Anton Afanasyeu <a.afanasieff@gmail.com>
2026-05-18 18:26:28 +02:00

22 lines
747 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Android Cast desktop
## Session Studio (`session-studio/`)
JavaFX desktop app for **session log analysis** (Linux `.jar` or native image later).
```bash
./gradlew :session-studio:run
```
Open `session_*.json` from the device (`files/session_stats/`). New captures include a `samples[]` time series (~2 s) for charts.
### Roadmap (full mobile parity + analytics)
| Phase | Scope | Estimate |
|-------|--------|----------|
| 1 | Session Studio charts (overlay, multi-session, export) | 23 months |
| 2 | Desktop sender (screen capture) + receiver window | 46 months |
| 3 | Transport/codecs/FEC parity with mobile | 34 months |
Packaging: prefer **jpackage AppImage** over raw JAR for Linux users; JAR remains fine for developers.