- Edit the Data Point Modbus table to contain the last value and last time.

- Add functionality to the IEC61850 Server.
- Create ModbusMasterRTU.java to implements the modbus master functionality.
- Create the Mapping class from Modbus to IEC61850.
pull/37/head
Abdelaziz Said 4 years ago
parent ac45a7cce2
commit bf9f3f9ade

1
.gitignore vendored

@ -1,6 +1,7 @@
# Gradle
.gradle/
build/
target/
gradle.properties
# IntelliJ IDEA

Loading…
Cancel
Save