All Projects → SCADA-LTS → Scada Lts

SCADA-LTS / Scada Lts

Licence: gpl-2.0
Scada-LTS is an Open Source, web-based, multi-platform solution for building your own SCADA (Supervisory Control and Data Acquisiton) system.

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Scada Lts

ZKShS
Search shodan without any knowledge about its queries
Stars: ✭ 37 (-86.5%)
Mutual labels:  scada
QSimpleScada
Qt based simple SCADA framework, with dashboard, static and dynamic components
Stars: ✭ 152 (-44.53%)
Mutual labels:  scada
SVG-SCADA
Windows 10 Stand-Alone Application: Create SVG SCADA Drawings
Stars: ✭ 30 (-89.05%)
Mutual labels:  scada
Industrial-Security-Auditing-Framework
ISAF aims to be a framework that provides the necessary tools for the correct security audit of industrial environments. This repo is a mirror of https://gitlab.com/d0ubl3g/industrial-security-auditing-framework.
Stars: ✭ 43 (-84.31%)
Mutual labels:  scada
wtphm
SCADA data pre-processing library for prognostics, health management and fault detection of wind turbines. Successor to https://github.com/lkev/wt-fdd
Stars: ✭ 38 (-86.13%)
Mutual labels:  scada
freeioe
FreeIOE is a framework for building IOE (Internet Of Everything) edge-computing gateway 开源的边缘计算网关框架. 讨论群: 291292378
Stars: ✭ 77 (-71.9%)
Mutual labels:  scada
HVACScanner
Locates Honeywell/Tridium/Niagara HVAC JACEs/Controllers via HTTP fingerprints/strings. Very handy for vulnerability/pentesting.
Stars: ✭ 26 (-90.51%)
Mutual labels:  scada
Fuxa
Web-based Process Visualization (SCADA/HMI/Dashboard) software
Stars: ✭ 262 (-4.38%)
Mutual labels:  scada
rodbus
Rust implementation of Modbus with idiomatic bindings for C, C++, .NET, and Java
Stars: ✭ 34 (-87.59%)
Mutual labels:  scada
ioBroker.vis-metro
ioBroker.vis metro widget set
Stars: ✭ 12 (-95.62%)
Mutual labels:  scada
tahu
Eclipse Tahu addresses the existence of legacy SCADA/DCS/ICS protocols and infrastructures and provides a much-needed definition of how best to apply MQTT into these existing industrial operational environments.
Stars: ✭ 132 (-51.82%)
Mutual labels:  scada
iot-master
物联大师是开源免费的物联网智能网关系统,集成了标准Modbus和主流PLC等多种协议,支持数据采集、公式计算、定时控制、自动控制、异常报警、流量监控、Web组态、远程调试等功能,适用于大部分物联网和工业互联网应用场景。
Stars: ✭ 119 (-56.57%)
Mutual labels:  scada
kotori
A flexible data historian based on InfluxDB, Grafana, MQTT and more. Free, open, simple.
Stars: ✭ 73 (-73.36%)
Mutual labels:  scada
TcOpen
Application framework for industrial automation built on top of TwinCAT3 and .NET.
Stars: ✭ 187 (-31.75%)
Mutual labels:  scada
Exploits
Real world and CTFs exploiting web/binary POCs.
Stars: ✭ 69 (-74.82%)
Mutual labels:  scada
prickly-pete
A script using Docker to quickly bring up some honeypots exposing lots of services. For research, reconnaissance, and fun. (DISCLAIMER may not be fun, not to be taken internally, aim away from face)
Stars: ✭ 29 (-89.42%)
Mutual labels:  scada
part5
IEC 60870-5 — transmission protocols
Stars: ✭ 37 (-86.5%)
Mutual labels:  scada
Smod
MODBUS Penetration Testing Framework
Stars: ✭ 270 (-1.46%)
Mutual labels:  scada
ICS-TestBed-Framework
ICS TestBed Framework
Stars: ✭ 39 (-85.77%)
Mutual labels:  scada
CyberICS.github.io
News and publication on cybersecurity in industry
Stars: ✭ 29 (-89.42%)
Mutual labels:  scada

Scada-LTS

Open Source, web-based, multi-platform solution for building your own SCADA (Supervisory Control and Data Acquisition) system. Visit our Wiki site to see project description and to be up to date with the latest changes.

GitHub release (latest by date)

Build Status GitHub all releases

Table of contents

Quick start

Here is two of the several start options:

To Run ScadaLTS on Docker:

  • Download and install Docker from: https://www.docker.com/
  • Download Docker Toolbox from: https://kitematic.com/
  • Run Docker and Docker Toolbox.
  • When the download is completed in the Docker Toolbox run Docker CLI (bottom-left corner).
  • In the Docker CLI type in: docker pull scadalts/scadalts to download repository.
  • Type in: docker images to check if repository is created. It should show "scadalts/scadalts" on the list.
  • To run Scada on Docker type in: docker run -it -e DOCKER_HOST_IP=`docker-machine ip` -p 81:8080 scadalts/scadalts /root/start.sh.
  • Type in: Get-NetIPAddress and find IPAdrress for "DockerNAT" InterfaceAlias (You need a new CLI window to do it).
  • Type in docker IP adrress in the browser with port 81 and /ScadaLTS/ sufix. Example: http://10.0.75.2:81/ScadaLTS/

Second option:

  • Download the latest release.
  • Install tomcat7: apt-get install tomcat7.
  • Install mysql: apt-get install mysql-server.
  • Login to mysql: mysql -u [user] -p.
  • Create db:create dababase scadalts;.
  • Copy ScadaBR.war & ScadaLTS.war to dir tomacat webapps: cp ScadaBR.war /var/lib/tomcat7/webapps/.
  • Restart tomcat7 to generate ScadaLTS folder: /etc/init.d/tomcat7 restart
  • Change config file env.properties set connection to db: vim /var/lib/tomcat7/webapps/ScadaBR/WEB-INF/classes/env.properties.
  • Restart tomcat7: /etc/init.d/tomcat7 restart

What's included

App ScadaBR.war

Bugs and feature requests

Have a bug or a feature request? Please first read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.

Documentation

Scada-LTS documentation, will be included in this repo in the root directory.
API documentation can be found here.

Contributing

In the process of making.

Community

Tests

scada-lts.testquality.com

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, Scada-LTS is maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we'll adhere to those rules whenever possible.

See the Releases section of our GitHub project for changelogs for each release version of Scada-LTS.

Creators

Code base on ScadaBR

Michał Rokitiański

Grzesiek Bylica

Arkadiusz Parafiniuk

Konrad Daniek

Jarosław Morzyniec

Mateusz Kaproń

Diego Rodrigues Ferreira

Jerzy Piejko

Artur Wolak

Kamil Jarmusik

Radosław Jajko

Marcin Gołda

Tomasz Skrobol

Support

If you need support for deployment please contact us and find more information on our website

Copyright and license

Code released under the GPL license.

SeroUtils library license

Matthew Lohbihler [email protected] has granted us permission to use the SeroUtils.jar library for ScadaLTS team. ScadaLTS team can use the code seroUtils without limitation.

Fragement with the correspondence of Grzegorz Bylica and Matthew Lohbihler: "(...) The good news is that you may hereby and without limitation use the seroUtils code as you like. (...)"

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].