iec61850bean 原始仓库
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
abdelaziz 261f2f03fe - Add ConnectionParam.java to extract the connection parameters under ConnectedAP tag in the CID/SCD file while parsing it.
- Add the ConnectionParam to the ServerModel.java to be retrieved after parsing the CID/SCD file.
- Enhance the SclParser.java to parse the ConnectionParam under the ConnectedAP tag.
- Optimize imports in the SclParser.java
- Remove the unnecessary .toStrings in the SclParser.java
- Replace the If-else with switch case in the SclParser.java
- Edit SclParser.java to set current timestamp.
- Edit SclParser.java to let the Parsed CID/SCD (ServerModel) returns some attributes and Values that programmer may need after parsing.
- Let each returned LogicalDevice that returned from the ServerModel to return their LogicalNodes and some attributes after parsing.
- Let each returned LogicalNode that returned from the LogicalDevice that returned from the ServerModel to return their DataObjects and some attributes after parsing.
- Let FcDataObject returns some attributes after parsing.
- Let FcModelNode returns some attibutes after parsing.
2 years ago
asn1 combined asn1 compile scripts 5 years ago
bin windows run scripts now support white space in paths 5 years ago
doc release v1.9.0 5 years ago
gradle/wrapper updated gradle wrapper to v6.5 5 years ago
src - Add ConnectionParam.java to extract the connection parameters under ConnectedAP tag in the CID/SCD file while parsing it. 2 years ago
.gitignore - Add ConnectionParam.java to extract the connection parameters under ConnectedAP tag in the CID/SCD file while parsing it. 2 years ago
LICENSE.txt moved license file 7 years ago
README.md renamed OpenIEC61850 to IEC61850bean 5 years ago
build.gradle.kts updated errorprone version to 2.5.1 5 years ago
gradlew updated gradle wrapper to v6.5 5 years ago
gradlew.bat updated gradle wrapper to v6.5 5 years ago
lastconnection.properties removed code smells detected by IntelliJ and Error Prone SCA, removed the GUI's jcalendar dependency 5 years ago

README.md

IEC61850bean

IEC61850bean (previously known as OpenIEC61850) is a library implementing the IEC 61850 standard based on the MMS mapping for client and server communication.

For detailed information on IEC61850bean visit https://www.beanit.com/iec-61850/.