Crate iec61850

Crate iec61850 

Source
Expand description

IEC61850 protocol implementation in pure rust.

This crate provides a client implementation for the IEC61850 protocol. It is a pure rust implementation of the protocol and does not depend on any external libraries.

The implementation is based on the MMS stack protocol and the IEC61850 model.

For an example of how to use the client see the examples folder.

Re-exports§

pub use iec61850::Iec61850Client;
pub use mms::ClientConfig;

Modules§

iec61850
IEC 61850 client implementation.
mms
MMS implementation.