-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Showing
12 changed files
with
159 additions
and
35 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
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,11 @@ | ||
[program:plc4xclient] | ||
; args: instance# loglevel | ||
command=/home/jsonscada/json-scada/bin/plc4x-client 1 1 | ||
numprocs=1 ; number of processes copies to start (def 1) | ||
directory=/home/jsonscada/json-scada/bin/ ; directory to cwd to before exec (def no cwd) | ||
user=jsonscada ; setuid to this UNIX account to run the program | ||
redirect_stderr=true ; redirect proc stderr to stdout (default false) | ||
stdout_logfile=/home/jsonscada/json-scada/log/plc4xclient.log ; stdout log path, NONE for none; default AUTO | ||
stdout_logfile_maxbytes=10MB ; max # logfile bytes b4 rotation (default 50MB) | ||
stdout_logfile_backups=10 ; # of stdout logfile backups (0 means none, default 10) | ||
stdout_capture_maxbytes=10MB ; number of bytes in 'capturemode' (default 0) |
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
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 |
---|---|---|
|
@@ -134,6 +134,34 @@ Inkscape+SAGE: | |
|
||
------------------------------------------------------------------- | ||
|
||
Notes for version 0.36: | ||
|
||
* Default login credentials: username=admin password=jsonscada. | ||
* Metabase credentials: [email protected] password=jsonscada123. | ||
* New driver PLC4X Client for PLC protocols like Modbus, etc. | ||
* IEC61850 client: fixed size of origin string for commands that was crashing some devices. | ||
* Fixed Bson version errors in server_realtime_auth module. | ||
* MongoDB Compass updated to 1.43.4. | ||
* MongoDB Community Server updated to 7.0.12. | ||
* Grafana updated to 11.1.0. | ||
* Telegraf runtime updated to 1.31.1. | ||
* Nodejs runtime updated to 20.15.1. | ||
* Dotnet runtime updated to 6.0.32. | ||
* Chromium updated to 126.0.6478.183. | ||
* NPM packages updated. | ||
|
||
Requirements and recommendations: | ||
|
||
* Windows 10/11 64 bits or Server >=2019, Windows PowerShell. At least 20GB of free space in the "C:" drive. | ||
* Administrative rights. corporate Windows policies may cause problems with the creation of services and the opening of TCP ports. | ||
* Free TCP ports 6688, 6689, 27017, 5432, 80, 8080, 3000, 3001, 9000. Other ports may be required for optional services and protocols. | ||
* If the server already has MongoDB, PostgreSQL, Grafana, Metabase, Nginx or another webserver, please uninstall, disable or watch out for possible conflicts. | ||
* Do not update previously installed JSON-SCADA. Please uninstall previous JSON-SCADA versions before installing a new version. | ||
* If using VirtualBox configure "paravirtualization interface"=KVM, otherwise Nodejs errors may occur. | ||
* MongoDB requires AVX instructions on x86 CPU. | ||
|
||
------------------------------------------------------------------- | ||
|
||
Notes for version 0.35: | ||
|
||
* Default login credentials: username=admin password=jsonscada. | ||
|
@@ -213,7 +241,7 @@ Notes for version 0.32: | |
* Added OpenJDK 22.0.1. | ||
* Telegraf runtime updated to 1.30.2. | ||
* MongoDB Community Server updated to 7.0.9. | ||
* MongoDB Compass updated to 1.44.0. | ||
* MongoDB Compass updated to 1.43.0. | ||
* Grafana updated to 9.5.18, now connect to local PostgreSQL. | ||
* Dotnet runtime updated to 6.0.29. | ||
* Nodejs runtime updated to 20.13.1. | ||
|
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
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
Oops, something went wrong.