📄️ Design principles
In order to create a meaningful new computation system that takes time into account RtBot has been designed
📄️ Concepts
An RtBot program expects a signal as input, which is a time-ordered stream of
📄️ Operators
The main concept in the RtBot architecture is that of an operator. An operator
📄️ Connection types
There are two types of connections in RtBot: data lines and control lines.
📄️ Input and resampling
The input operator is just an operator that is designed to be a good
📄️ Join operators
Join operators combine two streams of messages into a single one. It tries to resemble sql join operation, where two
📄️ Modules
RtBot framework is divided into a set of modules: core, api and std ones. This