Which lwIP version is used in lpcopen's webserver example?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Which lwIP version is used in lpcopen's webserver example?

666 Views
vishakhadakhane
Contributor III

Hello there ,

  I am recently done with lpcopen's  webserver example. I would like to know the version of lwIP used in Webserver example. I have tried to find it in read me files but the version of lwIP used is not mentioned anywhere.

5 Replies

536 Views
soledad
NXP Employee
NXP Employee

Hi, 

Which device and LPCOpen version are you using?

Have a nice day

Regards 

Sol 

536 Views
vishakhadakhane
Contributor III

Hello there,

           Thanks for your reply. I am using lpcopen V2.10 for LPC 1769.

0 Kudos

536 Views
soledad
NXP Employee
NXP Employee

Hi,

The LWIP version is 1.4.1.


/** X.x.x: Major version of the stack */
#define LWIP_VERSION_MAJOR      1U
/** x.X.x: Minor version of the stack */
#define LWIP_VERSION_MINOR      4U
/** x.x.X: Revision of the stack */
#define LWIP_VERSION_REVISION   1U
/** For release candidates, this is set to 1..254
  * For official releases, this is set to 255 (LWIP_RC_RELEASE)
  * For development versions (CVS), this is set to 0 (LWIP_RC_DEVELOPMENT) */
#define LWIP_VERSION_RC         255U


Have a great day,
Sol

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

536 Views
vishakhadakhane
Contributor III

Hello soledad‌,

                            Thank you so much for your reply. I have a question, Can we use lwip's latest version 2.1.2 in webserver example? 

Actually I am working on lwip+SNMP. I am trying to build SNMP agent. would you like to suggest anything in this regard?

Thanks.

0 Kudos

536 Views
soledad
NXP Employee
NXP Employee

Hi, 

For lwip version, yes it is possible to change the version.  You can look at this file for the list of application changes required between different lwIP versions.

Regarding SNMP, unfortunately, we don't have implemented it. Sorry for any inconvenience that may cause.

Regards

Soledad