11 lines
604 B
Plaintext
11 lines
604 B
Plaintext
OVERWATCH v1.0
|
|
Modular API Server
|
|
|
|
OverWatch is a monitoring software that is designed to be extensible through the APIQL library [needs source], by defining a user-defined SQL-like command language. These modules are loaded
|
|
at OverWatch boot time. OverWatch will support only one type of input, using the AutoRemote protocol, there may also be a synchronization protocol for other devices.
|
|
|
|
OverWatch will support the following things by M1:
|
|
|
|
* Core Extensibility
|
|
* Runs as it's own Daemon using Unix FIFO or Sockets and HTTP for AutoRemote
|
|
* Loads API modules automatically. |