fledge-power / fledge-south-iec61850

A south plugin for collecting data via the IEC 61850 protocol
3 stars 5 forks source link

Connection management #2

Closed aklira closed 7 months ago

aklira commented 1 year ago

Abstract In order to enable the start-up and establishment of the connection between the client and the server, the start-up function and the connection function must be implemented (according to IEC 61850-7 standard.) Connections data are defined in the "protocol_stack.transport_layer.connections" configuration Pre-requisites Read the design document Test data Rules : rules, errors and logs R1: in case of a connection loss, the south plugin IEC 61850 should automatically handle the reconnection Acceptance criteria Given a JSON configuration file When: iec61850 south plugin start (or restart) Then: the connection is established with the server according to the previous rules.