Re: [lwip-users] Has anyone been using the Keil lwIP software packs?

2014-11-10 Thread Robert Deschambault
Thanks for the links! I will check them out. Bob On Nov 10, 2014 7:31 AM, "Sergio R. Caprile" wrote: > No, > I have my own port and been compiling it with Keil on a Cortex-M3. > I have some patches on top of 1.4.1 and didn't like the way Keil packs > lwIP. My advice is to use lwIP with an open a

Re: [lwip-users] IPv6 packet not sent or received

2014-11-10 Thread mfkexpress
Yes, I confirmed by printing q->payload that my device is trying to multicast some Neighbour Solicitation as well as Router Solicitation messages but they do not appear on Wireshark. -- View this message in context: http://lwip.100.n7.nabble.com/IPv6-packet-not-sent-or-received-tp23470p23479.h

Re: [lwip-users] IPv6 packet not sent or received

2014-11-10 Thread Ivan Delamer
Date: Sun, 9 Nov 2014 22:46:07 -0700 (MST) From: mfkexpress To: lwip-users@nongnu.org Subject: Re: [lwip-users] IPv6 packet not sent or received Message-ID: <1415598367969-23474.p...@n7.nabble.com> Content-Type: text/plain; charset=us-ascii Thank You so much Ivan!!! Earlier I added "case ETHTYP

Re: [lwip-users] lwip-users Digest, Vol 135, Issue 4

2014-11-10 Thread Kerem Or
Thank you Matthias. I will check. Kerem Kerem Or SYS A.Ş. Melih Gökçek Blv. İvedik OSB Binası No 4 06378, İvedik-Ankara Tel: +90 312 265 0396 Fax: +90 312 265 0399 www.esys.com.tr www.rflo.com.tr On Sat, Nov 8, 2014 at 7:00 PM, wrote: > Send lwip-users mailing list submissions to >

Re: [lwip-users] Has anyone been using the Keil lwIP software packs?

2014-11-10 Thread Sergio R. Caprile
No, I have my own port and been compiling it with Keil on a Cortex-M3. I have some patches on top of 1.4.1 and didn't like the way Keil packs lwIP. My advice is to use lwIP with an open and portable port, with an open and portable driver. You can use the one I wrote, modify it, write your own. This

Re: [lwip-users] Need to Know more about tcp and it's concepts

2014-11-10 Thread Sergio R. Caprile
You should start by learning communications and networking, there are several books outthere, I'm fond of Mr. Tanenbaum, get a copy of Computer Networks. For TCP/IP itself, read Douglas Comer or Stallings. However, what you mention in your mail are lwIP functions. Apples and oranges Once you know