You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
48
48
- MongoDB as the real-time core database, persistence layer, config store, SOE historian.
49
49
- Event-based realtime async data processing with MongoDB Change Streams.
50
50
- Portability and modular interoperability over Linux, Windows, Mac OSX, x86/64, ARM.
51
-
- Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.37-alpha).
51
+
- Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.38-alpha).
52
52
- Unlimited tags, servers, and users.
53
53
- Horizontal scalability, from a single computer to big clusters (MongoDB-sharding), Docker containers, VMs, Kubernetes, cloud, or hybrid deployments.
54
54
- Modular distributed architecture. Lightweight redundant data acquisition nodes can connect securely over TLS to the database server. E.g. a Raspberry PI can be a data acquisition node.
@@ -89,7 +89,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
-[RedHat/Rocky Linux Installer](https://github.com/riclolsen/json-scada/blob/master/docs/install.md#rhel94-and-compatible-systems-automated-installation)
Copy file name to clipboardExpand all lines: index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
48
48
- MongoDB as the real-time core database, persistence layer, config store, SOE historian.
49
49
- Event-based realtime async data processing with MongoDB Change Streams.
50
50
- Portability and modular interoperability over Linux, Windows, Mac OSX, x86/64, ARM.
51
-
- Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.37-alpha).
51
+
- Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.38-alpha).
52
52
- Unlimited tags, servers, and users.
53
53
- Horizontal scalability, from a single computer to big clusters (MongoDB-sharding), Docker containers, VMs, Kubernetes, cloud, or hybrid deployments.
54
54
- Modular distributed architecture. Lightweight redundant data acquisition nodes can connect securely over TLS to the database server. E.g. a Raspberry PI can be a data acquisition node.
@@ -89,7 +89,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
* Various enhancements related to user/role rights (RBAC).
142
+
* DNP3 Client: added passive connection modes.
143
+
* Fixed problem with timezone on Display Viewer/Replay.
144
+
* Enhancements on Admin UI for protocol connections.
145
+
* Fixed problem with dbname on mongoose connection options in server_realtime_auth.
146
+
* IEC104 Client/Server: allow for multiple TLS certificates for peers.
147
+
* Fixed invalidate data from inactive connections on cs_data_processor.
148
+
* NPM packages updated.
149
+
* MongoDB Community Server updated to 7.0.14.
150
+
* MongoDB Compass updated to 1.44.3.
151
+
* Grafana updated to 11.2.0.
152
+
* Nodejs runtime updated to 20.17.0.
153
+
* Dotnet runtime updated to 8.0.8.
154
+
* Telegraf runtime updated to 1.31.3.
155
+
* Chromium updated to 128.0.6613.120.
156
+
* Nginx updated to 1.26.2.
157
+
158
+
Requirements and recommendations:
159
+
160
+
* Windows 10/11 64 bits or Server >=2019, Windows PowerShell. At least 20GB of free space in the "C:" drive.
161
+
* Administrative rights. corporate Windows policies may cause problems with the creation of services and the opening of TCP ports.
162
+
* Free TCP ports 6688, 6689, 27017, 5432, 80, 8080, 3000, 3001, 9000. Other ports may be required for optional services and protocols.
163
+
* If the server already has MongoDB, PostgreSQL, Grafana, Metabase, Nginx or another webserver, please uninstall, disable or watch out for possible conflicts.
164
+
* Do not update previously installed JSON-SCADA. Please uninstall previous JSON-SCADA versions before installing a new version.
165
+
* If using VirtualBox configure "paravirtualization interface"=KVM, otherwise Nodejs errors may occur.
0 commit comments