Maxson Ramon dos Anjos Medeiros
193b8bf054
-added function to set the number of outstanding calls-
...
IedConnection_setMaxOutstandingCalls (LIB61850-433)
1 year ago
Michael Zillgith
9e27ed5a77
- MMS server: add compile time configuration options to enable/disable fileDelete and fileRename services (fileRename is now disabled by default)
5 years ago
Michael Zillgith
98e7c5816a
- code formatting; compiler warnings
5 years ago
Michael Zillgith
2f5817e0ac
- IEC 61850 server: implemented service tracking for BRCBs and URCBs
5 years ago
Michael Zillgith
09b23aaa74
- IEC 618580 server: Added function IedServer_setServerIdentity to set values for MMS identity service
6 years ago
Michael Zillgith
17205ed874
- Client: response timeout for connection setup now configurable (default timeout now 5 s instead of 1 s )
...
- removed configuration option CONFIG_TCP_READ_TIMEOUT_MS
6 years ago
Michael Zillgith
0dff4286aa
- merged latest changes to the server reporting module from 1.3 branch
...
- merged with 1.3 branch
7 years ago
Michael Zillgith
51c29fe9a7
- IEC 61850 server/ MMS server: maximum number of client connections configurable at runtime
7 years ago
Michael Zillgith
6199da1e55
- IEC 61850 server: CONFIG_REPORTING_SUPPORTS_OWNER replaced by CONFIG_IEC61850_EDITION_1
7 years ago
Michael Zillgith
58b4d6c107
-IEC 61850 server: added ReadAccessHandler to control read access
7 years ago
Michael Zillgith
143bc977c0
- IEC 61850 server/MMS server: make file service configurable at runtime with IedServerConfig object (new functions IedServerConfig_enableFileService and IedServerConfig_isFileServiceEnabled)
7 years ago
Michael Zillgith
2c9a4bb088
- TLS client: fixed problem with high CPU load
7 years ago
Michael Zillgith
605913b0c1
- fixed some configuration issues
7 years ago
Michael Zillgith
68d56d947e
- made memory alignment configurable
8 years ago
Michael Zillgith
b1641b82ff
- MMS client/server: extended BER encoder to support MMS PDU sizes with more than 64k
8 years ago
Michael Zillgith
2a40798f10
- server: added MmsFileAccessHandler for server side monitoring and control of file services
...
- file services: added support to set filestore basepath at runtime
- added IedConnection_getFileDirectoryEx to better control receiving file directories
8 years ago
Cedric Boudinet
d95a31c628
Setting DEBUG_SV_PUBLISHER by default to 0
9 years ago
Michael Zillgith
291653a38d
- fixed model file and Makefile in server_example_config_file
9 years ago
Michael Zillgith
46575aeb68
- implemented setFile service
...
- prepared for release 1.0.0
9 years ago
Michael Zillgith
d15e2c73b1
- implemented server side obtain file procedure
9 years ago
Michael Zillgith
2b6a6b8f39
- prepared for release 0.9.3
9 years ago
Michael Zillgith
372df34018
- added client side fuctionality to provide user access to raw MMS messages
9 years ago
Michael Zillgith
8a925e754f
- set single-threaded as default configuration
9 years ago
Michael Zillgith
787d7fc270
- file provider functions don't change file names; VMD_FILESTORE base part is now added in MMS server file service handling code
...
- IedConnection_readObject and IedConnection_getVariableSpecification can now read whole LNs
9 years ago
Michael Zillgith
2b28c0fed3
- added cmake support to build sqlite log driver
...
- made logging ready to be compiled with Visual Studio
- added functions to create LCBs and LOGs to dynamic model API
- client: added GetLogicalNodeDirectory(LOG) ACSI function
9 years ago
Michael Zillgith
d8ace91bcf
- iso_server.c: fixed bug in multi-threaded version: segfault when conection unexpectedly closed
9 years ago
Michael Zillgith
7de010e1f5
- started to implemente server side read journal handling
9 years ago
Michael Zillgith
2a96d5b40c
- changed version to 0.9.2
9 years ago
Michael Zillgith
6d03f18748
- started to implement MMS journals server side
9 years ago
Michael Zillgith
eab59b8ae8
- small code cleanup
10 years ago
Michael Zillgith
33fcf156d4
- client: IedConnection_setRCBValues send GI last when RptEna=true included
10 years ago
Michael Zillgith
5261378603
- added CONFIG_IEC61850_EDITION_1 configuration option
...
- removed "Owner" from RCBs for edition 1 builds
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
e1a9b6a852
- prepared for 0.9 release
10 years ago
Michael Zillgith
da0af0ba0f
- extented SV publisher code / 9-2LE example
10 years ago
Michael Zillgith
80cf01f1d4
- fixed 9-2 example code
10 years ago
Michael Zillgith
833765bbb2
- fixed performance problem (removed Thread_sleep()) for single and multithreaded server
10 years ago
Michael Zillgith
daa0a1e958
- GoCB DatSet and GoID are now readonly by stack_config.h
10 years ago
Michael Zillgith
a6830fb0a8
- changed debug output for buffered reporting
10 years ago
Michael Zillgith
907eb0bbae
- removed ResvTms form BRCB (depending on configuration option CONFIG_IEC61850_BRCB_WITH_RESVTMS)
10 years ago
Michael Zillgith
4c0466c858
- fixed bug in report timestamp in buffered reporting: was using UTC_TIME instead of BINARY_TIME
10 years ago
Michael Zillgith
daf876e4df
- fixed bug in sv_subscriber: missing initialization of allocated memory
10 years ago
Michael Zillgith
c0174f9f38
- added SV subscriber and example
10 years ago
Michael Zillgith
8482cfce9b
- server side support for SV control blocks - WIP
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
9896742d12
- added support for sorted getNameList reponse (can be switched off by setting CONFIG_MMS_SORT_NAME_LIST to 0)
10 years ago
Michael Zillgith
947b4a0cd5
- fixed problem with SqNum (INT8U/INT16U) in RCBs and reports
...
- started to implement sorting algorithm for getNameList
10 years ago
Michael Zillgith
584493cf53
- some small fixes
10 years ago
Michael Zillgith
6ad3c4b17e
Merge branch 'master' into pavo_changes
...
Conflicts:
tools/model_generator/genconfig.jar
tools/model_generator/genmodel.jar
10 years ago