Skip to content

Commit

Permalink
Updated readme for version 0.24.
Browse files Browse the repository at this point in the history
  • Loading branch information
riclolsen committed Aug 1, 2022
1 parent 1a4b55a commit 29b1d3c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
* MongoDB as the real-time core database, persistence layer, config store, SOE historian.
* Event-based realtime async data processing with MongoDB Change Streams.
* Portability and modular interoperability over Linux, Windows, Mac OSX, x86/64, ARM.
* Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.23-alpha).
* Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.24-alpha).
* Unlimited tags, servers, and users.
* Horizontal scalability, from a single computer to big clusters (MongoDB-sharding), Docker containers, VMs, Kubernetes, cloud, or hybrid deployments.
* 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.
Expand Down Expand Up @@ -82,7 +82,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
## Documentation

* [Install Guide](https://github.com/riclolsen/json-scada/blob/master/docs/install.md)
* [Windows installer](https://github.com/riclolsen/json-scada/releases/tag/V0.23-alpha)
* [Windows installer](https://github.com/riclolsen/json-scada/releases/tag/V0.24-alpha)
* [Docker Demo](https://github.com/riclolsen/json-scada/blob/master/demo-docker/README.md)
* [Schema Documentation](https://github.com/riclolsen/json-scada/blob/master/docs/schema.md)
* [Config File](https://github.com/riclolsen/json-scada/blob/master/conf/README.md)
Expand Down
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
* MongoDB as the real-time core database, persistence layer, config store, SOE historian.
* Event-based realtime async data processing with MongoDB Change Streams.
* Portability and modular interoperability over Linux, Windows, Mac OSX, x86/64, ARM.
* Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.23-alpha).
* Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.24-alpha).
* Unlimited tags, servers, and users.
* Horizontal scalability, from a single computer to big clusters (MongoDB-sharding), Docker containers, VMs, Kubernetes, cloud, or hybrid deployments.
* 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.
Expand Down Expand Up @@ -82,7 +82,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
## Documentation

* [Install Guide](docs/install.md)
* [Windows installer](https://github.com/riclolsen/json-scada/releases/tag/V0.23-alpha)
* [Windows installer](https://github.com/riclolsen/json-scada/releases/tag/V0.24-alpha)
* [Docker Demo](demo-docker/README.md)
* [Schema Documentation](docs/schema.md)
* [Config File](conf/README.md)
Expand Down
2 changes: 1 addition & 1 deletion platform-windows/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ Notes for version 0.24:
* MongoDB Compass updated to 1.32.5.
* MongoDB Community Server updated to 6.0.0.
* Dotnet runtime updated to 6.0.7.
* Nodejs updated to 16.16.0.

Requirements and recommendations:

Expand All @@ -166,7 +167,6 @@ Notes for version 0.23:
* MongoDB Compass updated to 1.31.2.
* MongoDB Community Server updated to 5.0.8.
* Dotnet runtime updated to 6.0.4.
* Nodejs updated to 16.16.0.

Requirements and recommendations:

Expand Down

0 comments on commit 29b1d3c

Please sign in to comment.