Re: [lwip-users] LLDP Implementation for 1.4.1

2016-11-15 Thread Amit Ashara
Hello Simon, Thanks for the list of to-do items. How do I open a patch tracker? 1. As for the heap allocation, it is being released after the packet is transmitted. 2. Should I remove the opt.h and stats.h defines being integrated in the lldp.c file? 3. The protocol values are required for LLDP

Re: [lwip-users] LLDP Implementation for 1.4.1

2016-11-14 Thread Simon Goldschmidt
Amit Ashara wrote: > [..] The function that the receive performs is highly varied based on the > context of the TLV. That's also true for transmission. E.g. going back to the profinet case, there are numerous other things to send. You'd need to find a way to make sending configurable to make

Re: [lwip-users] LLDP Implementation for 1.4.1

2016-11-12 Thread Dirk Ziegelmeier
Yes: I saw it only sends LLDP frames in regular intervals. >From what I know about LLDP (I implemented a Profinet CC-B device where LLDP is mandatory), an "LLDP implementation" also needs to receive LLDP frames and present the received neighborhood info via SNMP LLDP MIBs. This is way more work

Re: [lwip-users] LLDP Implementation for 1.4.1

2016-11-11 Thread Amit Ashara
Hello All Did anyone have a look at the lldp code base? Regards Amit Ashara On Sat, Nov 5, 2016 at 12:57 AM, Amit Ashara wrote: > Hello All, > > The Manifest has been updated now and the new package is available for > download. > > http://www.ti.com/lit/zip/spmc023 > >

Re: [lwip-users] LLDP Implementation for 1.4.1

2016-11-04 Thread Amit Ashara
Hello All, The Manifest has been updated now and the new package is available for download. http://www.ti.com/lit/zip/spmc023 Regards Amit Ashara On Wed, Nov 2, 2016 at 1:08 PM, Amit Ashara wrote: > Hello Simon, > > The issue was with the License Option that we had

Re: [lwip-users] LLDP Implementation for 1.4.1

2016-11-02 Thread Amit Ashara
Hello Simon, The issue was with the License Option that we had used. The same is being now under correction and I would upload a new package with the correct License file. Regards Amit Ashara On Wed, Nov 2, 2016 at 11:02 AM, Amit Ashara wrote: > Hello Simon > > Thanks

Re: [lwip-users] LLDP Implementation for 1.4.1

2016-11-02 Thread Amit Ashara
Hello Simon Thanks for the quick feedback. I am clarifying the same with the Legal team. Regards Amit Ashara On Wed, Nov 2, 2016 at 10:39 AM, Simon Goldschmidt wrote: > Amit Ashara wrote: > > The LLDP package is now online at the following link > >

Re: [lwip-users] LLDP Implementation for 1.4.1

2016-11-02 Thread Simon Goldschmidt
Amit Ashara wrote: > The LLDP package is now online at the following link > http://www.ti.com/lit/zip/spmc023 > There is a short ReadMe on integrating the LLDP into the LwIP and the > application layer. I hope it is useful for others. Excerpt from the docx in the zip: "any redistribution and

Re: [lwip-users] LLDP Implementation for 1.4.1

2016-11-02 Thread Amit Ashara
Hello All The LLDP package is now online at the following link http://www.ti.com/lit/zip/spmc023 There is a short ReadMe on integrating the LLDP into the LwIP and the application layer. I hope it is useful for others. Regards Amit Ashara On Mon, Oct 24, 2016 at 9:29 AM, Amit Ashara

Re: [lwip-users] LLDP Implementation for 1.4.1

2016-10-24 Thread Amit Ashara
Hello Sergio I run a windows system and Unix does not allow to run Git. I would definitely put in the ReadMe document. I will try to see if I can run Git on Windows system, but then which Git branch do I need to pull in and what permissions I need to have. The one listed on savannah does not

Re: [lwip-users] LLDP Implementation for 1.4.1

2016-10-24 Thread Sergio R. Caprile
If you run a un*x flavor, you can have a fresh 1.4.1 tree and your modified tree, and run a simple 'diff -pu -r fresh mod >lldp.patch' standing at the parent for both trees. A readme will be nice in case the developers decide not to include it as built-in and there is 'user installation' needed

Re: [lwip-users] LLDP Implementation for 1.4.1

2016-10-23 Thread Amit Ashara
Hello Dirk I would be uploading it on TI's web page as I have not used Git. Hope that it is OK Regards Amit On Sun, Oct 23, 2016 at 12:35 PM, Dirk Ziegelmeier wrote: > Just post it as a patch at savannah, we'll see what to do then. Hope this > is OK for you. > > Dirk > >

Re: [lwip-users] LLDP Implementation for 1.4.1

2016-10-23 Thread Dirk Ziegelmeier
Just post it as a patch at savannah, we'll see what to do then. Hope this is OK for you. Dirk On Sat, Oct 22, 2016 at 3:56 AM, Amit Ashara wrote: > Hello All > > The LLDP base implementation for lwIP 1.4.1 is ready and will be released > on or before Oct 28, 2016. I

[lwip-users] LLDP Implementation for 1.4.1

2016-10-21 Thread Amit Ashara
Hello All The LLDP base implementation for lwIP 1.4.1 is ready and will be released on or before Oct 28, 2016. I wanted to check back with the user group if some form of ReadMe document on integrating it an application is required. Or should we keep it on hold for review by lwIP developers.