Author Topic: Anyone here familiar with LWIP?  (Read 17187 times)

0 Members and 2 Guests are viewing this topic.

Offline peter-hTopic starter

  • Super Contributor
  • ***
  • Posts: 3699
  • Country: gb
  • Doing electronics since the 1960s...
Re: Anyone here familiar with LWIP?
« Reply #100 on: May 15, 2023, 02:51:05 pm »
Apparently it does not.
Z80 Z180 Z280 Z8 S8 8031 8051 H8/300 H8/500 80x86 90S1200 32F417
 

Offline Delboy

  • Newbie
  • Posts: 1
  • Country: us
Re: Anyone here familiar with LWIP?
« Reply #101 on: June 13, 2023, 05:34:33 pm »
I learned more about LWIP reading this thread than I knew using LWIP for the past 10 years. Thanks guys.

Can anyone recommend a link or docs on how to integrate Mbedtls with LWIP using the netconn interface. I have it kind of working, but not 100% reliable, any hints would be great.
 

Offline peter-hTopic starter

  • Super Contributor
  • ***
  • Posts: 3699
  • Country: gb
  • Doing electronics since the 1960s...
Re: Anyone here familiar with LWIP?
« Reply #102 on: June 13, 2023, 08:33:20 pm »
I know little about this but AFAIK MbedTLS calls LWIP via the BSD socket interface, not via the Netconn interface.

Netconn is specific to LWIP but MbedTLS is usable with other TCP/IP stacks.

Almost nobody is using Netconn. I wrote a whole (simple) HTTP server using the Netconn API but found almost no help with it. Should have used the socket API instead. It is built on top of the Netconn API anyway.

Getting MbedTLS working properly is a long job - on top of getting LWIP working properly :) Quick demos are easy enough...
Z80 Z180 Z280 Z8 S8 8031 8051 H8/300 H8/500 80x86 90S1200 32F417
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf