Chun-Sheng, Li
|
821a46fcbf
|
Use write handler for TLS client/server (#11)
|
5 years ago |
Chun-Sheng, Li
|
ab3ce3fe69
|
Use const float value for GGIO1.AnIn1.mag.f (#10)
|
5 years ago |
Chun-Sheng, Li
|
1dcf53d819
|
Rm simpleIOGenericIO writing variable to server (#9)
|
5 years ago |
Chun-Sheng, Li
|
4a604447b0
|
Using specific hostname variable (#8)
|
5 years ago |
Chun-Sheng, Li
|
03de197095
|
Revert "Let TLS client example codes be simple reading (#6)" (#7)
This reverts commit dc9fab9974 .
|
5 years ago |
Chun-Sheng, Li
|
dc9fab9974
|
Let TLS client example codes be simple reading (#6)
|
5 years ago |
Chun-Sheng, Li
|
62db1fad08
|
Change into false (#5)
|
5 years ago |
Chun-Sheng, Li
|
11965846c9
|
Improve TLS server example to simple TLS server (#4)
|
5 years ago |
Chun-Sheng, Li
|
5ffa57fe26
|
Using atoi function to convert char to integer (#3)
|
5 years ago |
Chun-Sheng, Li
|
d2461a025a
|
Adding client port number to be -1 or specific (#2)
|
5 years ago |
Chun-Sheng, Li
|
5a69bca68f
|
Default port example (#1)
|
5 years ago |
Peter
|
2196e2b521
|
Remove hal API headers support
|
5 years ago |
Peter
|
90a6a3d20d
|
Drop Travis setting file
|
5 years ago |
Peter
|
b4e161404a
|
Add tls_socket.h including
|
5 years ago |
Peter
|
605f477887
|
Add related hal/* header file for pyiec61850
|
5 years ago |
Michael Zillgith
|
77481bbed9
|
- IEC 61850 client: IedConnection - list of client control objects is protected by a lock
|
5 years ago |
Michael Zillgith
|
884c9a8667
|
- IEC 61850 client: avoid double free when operate and select-with-value on APC fails
|
5 years ago |
Michael Zillgith
|
6977b9f96d
|
- fixed wrong connection objects in setting group handlers (#289)
|
5 years ago |
Michael Zillgith
|
eac44cbe92
|
IED server: fixed problem with CONFIG_IEC61850_RCB_ALLOW_ONLY_PRECONFIGURED_CLIENT configuration option enabled
|
5 years ago |
Cédric Boudinet
|
7d0c0f2e05
|
Svsub latency (#288)
* Changing svReceiverLoop to reduce latency
* adding EthernetHandleSet_destroy to svReceiverLoop
|
5 years ago |
Michael Zillgith
|
6c0d71b1ea
|
- IED server: handle BRCB.Owner correctly when client uses pre-assigned RCB instance
|
5 years ago |
Michael Zillgith
|
07fc8bf009
|
- IED server: fixed problem that BL FC is not writable (#287)
|
5 years ago |
Michael Zillgith
|
d424b66cf2
|
- HAL: added missing include (sys/select) in serial HAL implementation for linux (#279)
|
5 years ago |
Michael Zillgith
|
bdeaf0b5b2
|
- IEC 61850 client: fixed dead lock in IedConnection_getFileAsync when fileRead times out (#285)
|
5 years ago |
Michael Zillgith
|
0621d9ce9b
|
- Client: fixed - IedConnection_getRCBValues doesn't check type of server response (#283)
|
5 years ago |
Michael Zillgith
|
cd663dd923
|
Merge pull request #269 from cedricboudinet/getSmpSynch_v1.4
adding svsub getSmpSynch
|
5 years ago |
Michael Zillgith
|
fb383abfb2
|
- MMS: changed handling of variable sized bit strings (now also accepts bit strings of larger size, ignoring the bits that exceed the specified size)
|
5 years ago |
Michael Zillgith
|
1bd6efaf05
|
- MMS client: add handling of initiate error PDU
|
5 years ago |
Michael Zillgith
|
74de3a0d07
|
- IED server: add support for correct CBB handling (required for test case sAss4) and initiate error PDU
|
5 years ago |
Cedric Boudinet
|
2fa51a78fc
|
adding svsub getSmpSynch
|
5 years ago |
Michael Zillgith
|
a64cfda7f3
|
- Java Tools: Add support to handle Services.ReportSettings@owner attribute
|
5 years ago |
Michael Zillgith
|
648a03c734
|
- IED server: add support for tissue 807 (owner attribute in RCB is only present when ReportSettings@owner attribute is true)
|
5 years ago |
Michael Zillgith
|
65ab70b6d0
|
Merge branch 'v1.4' of https://github.com/mz-automation/libiec61850 into v1.4
|
5 years ago |
Michael Zillgith
|
0c045dd164
|
- IED server: implemented tissue 1453 also for writing to "RptId"
(purgeBuf only executed when value changes)
|
5 years ago |
Michael Zillgith
|
eceec2fc04
|
Merge branch 'v1.4' of https://github.com/mz-automation/libiec61850 into v1.4
|
5 years ago |
Michael Zillgith
|
e86c81309b
|
- MMS client: fixed bug in TLS connection handling
|
5 years ago |
Michael Zillgith
|
d3abbc0bc1
|
- IED server: fixed issue - read access to SGCB is not possible when read access handler is installed
|
5 years ago |
Michael Zillgith
|
05ae100169
|
- config file parser: fixed problem when compiling with visual
studio/C++
|
5 years ago |
Michael Zillgith
|
34ae9ff77a
|
- IED server: added configuration file support for data set entries with array elements or array element components
|
5 years ago |
Michael Zillgith
|
6563e57073
|
* IEC 61850 client: added missing check in ClientReportControlBlock_getConfRev
|
5 years ago |
Michael Zillgith
|
fa01d3f3dc
|
- IEC 61850 server: fixed some variable initialization issues caused by recent changes
|
5 years ago |
Michael Zillgith
|
e9d9bfbac2
|
- fixed problems in handling array elements and array element components
|
5 years ago |
Michael Zillgith
|
328482dec1
|
- fixed bug in MmsConnection_readMultipleVariables: send invaid messsage and memory access errors when too many items are passed to the function exhausting MMS payload size
|
5 years ago |
Michael Zillgith
|
041325ef69
|
- IEC 61850 server: fixed problem with test case sRp4 - RCB RptID attribute is not empty after writing empty string
|
5 years ago |
Michael Zillgith
|
46d6769a89
|
- GOOSE/SV publisher: remove internal header file from API header
|
5 years ago |
Michael Zillgith
|
61dcc6f1a6
|
- fixed program crash when normal mode parameers are missing in presentation layer (#252)
|
5 years ago |
Michael Zillgith
|
44872d3a3e
|
- IED Server/GOOSE: Don't send GOOSE message with new event while data model is locked
|
5 years ago |
Michael Zillgith
|
033ab5b648
|
- COTP: fixed possible heap buffer overflow when handling message with invalid (zero) value in length field (#250)
|
5 years ago |
Michael Zillgith
|
2ce48a7a32
|
- IEC 61850 server: fixed - cancel command for time activated control returns object-access-denied even in case of success
|
5 years ago |
Michael Zillgith
|
f5878fd6a1
|
- fixed error in API documentation
|
5 years ago |