2026-03-29 00:34:19 +01:00
|
|
|
# wradm Reference
|
Add project documentation, architecture decisions, and usage book
Comprehensive documentation for WayRay, a SunRay-like thin client
Wayland compositor targeting illumos and Linux:
- CLAUDE.md: project context and conventions
- docs/ai/plans: 6-phase implementation roadmap
- docs/ai/adr: 9 architecture decision records (Smithay, QUIC,
frame encoding, session management, rendering, audio, project
structure, illumos support, pluggable window management)
- docs/architecture: system architecture overview with diagrams
- docs/protocols: WayRay wire protocol specification
- book/: mdbook user guide (introduction, concepts, server/client
guides, admin, development)
- RESEARCH.md: deep research on remote display protocols
2026-03-28 20:47:16 +01:00
|
|
|
|
|
|
|
|
> This page will be expanded as the management tool is implemented.
|
|
|
|
|
|
|
|
|
|
## Commands
|
|
|
|
|
|
|
|
|
|
```
|
2026-03-29 00:34:19 +01:00
|
|
|
wradm
|
Add project documentation, architecture decisions, and usage book
Comprehensive documentation for WayRay, a SunRay-like thin client
Wayland compositor targeting illumos and Linux:
- CLAUDE.md: project context and conventions
- docs/ai/plans: 6-phase implementation roadmap
- docs/ai/adr: 9 architecture decision records (Smithay, QUIC,
frame encoding, session management, rendering, audio, project
structure, illumos support, pluggable window management)
- docs/architecture: system architecture overview with diagrams
- docs/protocols: WayRay wire protocol specification
- book/: mdbook user guide (introduction, concepts, server/client
guides, admin, development)
- RESEARCH.md: deep research on remote display protocols
2026-03-28 20:47:16 +01:00
|
|
|
session
|
|
|
|
|
list List all sessions
|
|
|
|
|
info <id> Show session details
|
|
|
|
|
kill <id> Terminate a session
|
|
|
|
|
set-timeout Set session timeout
|
|
|
|
|
server
|
|
|
|
|
status Show server status
|
|
|
|
|
stats Show performance statistics
|
|
|
|
|
cert
|
|
|
|
|
generate Generate self-signed TLS certificates
|
|
|
|
|
group
|
|
|
|
|
list List servers in the group
|
|
|
|
|
add <host> Add a server to the group
|
|
|
|
|
remove <host> Remove a server from the group
|
|
|
|
|
```
|