Michael Zillgith
|
069af684e9
|
- fixed problem with test case sSgN4 (return temporary-unavailable) when no EditSG is selected
- continued logging implementation
|
9 years ago |
Michael Zillgith
|
0c042f2ba4
|
- added server examples logging
- added logging API
- added sqlite3 driver for logging
|
9 years ago |
Michael Zillgith
|
fd4261cd2d
|
- implemented client side readJournal service
- extended service side readJournal with ReasonCode
- extende mms_utility example with read journal command
|
9 years ago |
Michael Zillgith
|
ba08a2ad59
|
- implemented client and server side readJournal message parsing and generation
|
9 years ago |
Michael Zillgith
|
a23b584d13
|
- extended logging implementation
|
9 years ago |
Michael Zillgith
|
2d45c2d679
|
- add client side code to create read journals requests required for IEC 61850 logging services
|
9 years ago |
Michael Zillgith
|
442c30d79f
|
Merge branch 'master' into logging
|
9 years ago |
Michael Zillgith
|
29b9e46697
|
- added function MmsConnection_getMmsConnectionParameters
|
9 years ago |
Michael Zillgith
|
2d753f3b24
|
- added static model generation for LogCBs and Logs
- added MMS data model for LCBs
- server: MMS getNameList now supports journals
|
9 years ago |
Michael Zillgith
|
6d03f18748
|
- started to implement MMS journals server side
|
9 years ago |
Michael Zillgith
|
956deaf958
|
- MMS client: added support to read domain specific journals from server: MmsConnection_getDomainJournals
|
9 years ago |
Michael Zillgith
|
27a74db4d8
|
- fixed problem with max PDU size for GetFileDirectory service
|
10 years ago |
Michael Zillgith
|
eab59b8ae8
|
- small code cleanup
|
10 years ago |
Michael Zillgith
|
c730c93229
|
- added goose_publisher/CMakeLists.txt
|
10 years ago |
Michael Zillgith
|
33fcf156d4
|
- client: IedConnection_setRCBValues send GI last when RptEna=true included
|
10 years ago |
Michael Zillgith
|
40ed2cea6f
|
Merge branch 'pavotek' of mz-automation.de:libiec61850-all into pavotek
Conflicts:
src/mms/iso_mms/server/mms_file_service.c
src/vs/libiec61850-wo-goose.def
src/vs/libiec61850.def
|
10 years ago |
Michael Zillgith
|
374bfa03d4
|
- extended file service and mms_utility
|
10 years ago |
Michael Zillgith
|
f55e6f92c3
|
- fixed problem with winpcap detection in CMakeLists.txt files
|
10 years ago |
Michael Zillgith
|
7a8bd5dabe
|
- allow 16 octet ISO session selector in C code
|
10 years ago |
Michael Zillgith
|
d54301fa09
|
- added c++ header to goose/sv publisher
- fixed problem in GetFileDirectory-service with a single file as parameter
|
10 years ago |
Michael Zillgith
|
b1d5e10203
|
- prepare for release 0.9.0.1
- cmake build on windows excludes examples for GOOSE and SV when winpcap is not available
|
10 years ago |
Michael Zillgith
|
6e5d911166
|
- added missing example to git for release 0.9
|
10 years ago |
Michael Zillgith
|
e1a9b6a852
|
- prepared for 0.9 release
|
10 years ago |
Michael Zillgith
|
da0af0ba0f
|
- extented SV publisher code / 9-2LE example
|
10 years ago |
Michael Zillgith
|
43d99ad438
|
- extended 9-2LE example
|
10 years ago |
Michael Zillgith
|
3081fcd935
|
- formated sv.icd file
|
10 years ago |
Michael Zillgith
|
80cf01f1d4
|
- fixed 9-2 example code
|
10 years ago |
Michael Zillgith
|
ecf64277a8
|
- fixed bug in server side file directory service with nested directory structure
- mms_utility: added read file directory feature
|
10 years ago |
Michael Zillgith
|
9e626d58b8
|
- added java based modelviewer tool
|
10 years ago |
Michael Zillgith
|
daf876e4df
|
- fixed bug in sv_subscriber: missing initialization of allocated memory
|
10 years ago |
Michael Zillgith
|
bae3de6bc3
|
- added test sv publisher
|
10 years ago |
Michael Zillgith
|
603f343d5d
|
- removed type DstAddress and replaced by type PhyComAddress
|
10 years ago |
Michael Zillgith
|
348273a1c8
|
- fixed bug: GOOSE minTime, maxTime are ignored by GOOSE publisher when set by GSEControlBlock_create. Instead default values from stack_config.h are always used
|
10 years ago |
Michael Zillgith
|
06a3f76189
|
- updated documentation for SV subscriber
|
10 years ago |
Michael Zillgith
|
c0174f9f38
|
- added SV subscriber and example
|
10 years ago |
Michael Zillgith
|
c3dace4150
|
- fixed problem in MmsValue_printToBuffer
- extended ClientControlBlock
|
10 years ago |
Michael Zillgith
|
a4730069ff
|
- sampled values - WIP
|
10 years ago |
Michael Zillgith
|
0193902da1
|
- M/U SVCB implementation WIP
- added example project for IEC 61850-9-2 LE
|
10 years ago |
Michael Zillgith
|
25d8254683
|
- added prefix "IEC61850_" to IEC data types
- old type declarations are available with CONFIG_IEC61850_USE_COMPAT_TYPE_DECLARATIONS
|
10 years ago |
Michael Zillgith
|
c8e08597b3
|
- windows file provider now supports unicode file names and converts them to UTF-8.
- fixed problem in IEC server GOOSE publisher integration: GoID(appID) was not set by the provided value in ICD file
|
10 years ago |
Michael Zillgith
|
4a4963b964
|
- fixed server_example5 (new writeAccessHandler)
|
10 years ago |
Michael Zillgith
|
b1eda97ab4
|
- changed signature of WriteAccessHandler: Handler now return MmsDataAccessError instead of boolean value!
|
10 years ago |
Michael Zillgith
|
37913842fd
|
- ISO_SERVER: set state to IDLE when server restarts
|
10 years ago |
Michael Zillgith
|
21d0218d0b
|
- GOOSE receiver ignores trailing data (like PRP tail).
|
10 years ago |
Michael Zillgith
|
a8a18475e8
|
- fixed bug #313: Server sends empty report when RCB is disabled while report is pending in bufTm
|
10 years ago |
Michael Zillgith
|
db6cf1ec28
|
- fixed examples: all timestamp updates prior to corresponding value updates
|
10 years ago |
Michael Zillgith
|
48b02ec1b0
|
- extended server_example3.c to show Timestamp handling
- fixed server crash bug when whole LN is requested in a read request (bug #309)
|
11 years ago |
Michael Zillgith
|
b42aa358e9
|
- fixed bug #307
|
11 years ago |
Michael Zillgith
|
5547adf853
|
- added support for multiple data models in static model generator
|
11 years ago |
Michael Zillgith
|
ebe82435e8
|
- added documentation for GOOSE receiver
|
11 years ago |