lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] Layer 2 protocol over LWIP Ethernet?


From: Kamil Khoury
Subject: [lwip-devel] Layer 2 protocol over LWIP Ethernet?
Date: Mon, 11 Jun 2018 12:34:46 +0200

Hello,

I'm trying to implement a layer 2 protocol (1588 PTPv2) on the top of the Ethernet layer. According to the standard's documentation, this protocol requires a special EtherType and doesn't need IP (or above) layers. I was thinking to implement this using LWIP because I'm also using freeRTOS and it is perfectly working with LWIP. However, LWIP Ethernet layer does not seem to offer a configurable options for upper layer (other than IPv4/IPv6). So before starting I would like to benefit from your knowledge... 
- Do you think LWIP is a good choice to do this implementation? 
- Is there any example projects or information resources to guide me through this?
- if not LWIP, then can you recommend me a different solution? (not forgetting that freeRTOS is a main part of my project).

Thank you.
Kind Regrards,
Kamil Alkhouri

reply via email to

[Prev in Thread] Current Thread [Next in Thread]