Skip to content

Latest commit

 

History

History
110 lines (79 loc) · 4.5 KB

File metadata and controls

110 lines (79 loc) · 4.5 KB

RBT documentation index

This folder contains project documentation for rbt.

About the project

RoBoT / RBT — open IP intercom & video platform (standalone server + SPA). Upstream the codebase is known as SmartYard-Server.

Index

Project pillars (what the system stands on)

  • Client: a SPA (single-page application) that talks to the server only via HTTP API. There is no server-side rendering (SSR) in this project.
  • Server: a set of mostly vanilla PHP scripts with minimal dependencies (Composer is used, but intentionally kept small).

Roadmap (target table of contents)

The items below are the documentation structure we aim to complete. Some pages may not exist yet — the links are the plan.

Architecture

API

Client / Customization

Server / Utilities

Storage and services

Telephony and realtime

TT (tickets/workflows)

Hardware

Installation and operations

Examples