Michael Zillgith
|
daff495246
|
- MMS client/server: accept empty bit strings
|
6 years ago |
Michael Zillgith
|
8099734f11
|
- .NET API: adopted to new server side control API
|
6 years ago |
Michael Zillgith
|
6c14425ca8
|
- IEC 61850 server: refactored control model API (changed handler signatures, added ControlAction object to access origin and set addCause value, ...)
- IEC 61850 client: added ControlObjectClient_getLastError function
|
6 years ago |
Michael Zillgith
|
28e2acbd33
|
- IED server: avoid dynamic memory allocation in control module
|
6 years ago |
Michael Zillgith
|
f0df571f42
|
- IED server: made code compatible with C++
|
6 years ago |
Michael Zillgith
|
a9fa07a7d4
|
- IED server: some memory optimizations in control module
|
6 years ago |
Michael Zillgith
|
2911781070
|
- IEC 61850 server/reporting: fixed bug when checking for invalid data set member
|
6 years ago |
Michael Zillgith
|
38d67a4e69
|
- IEC 61850 server/reporting: send access error "object-value-invalid"
when data attribute in report data set has no value
|
6 years ago |
Michael Zillgith
|
ebc71d9731
|
- IEC 61850 common: moved some internal code to better seperate
client/server side code
|
6 years ago |
Michael Zillgith
|
16c061b4df
|
- MMS server API: removed dependency from internal header file iso_server.h
|
6 years ago |
Michael Zillgith
|
5a83af9206
|
- moved mms_server.h back to public API (see github #117)
|
7 years ago |
Michael Zillgith
|
d376370aaa
|
- IEC 61850 server: control model - implemented automatic handling of opRcvd, opOk, and tOpOk when present in data object
|
7 years ago |
Michael Zillgith
|
a3c2c4652e
|
- IEC 61850 server: control model - implemented automatic handling of stSeld when present in data object
|
7 years ago |
Michael Zillgith
|
c98a2b0baa
|
- MMS server: fixed connection handling problem in multi-threaded mode
|
7 years ago |
Michael Zillgith
|
994484d1a6
|
- MMS server: added semaphore for open connections map to prevent problem in multi-threaded mode
|
7 years ago |
Michael Zillgith
|
1f144a008e
|
- fixed memory leak in ClientSVControlBlock_create
|
7 years ago |
Michael Zillgith
|
26a45a078b
|
- added error handling code to client_example_log.c
- fixed bug in ClientSVControlBlock
|
7 years ago |
Michael Zillgith
|
0cddcb7d12
|
- MMS client: changed signature of MmsConnection_FileReadHandler
|
7 years ago |
Michael Zillgith
|
8ffbd9f265
|
- removed function MmsValue_deleteIfNotNull (now MmsValue_delete does check for NULL)
|
7 years ago |
Michael Zillgith
|
ac14a4722d
|
- integrated cmake file changes from v1.3 branch
|
7 years ago |
Michael Zillgith
|
0d2775742a
|
- IEC 61850 client: fixed problems in ClientReportControlBlock_create (see github #134)
|
7 years ago |
Michael Zillgith
|
0308f87b85
|
- SV subscriber: fixed bug in function SVReceiver_enableDestAddrCheck
|
7 years ago |
Michael Zillgith
|
9f8d52005b
|
- MMS client: fixed problem when reusing connection
|
7 years ago |
Michael Zillgith
|
f2c811c7c7
|
- IedServer: fixed potential deadlock when IedServer_stop is directly called after IedServer_start
|
7 years ago |
Michael Zillgith
|
287769dcba
|
- IEC 61850 client: handle reason code correctly when report contains data with different reason code (see github #133)
|
7 years ago |
Michael Zillgith
|
b35a566145
|
- IEC 61850 server: fixed problem in report module
|
7 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
|
9ed1510223
|
- added function StringUtils_convertIPv6AdddressStringToByteArray
|
7 years ago |
Michael Zillgith
|
732ad79070
|
- fixed problem with read access to GCB (see github #130)
|
7 years ago |
Michael Zillgith
|
0b2d97c738
|
- COTP: added payload length validation (see github #127)
|
7 years ago |
Steffen Vogel
|
5aa78a8b18
|
sv-publisher: simplify calculation of length of BER length field
|
7 years ago |
Steffen Vogel
|
a81b76c5e3
|
sv-publisher: fix invalid calculation of the total packet length in case the payload is larger than 127 bytes
|
7 years ago |
Michael Zillgith
|
9309cb78de
|
- added missing definition
|
7 years ago |
Michael Zillgith
|
199d091c6d
|
- IEC 61850 server: don't send bufOvfl for unbuffered reports (see #101)
|
7 years ago |
Michael Zillgith
|
0a27ec758f
|
- IED server: handling thread mode changed
|
7 years ago |
Michael Zillgith
|
452abd7dbf
|
- MMS client/server: added support for component alternate access for generic variable read requests
|
7 years ago |
Michael Zillgith
|
6af7973b09
|
- IsoClientConnection_associateAsync: added check if socket creation has been successful
|
7 years ago |
Michael Zillgith
|
46f87a1656
|
- fixed client TCP keep alive problem (see #115)
|
7 years ago |
Michael Zillgith
|
3d8ab44a49
|
- MMS client: improved handling of malformed messages when reading data
- MMS client: improved handling of malformed messages when receiving reports
- MMS client: fixed potential memory leak when receiving malformed messages
|
7 years ago |
Michael Zillgith
|
1c461009c2
|
- MMS client/server: fixed potential memory leaks in TLS handling code
|
7 years ago |
Michael Zillgith
|
87cac8dc00
|
- code formated
|
7 years ago |
Michael Zillgith
|
4bd8b40b6c
|
- code formatting
|
7 years ago |
Michael Zillgith
|
d9cb36817a
|
- IEC 61850 server: fixed problem with wrong purge buffer invocation when using dynamic data set in buffered report control block
|
7 years ago |
Michael Zillgith
|
256f55aaef
|
- .NET API: added more async client functions
|
7 years ago |
Michael Zillgith
|
b6c9a56d4a
|
- .NET API: added more async functions
- .NET API: added GetFileDirectoryEx function
. file-tool: add "s" option to send only a single get file directory request
|
7 years ago |
Michael Zillgith
|
e252715aa9
|
- added report subscription activation to non-thread mode client example
|
7 years ago |
Michael Zillgith
|
4157c9c5da
|
- extended server_example_control to show how to change ctlModel with online service
|
7 years ago |
Michael Zillgith
|
bbb56a16a3
|
- removed some compiler warnings
|
7 years ago |
Michael Zillgith
|
1d61afaa8b
|
- C library: removed C++ style line comments
|
7 years ago |
Michael Zillgith
|
6a7266da93
|
- SV publisher/subscriber: improved error handling when configuration is wrong
|
7 years ago |
Michael Zillgith
|
388337a60d
|
- IEC 61850 client: added support for non-thread mode (IedConnection_createEx, IedConnection_tick)
- added example for non-thread mode client and asynchronous API
|
7 years ago |
Michael Zillgith
|
5ed474a44a
|
- MMS client: fixed problem with async connect timeout
|
7 years ago |
Michael Zillgith
|
ef076efe9f
|
- IEC 61850 client: fixed problem with connection state handling
|
7 years ago |
Michael Zillgith
|
3e30910319
|
- IEC 61850 client: added missing async functions for files
|
7 years ago |
Michael Zillgith
|
0842097b7e
|
- IEC 61850 server: fixed some small bugs and compiler warnings
- IEC 61850 server: retrun object-access-unsupported when ctlModel is status-only
|
7 years ago |
Michael Zillgith
|
618a84d37c
|
- IEC 61850 client: add public header for function ControlObjectClient_createEx to create a client control object without the need to request information from the server
|
7 years ago |
Michael Zillgith
|
91c22b3193
|
- IEC 61850 server: added IedServer_updateCtlModel function to change control model at runtime
|
7 years ago |
Michael Zillgith
|
cad88b67a1
|
- IEC 61850 client: fixed bug in new control object client implmentation - missing free for oper variable specification
|
7 years ago |
Michael Zillgith
|
89d623866e
|
- IEC 61850 client: add function IedConnection_getFileAsync
|
7 years ago |
Michael Zillgith
|
aca462c761
|
- removed outcommented code
|
7 years ago |
Michael Zillgith
|
f78f338b49
|
- IEC 61850 client: added implementations for functions IedConnection_getLogicalDeviceVariables, IedConnection_getLogicalDeviceDataSets, and IedConnection_getLogicalDeviceDataSetsAsync to address #89
|
7 years ago |
Michael Zillgith
|
d0f4c06d62
|
- IEC 61850 client: added functions IedConnection_getLogicalDeviceVariables, IedConnection_getLogicalDeviceDataSets, and IedConnection_getLogicalDeviceDataSetsAsync to address #89
|
7 years ago |
Michael Zillgith
|
d5df360f3a
|
- fixed problem in GOOSE publisher payload length calculation
|
7 years ago |
Michael Zillgith
|
a817b3d3c6
|
- updated data model of server_example_basic_io
- common: MmsVariableSpecification_getChildValue now also accepts "." as separator
|
7 years ago |
Michael Zillgith
|
2c5fb89449
|
- IEC 61850 client: implemented tissue 1178 client side (select-response+ is non-NULL)
|
7 years ago |
Michael Zillgith
|
46211a01e7
|
- IEC 61850 client: IedConnection - added CONNECTING AND CLOSING states - removed IDLE state (now only CLOSED)
|
7 years ago |
Michael Zillgith
|
e12113acde
|
- IEC 61850 client: implemented IedConnection_installStateChangedHandler
|
7 years ago |
Michael Zillgith
|
43e0fb4d05
|
- IEC 61850 Client: ControlObjectClient - added async control actions
|
7 years ago |
Michael Zillgith
|
1cc350ed4a
|
- IEC 61850 client: implemented IedConnection_writeDataSetValuesAsync
|
7 years ago |
Michael Zillgith
|
c04b4e928d
|
- IEC 61850 client: implemented IedConnection_readDataSetValuesAsync
|
7 years ago |
Michael Zillgith
|
8f4af64685
|
- SV: added API export attribute to new SV functions
|
7 years ago |
Michael Zillgith
|
1eaf43ac8b
|
- SV: fixed RefrTm and SmpSynch handling in SV publisher
|
7 years ago |
Michael Zillgith
|
14e3a9668c
|
- GOOSE publisher: fixed bug in GOOSE message calculation
|
7 years ago |
Michael Zillgith
|
f644b8d777
|
- IEC 61850 client: ControlObjectClient - avoid crash when "ctlVal" is not present in "Oper", also accept "setMag" instead of "ctlVal".
|
7 years ago |
Michael Zillgith
|
c9fe177a87
|
- IEC 61850 server: fixed potential deadlock in report processing
|
7 years ago |
Michael Zillgith
|
861c5b244b
|
- MMS client: fixed bug with async request timeout
|
7 years ago |
Michael Zillgith
|
836892849c
|
- IEC 61850 client: improved support for segmented report handling
|
7 years ago |
Michael Zillgith
|
e90d5d44fa
|
- IEC 61850 client: added async discovery functions
|
7 years ago |
Michael Zillgith
|
44d8ad8d15
|
- IEC 61850/MMS client: changed all invokeId parameters in async callbacks to uint32_t
|
7 years ago |
Michael Zillgith
|
ed75aa3f46
|
- some code formatting
|
7 years ago |
Michael Zillgith
|
7ec38e9615
|
- IEC 61850 client: added async client side RCB handling
|
7 years ago |
Michael Zillgith
|
2b7dc5c5fe
|
- added API export/internal decorations
- removed .def files for windows
|
7 years ago |
Michael Zillgith
|
5201473262
|
- IEC 61850 client: added more prototypes for async client API
|
7 years ago |
Michael Zillgith
|
e6884d721b
|
- IEC 61850 client: added asynchronous query log functions
|
7 years ago |
Michael Zillgith
|
54d8fb74d7
|
- IEC 61850 client: added async versions for connect, abort, release, get variable specification, write object
|
7 years ago |
Michael Zillgith
|
a5e15003ce
|
- correcting verions detection for swig (phyton)
- client: adopted TLS code to new async architecture
|
7 years ago |
Michael Zillgith
|
56d7ee4f0b
|
- IEC 61850/MMS client: Add support for write variable for array element with component
- added lost README file for winpcap
|
7 years ago |
Michael Zillgith
|
70c1cd691d
|
- MMS client: refactoring for async connect, abort, release
|
7 years ago |
Michael Zillgith
|
8d45d44cc2
|
- Socket HAL: added functons for asynchronous (non-blocking) connect
|
7 years ago |
Michael Zillgith
|
4d32e3c1ae
|
- MMS client: code cleanup for asnyc functions
|
7 years ago |
Michael Zillgith
|
069646f954
|
- MMS client: added asynchronous file service functions
|
7 years ago |
Michael Zillgith
|
7767e282d6
|
- MMS client: added asynchronous get name list functions
|
7 years ago |
Michael Zillgith
|
fc1d62d1a7
|
MMS client: added asynchronous read journal service
|
7 years ago |
Michael Zillgith
|
c80a87d5e8
|
- MMS client: add asynchronous function for MMS identify service
|
7 years ago |
Michael Zillgith
|
7600c0f3cf
|
- MMS client: add asynchronous function for MMS status request service
|
7 years ago |
Michael Zillgith
|
aa7e89684e
|
- MMS client: add asynchronous function for get variable access attributes service
|
7 years ago |
Michael Zillgith
|
5692d0246b
|
- MMS client: added asynchronous define named variable list functions
|
7 years ago |
Michael Zillgith
|
80ce9c8967
|
- MMS client: added asynchronous read and write functions
|
7 years ago |
Michael Zillgith
|
026357b5eb
|
- added doxygen files for .NET API
|
7 years ago |
Michael Zillgith
|
bed67e4f50
|
- added missing function definition in DLL export files
|
7 years ago |