44
55[ ** This README is available in GERMAN here.** ] ( misc/README_german.md )
66
7- [ Documentation] ( https://git.kellerbase.de/haschtl/kellerlogger/wikis/RealTime-OpenControl-(RTOC) )
7+ [ Documentation] ( https://github.com/Haschtl/RealTimeOpenControl/wiki )
88
99RealTime OpenControl enables simple real-time data recording, visualization and editing. The recording can be done with a local Python scripts or via TCP locally/from the network. Visualization and editing is available locally, in the network (TCP and HTML) and via Telegram on the smartphone.
1010
@@ -95,7 +95,7 @@ pip3 install python-telegram-bot matplotlib requests python-nmap bokeh pycryptdo
9595The RTOC repository can then be cloned with
9696
9797``` shell
98- git clone git@git.kellerbase.de:haschtl/kellerlogger
98+ git clone git@github.com:Haschtl/RealTimeOpenControl.git
9999```
100100
101101Now RTOC can be started:
@@ -126,14 +126,14 @@ plotStyles.json // Custom plotstyles for signals are stored in this file
126126![ Beispielschematik] ( screenshots/RTOC-schematik.png )
127127
128128### Wiki
129- [ Read the Wiki for full documentation] ( https://git.kellerbase.de/haschtl/kellerlogger/wikis/RealTime-OpenControl-(RTOC) )
129+ [ Read the Wiki for full documentation] ( https://github.com/Haschtl/RealTimeOpenControl/wiki )
130130
131131### Default/Example Plugins:
132132
133133- function generator: generates sine, square, sawtooth, random, AC, DC
134134- NetWoRTOC: Control and data exchange between several RTOC-servers
135135
136- You can get more plugins from the [ RTOC-plugin-repository] ( https://git.kellerbase.de /haschtl/rtoc-plugins ) :
136+ You can get more plugins from the [ RTOC-plugin-repository] ( https://github.com /haschtl/rtoc-plugins ) :
137137- System: For recording many system variables (CPU, Memory, Network,...)
138138- Octoprint: Recording of 3D printers
139139- DPS5020: power supply unit recording and control (possibly also DPS5005, ...)
@@ -159,7 +159,7 @@ The graphical user interface of RTOC offers a wealth of functions for data displ
159159 - Scaling, shifting of signals
160160 - Run multiple scripts in parallel
161161
162- [ Complete GUI-tutorial here.] ( https://git.kellerbase.de/haschtl/kellerlogger/wikis /GUI )
162+ [ Complete GUI-tutorial here.] ( https://github.com/Haschtl/RealTimeOpenControl/wiki /GUI )
163163
164164### Write simple Python-Plugin
165165
@@ -170,7 +170,7 @@ Python plugins are integrated into RTOC and can be used to
170170
171171Plugins can ** not** access all measurements. This can be done with a TCP connection to RTOC.
172172
173- [ Example-Plugins here.] ( https://git.kellerbase.de/haschtl/kellerlogger/wikis /PlugIns )
173+ [ Example-Plugins here.] ( https://github.com/Haschtl/RealTimeOpenControl/wiki /PlugIns )
174174
175175### Simple local TCP-Datastream
176176
@@ -188,11 +188,11 @@ The client can
188188
189189The connection between RTOC server and client can be encrypted end-to-end (DES) with a password (min. 8 characters).
190190
191- [ Example for TCP here.] ( https://git.kellerbase.de/haschtl/kellerlogger/wikis /clientCommunication )
191+ [ Example for TCP here.] ( https://github.com/Haschtl/RealTimeOpenControl/wiki /clientCommunication )
192192
193193### Include Telegram-messanger
194194
195- [ Tutorial for Telegram here.] ( https://git.kellerbase.de/haschtl/kellerlogger/wikis /telegram )
195+ [ Tutorial for Telegram here.] ( https://github.com/Haschtl/RealTimeOpenControl/wiki /telegram )
196196
197197## Screenshots
198198
0 commit comments