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
Stefan Feuerhahn
7f22d94496
removed unnecessary .gitignore
7 years ago
Michael Zillgith
febe96dc73
- fixed bug in BdaEntryTime.getTimestampValue
7 years ago
Michael Zillgith
ead6f7611c
- eclipse code clean-up and formatter applied
8 years ago
Michael Zillgith
d2bd73adf7
- removed debug output
8 years ago
Michael Zillgith
acf5c15746
- client: added GetFileDirectory, DeleteFile, and GetFile service implementation
8 years ago
Michael Zillgith
f064d16553
- added connect timeout
8 years ago
Michael Zillgith
dc632f3007
- added ObjectReference.getLdName method
8 years ago
Michael Zillgith
b14388a764
- BasicDataAttribute.setValueFrom method made public
8 years ago
Michael Zillgith
bdb5db7aa0
- started to implement client side get file directory service
8 years ago
Stefan Feuerhahn
ba8f0c969e
generated asn.1 classes using newest version of jasn1-compiler 1.9.0
8 years ago
Michael Zillgith
2e2da64a97
- added support for INT128 type
...
- added "Owner" field to RCBs generated by SclParser
- fixed test case reportingWithCreatedDataSetTest
8 years ago
Stefan Feuerhahn
e3e1b86a12
minor mod in test
8 years ago
Stefan Feuerhahn
c07eaa4cd9
minor fixes in console client
8 years ago
Stefan Feuerhahn
bda67ef556
fixed toString() of BdaQuality to not throw exception if its bitstring value is empty
8 years ago