libiec61850
libiec61850 copied to clipboard
GOOSE Interface ID on Windows
Hi In the project examples goose_publisher and goose_subscriber we need to input an ethernet interface ID (eth0 on linux for example). The examples are working on the same Windows machine. However I'm not able to determine the interface ID to provide on both machines when working with two machines. For now I'm iterating from 0 to 15 to "guess" the interface ID but I was wondering if there was a proper way (I can't find any windows command for this)
Thank you