• Simple Web server
    I have setup a Server using the LPC1788 & TCPnet & i can communicate with it with a TCP/IP utility like PacketSender.This is without http. Now i want to make a web server that can serve simple static...
  • LPC1764 Web server
    I am using using Keil Network stack 6.4.0 for web server application.Web server running ok for sometime but after that web pages are not open but pings and other query to board over ethernet is ok.Have...
  • embedded web server
    Hi I'm doing a project on embedded web server.I'm using IAR Embedded workbench software tool and lpc2378 kit for that.could anyone send example coding for Ethernet connection
  • WEB server suggestion
    I would like to suggest subtle change to rl_net_lib.h file - namely, HTTP_CFG structure. Currently, it is declared as const and that prohibits any runtime changes of it. We have an application, where...
  • HTTP web server
    I am trying to create a dynamic web server, which has many select forms ranging from 10 to 120 depending on user input. Each select forms have 3 options. The user has to select the options for each select...