GOOSE message sending using lwip
I'm trying realize with IEC61850 . I try to do GOOSE Publisher device. As I understood, GOOSE message goes to NET without any headers. I use lwip library. I found there IP_Forward functions, wich help send dirrectly my message to NET. But it also adds headers to my message. Maybe you can advice to me what kind of functions I need to use to send message without any headers to NET. Example of GOOSE Ethernet frame is here. Thanks!
