Skip to content
Anton Bondarev edited this page Dec 23, 2023 · 1 revision

IEC61850

Embox has port of (libiec61850)[https://libiec61850.com/]. You can test it on QEMU with following steps:

  • Prepare iec61850 clients for testing
  • Run the sample IEC 61850 server, you need to build embox with the command:
       make confload-project/server61850/x86_qemu
       make -j5
    
    adn then run QEMU as usual with
       ./scripts/qemu/auto_qemu
    
  • Connect to iec61850 server on embox with earlier built iec61850 clients. For example
       ./examples/iec61850_client_example2/client_example2 10.0.2.16
    

Overview

GSoC

Demos

Supported platforms

Examples

Development

Libraries

Subsystems

Misc

Mybuild - build system

Contributing

Clone this wiki locally