Ok, thanks for the insight.  I was reading about the Cisco Discovery
Protocol (we just bought some Cisco switches and I am learning how to
configure them) and read something on the wiki's about the LLDP being open
and not under the control of any one company.  We use a very simple
protocol internally where we send simple UDP messages with xml tags so we
can figure out what devices are on the network.  I was wondering if there
was a more standard way to do these things.  I like standards, especially
open ones.

Best Regards,
Bob

On Thu, Sep 24, 2015 at 3:55 PM, [email protected] <[email protected]> wrote:

> Robert Deschambault wrote:
>
>> I just read about this protocol and I was wondering what is involved in
>> implementing it using lwIP on an embedded target?
>>
>
> Implementing it is not really an lwIP thing: the protocol itself runs
> below what lwIP cares for, you just have to ensure you can safely send
> non-IP packets to your netif and that packets received for LLDP are passed
> to your protocol implementation, not to lwIP.
>
> Another question is of course where you get the information to send and
> what to do with received information. Normally, you would integrate it into
> an SNMP tree, but this is not implemented in the lwIP agent (yet?).
>
> Also, for devices with 2-port switch (as often required for industrial
> automation protocols), you need to send/receive on dedicated ports, which
> lwIP is not prepared for, so this is again a bit out of scope for lwIP.
>
> Keeping that aside, if you have an open (i.e. non-GPL) implementation or
> plan to write one, please let us know ;-)
>
>
> Simon
>
> _______________________________________________
> lwip-users mailing list
> [email protected]
> https://lists.nongnu.org/mailman/listinfo/lwip-users
>



-- 
Bob Deschambault
6614 Astro Court, Mississauga
Ontario, Canada L5N 7J2
home: 905 824 7159
cell: 416 457 7163
twitter: @rdeschambault
1Fm3QkinyqiMbpnvSZMLM1AyjBvbuYeTBE
_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to