Open sramrajkar opened 2 months ago
Hi @sramrajkar, looks interesting. I'll have a look at it. Unfortunately, I cannot provide any time frame when :/ BTW: do you know about some out of the shelf device which already supports this protocol so it could be used as reference for testing?
Is your feature request related to a problem?
We have a dual ethernet custom board based on ESP32S3. It uses w5500 for the two interfaces. We now have a requirement to support profinet and IEC61850 on this platform. Both need PRP (Parallel Redundancy Protocol). This is another feature I thought might be worth adding to the lwip port for ESP IDF. As more and more industrial applications are using esp32, this is a good feature to support officially from expressif if possible.
Describe the solution you'd like.
Idea would be to may be play with netif input and output functions.
Describe alternatives you've considered.
Currently there are not real alternatives for this.
Additional context.
No response