Sign inSign up

ricardolo/json-scada

By ricardolo

•Updated 6 days ago

A portable and scalable SCADA/IIoT-I4.0/Gateway platform. https://github.com/riclolsen/json-scada

Image
Networking
Security
Internet of things
0

4.1K

ricardolo/json-scada repository overview

This is an all-in-one docker image for JSON-SCADA based on Ubuntu 24.04.

This is a full executable docker demo for the system. It can be reconfigured and customized for your needs.

It includes

  • MongoDB Community as the core database server.
  • PostgreSQL/TimescaleDB for time series historian.
  • Grafana for dashboards.
  • IEC 60870-5-104 Client that connects to the online demo for data acquisition.
  • IEC 60870-5-104 Server listening on the localhost.
  • DNP3 Server.
  • OPC UA Server.
  • OPC UA Client.
  • MQTT Sparkplug B.
  • Metabase.
  • And more.

Run Instructions:

Be sure to have the ports free. The ports are: 80, 9000, 4840, 2404 and 20000. Use sudo if needed.

docker run -p 80:80 -p 9000:9000 -p 4840:4840 -p 2404:2404 -p 20000:20000 --name=json_scada -d json-scada:latest

Tag summary

Content type

Image

Digest

sha256:10351810f…

Size

4.3 GB

Last updated

7 days ago

docker pull ricardolo/json-scada