Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 592 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 592 Bytes

Iec61850ToIEDScout

iec61850 - goose publisher and subscriber function for send and receive data from Omicron IEDScout software

How to use

1 - use libiec61850 library for compile your project
2 - set your adapter interface network id - in windows: .\goose_publisher_example.exe 2
3 - for read packet and make your packet you can capture goose traffic with wireshark

How to Create Data Attribute

MmsValue* optFlds2 = MmsValue_newBitString(2); // open
MmsValue_setBitStringFromInteger(optFlds2, 2);