Commit Graph

78 Commits (8ea21994457a0dbe1d8c0137becfde00a9156e17)

Author SHA1 Message Date
Abdelaziz Said 39c7ef8285 - Add the Runtime module and the IEC61850-Bean library to Protocol_Converter project. 4 years ago
Abdelaziz Said 9191f42895 - 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.
4 years ago
Abdelaziz Said c8f49bdc47 - 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
4 years ago
pavel-ch fa62271c46 Merge branch 'master' of https://github.com/beanit/iec61850bean 4 years ago
pavel-ch cb903a3f61 ClientAssociation: storing servicesSupported from InitiateResponsePDU for a later access 4 years ago
Stefan Feuerhahn 77c7b009b4 removed unnecessary setters, removed exposing proposedParameterCbbBitString 5 years ago
Matthias Kruse e0770f03e6 reverted change of other commit 5 years ago
Matthias Kruse ef06aea374 fixed #10 5 years ago
Matthias Kruse 0afb4f56a1 fixes #18 5 years ago
Stefan Feuerhahn 1f01fcac02 enhanced SequenceNumber class 5 years ago
Stefan Feuerhahn cd11b7c9ff fixed setting reportTimestamp field in OptFlds class, thanks to Krzysztof Pasierbski 5 years ago
Stefan Feuerhahn b3e45e0f16 minor format fix 5 years ago
Stefan Feuerhahn 69a1c96c04 updated changelog 5 years ago
Stefan Feuerhahn 792afe0ce8 removed code smells detected by IntelliJ and Error Prone SCA, removed the GUI's jcalendar dependency 5 years ago
Stefan Feuerhahn 667ae70c35 regenerated asn1/ber classes with newest asn1bean compiler 5 years ago
Stefan Feuerhahn f416a33418 renamed OpenIEC61850 to IEC61850bean 5 years ago
Stefan Feuerhahn 75ad0eb76c updated build plugins/dependencies: spotless, bnd, junit, archunit 5 years ago
Stefan Feuerhahn d7d87c6004 switched to newest snapshot of jasn1 which was renamed to asn1bean 5 years ago
Stefan Feuerhahn 92705822d6 moved HexConverter to internal package and renamed it to HexString 5 years ago
Stefan Feuerhahn 7552c59319 fixed compile bug introduced in latest fix to reset data sets in the scl parser 5 years ago
Stefan Feuerhahn 9b7e830559 minor code clean up 5 years ago
MoheyEl-DinBadr 10dd18750a
Update SclParser.java
The library has a problem of importing a whole SCD file which consists of several IEDs and that is because The dataSets Map is not cleared between switching of creating the next ServerModel of next IED.
5 years ago
Stefan Feuerhahn cbac75d770 added first ArchUnit test 5 years ago
Stefan Feuerhahn 476bed5898 renamed thread factory 6 years ago
Stefan Feuerhahn 9aa85d1a90 converted junit 4 tests to junit 5 tests 6 years ago
Stefan Feuerhahn 7e9eb53e0f minor change in naming of threads created by the library 6 years ago
Stefan Feuerhahn 1cc94089f4 updated doc to reflect changes in the way client parses an scl file 6 years ago
Stefan Feuerhahn 72494fb83d removed use of methods deprecated in java 11 7 years ago
Stefan Feuerhahn 2419583978 fixed doc warnings 7 years ago
Stefan Feuerhahn a801db5404 added modified version of jASN1 BerBoolean so that true is encoded as 0x01 instead of 0xff but using the original jasn1 dependency 7 years ago
Stefan Feuerhahn 59eee5cbc0 updated build files 7 years ago
Stefan Feuerhahn fafbec0786 code clean up 7 years ago
Stefan Feuerhahn 0d3a5e2971 updated dependency to to newest jasn1 version 7 years ago
Stefan Feuerhahn 2e268028e9 updated generated asn1 files 7 years ago
Stefan Feuerhahn 3082a3739e reformat code again using google java formatter 7 years ago
Stefan Feuerhahn d0caa66dc4 updated common code 7 years ago
Stefan Feuerhahn c0fb912326 moved classes from org.openmuc package to com.beanit package 7 years ago
Stefan Feuerhahn 1c29937cf4 switched doc from asciidoc to markdown 7 years ago
Stefan Feuerhahn ec72200684 reformatted everything using google java formatter 7 years ago
Stefan Feuerhahn cdb5dc9231 updated copyright header 7 years ago
Stefan Feuerhahn 56fee3cf19 made values of BDAs volatile so they are thread save 7 years ago
Stefan Feuerhahn 1c24852d77 fixed correct shutdown of server thread pools 7 years ago
Stefan Feuerhahn 648d839df7 fixed typo in console server 7 years ago
Stefan Feuerhahn 0641743072 sample server now supports writing booleans 7 years ago
Stefan Feuerhahn 1d5b09e0fc scl parser can now handle multiple IEDs in a single scl file 7 years ago
Stefan Feuerhahn 0200a86cb1 SclParser now returns list of ServerModels instead of ServerSaps 7 years ago
Stefan Feuerhahn ffe3800619 code clean up using eclipse formatter and cleaner 7 years ago
Stefan Feuerhahn 3e529ca8a1 fixed minor javadoc warning 7 years ago
Stefan Feuerhahn 23a4715f65 fixed bug that would cause casting error if ctlVal in server implementation is of type AnalogueValue 7 years ago
Stefan Feuerhahn 646f7f4907 Merge branch 'develop' of https://github.com/mz-automation/openiec61850 into mz-automation-develop 7 years ago