Skip to content

Commit 7b01888

Browse files
committed
Version 0.19.
1 parent a085fc0 commit 7b01888

File tree

8 files changed

+31
-16
lines changed

8 files changed

+31
-16
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ A portable and scalable SCADA/IIoT-I4.0 platform centered on the MongoDB databas
2727
![](https://img.shields.io/badge/DNP3-green "DNP3")
2828
![](https://img.shields.io/badge/MQTT-green "MQTT")
2929
![](https://img.shields.io/badge/Sparkplug--B-green "Sparkplug B")
30-
![](https://img.shields.io/badge/OPC--UA-green "OPC-UA")
30+
![](https://img.shields.io/badge/OPC--UA-yellow "OPC-UA")
3131
![](https://img.shields.io/badge/CIP.Ethernet/IP-yellow "CIP Ethernet/IP")
3232

3333
![](https://img.shields.io/badge/license-GPL-green "License GPL")
@@ -47,7 +47,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
4747
* MongoDB as the real-time core database, persistence layer, config store, SOE historian.
4848
* Event-based realtime async data processing with MongoDB Change Streams.
4949
* Portability and modular interoperability over Linux, Windows, Mac OSX, x86/64, ARM.
50-
* Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.18-alpha).
50+
* Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.19-alpha).
5151
* Unlimited tags, servers, and users.
5252
* Horizontal scalability, from a single computer to big clusters (MongoDB-sharding), Docker containers, VMs, Kubernetes, cloud, or hybrid deployments.
5353
* 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.
@@ -82,7 +82,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
8282
## Documentation
8383

8484
* [Install Guide](https://github.com/riclolsen/json-scada/blob/master/docs/install.md)
85-
* [Windows installer](https://github.com/riclolsen/json-scada/releases/tag/V0.18-alpha)
85+
* [Windows installer](https://github.com/riclolsen/json-scada/releases/tag/V0.19-alpha)
8686
* [Docker Demo](https://github.com/riclolsen/json-scada/blob/master/demo-docker/README.md)
8787
* [Schema Documentation](https://github.com/riclolsen/json-scada/blob/master/docs/schema.md)
8888
* [Config File](https://github.com/riclolsen/json-scada/blob/master/conf/README.md)
@@ -119,7 +119,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
119119
- [x] I104M (adapter for some OSHMI drivers)
120120
- [x] ICCP Client (via I104M)
121121
- [x] Telegraf Client (OPC-UA, MQTT, MODBUS, SNMP, ...)
122-
- [x] OPC UA Client
122+
- [x] OPC UA Client (experimental)
123123
- [x] OPC UA Server
124124
- [ ] OPC UA Historical Data Server
125125
- [ ] OPC DA Client

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
4747
* MongoDB as the real-time core database, persistence layer, config store, SOE historian.
4848
* Event-based realtime async data processing with MongoDB Change Streams.
4949
* Portability and modular interoperability over Linux, Windows, Mac OSX, x86/64, ARM.
50-
* Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.18-alpha).
50+
* Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.19-alpha).
5151
* Unlimited tags, servers, and users.
5252
* Horizontal scalability, from a single computer to big clusters (MongoDB-sharding), Docker containers, VMs, Kubernetes, cloud, or hybrid deployments.
5353
* 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.
@@ -82,7 +82,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
8282
## Documentation
8383

8484
* [Install Guide](docs/install.md)
85-
* [Windows installer](https://github.com/riclolsen/json-scada/releases/tag/V0.18-alpha)
85+
* [Windows installer](https://github.com/riclolsen/json-scada/releases/tag/V0.19-alpha)
8686
* [Docker Demo](demo-docker/README.md)
8787
* [Schema Documentation](docs/schema.md)
8888
* [Config File](conf/README.md)

platform-windows/json-scada.nsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ RequestExecutionLevel admin
1515

1616
;--------------------------------
1717

18-
!define VERSION "v.0.18"
19-
!define VERSION_ "0.18.0.0"
18+
!define VERSION "v.0.19"
19+
!define VERSION_ "0.19.0.0"
2020

2121
Function .onInit
2222
System::Call 'keexrnel32::CreateMutexA(i 0, i 0, t "MutexJsonScadaInstall") i .r1 ?e'

platform-windows/release_notes.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,21 @@ Inkscape+SAGE:
130130

131131
-------------------------------------------------------------------
132132

133+
Notes for version 0.19:
134+
135+
* Default login credentials: username=admin password=jsonscada.
136+
* OPC-UA Client: now working with commands.
137+
138+
Requirements:
139+
140+
* Windows 10/11 64 bits or Server 2016, Windows PowerShell. At least 10GB of free space in the "C:" drive.
141+
* Administrative rights. Corporative Windows policies may cause problems with the creation of services and the opening of TCP ports.
142+
* Free TCP ports 27017, 5432, 80, 8080, 3000, 9000. Other ports may be required for optional services and protocols.
143+
* If the server already has MongoDB, PostgreSQL, Grafana, Nginx or another webserver, please uninstall, disable or watch out for possible conflicts.
144+
* Do not update previously installed JSON-SCADA. Please uninstall previous JSON-SCADA versions before installing a new version.
145+
146+
-------------------------------------------------------------------
147+
133148
Notes for version 0.18:
134149

135150
* Default login credentials: username=admin password=jsonscada.

src/htdocs/i18n/messages_i18n-en_us.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// Internationalization Messages
2-
// {json:scada} - Copyright (c) 2008-2021 - Ricardo L. Olsen
2+
// {json:scada} - Copyright (c) 2008-2022 - Ricardo L. Olsen
33

44
var Msg =
55
{
66
NomeProduto: '{json:scada}',
7-
VersaoProduto: '0.18',
7+
VersaoProduto: '0.19',
88

99
NomeVisorTelas: 'Display Viewer',
1010
NomeVisorEventos: 'Events Viewer',

src/htdocs/i18n/messages_i18n-pt_br.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// Internationalization Messages
2-
// {json:scada} - Copyright (c) 2008-2021 - Ricardo L. Olsen
2+
// {json:scada} - Copyright (c) 2008-2022 - Ricardo L. Olsen
33

44
var Msg =
55
{
66
NomeProduto: '{json:scada}',
7-
VersaoProduto: '0.18',
7+
VersaoProduto: '0.19',
88

99
NomeVisorTelas: 'Visor de Telas',
1010
NomeVisorEventos: 'Visor de Eventos',

src/htdocs/i18n/messages_i18n-uk_ua.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// Internationalization Messages
2-
// {json:scada} - Copyright (c) 2008-2021 - Ricardo L. Olsen
2+
// {json:scada} - Copyright (c) 2008-2022 - Ricardo L. Olsen
33

44
var Msg =
55
{
66
NomeProduto: '{json:scada}',
7-
VersaoProduto: '0.18',
7+
VersaoProduto: '0.19',
88

99
NomeVisorTelas: 'Перегляд ',
1010
NomeVisorEventos: 'Події',

src/htdocs/i18n/messages_i18n.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// Internationalization Messages
2-
// {json:scada} - Copyright (c) 2008-2021 - Ricardo L. Olsen
2+
// {json:scada} - Copyright (c) 2008-2022 - Ricardo L. Olsen
33

44
var Msg =
55
{
66
NomeProduto: '{json:scada}',
7-
VersaoProduto: '0.18',
7+
VersaoProduto: '0.19',
88

99
NomeVisorTelas: 'Display Viewer',
1010
NomeVisorEventos: 'Events Viewer',

0 commit comments

Comments
 (0)