/Iec61850ToIEDScout

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

Primary LanguageC

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);