-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Stephan Bökelmann
committed
Nov 28, 2023
1 parent
a295ad7
commit 81cf9fc
Showing
2 changed files
with
44 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
\chapter[Further Devl]{Further Development of OmniView} | ||
OmniView as it is right now has a limited shelf-life. | ||
The current version will be deprecated somewhere around summer of 2024. | ||
It will be replaced by a more modular approach, that consists of two separate pieces, called OmniDaemon and OmniView 2.0. | ||
OmniView 2.0 will be written in Angular. | ||
OmniDaemon will still be written in C++ and use the same approach for data-acquisition. | ||
The interprocess-communication between the data and the view on the data will be implemented by using websockets for live-streaming, REST for settings and downloading whole files and MQTT-Publishing for sending out alarms and similar fire-and-forget messages. |