We are using TI LM3S696969 for implementing Embedded http Web server using LWIP, Now we need to implement an embedded web server using Wifi and GPRS instead of Ethernet.
MY GPRS and WiFi modules have its own own TCP/IP stack.
My question is it possible to reuse my old source in the new project to reduce the development time? and will be the abstraction level?
We are using TI LM3S696969 for implementing Embedded http Web server using LWIP, Now we need to implement an embedded web server using Wifi and GPRS instead of Ethernet.
MY GPRS and WiFi modules have its own own TCP/IP stack.
My question is it possible to reuse my old source in the new project to reduce the development time? and will be the abstraction level?
I am not sure about the WiFi module that you are using. But the one i used in my project allows me to integrate my own TCP/IP stack over the WLAN driver provided by them.
I am not sure about the WiFi module that you are using. But the one i used in my project allows me to integrate my own TCP/IP stack over the WLAN driver provided by them.