• TCPNet http server gzip
    hi, i'm using tcpnet http server on an LPC2478. is there a way to gzip javascript files? i wanted to use pre gzipped javascript files. i have been trying but the files are sent as application/octet...
  • TCPNET HTTP server: TCP checksum errors
    Hello, I have implemented a web server using RL-ARM. The problem I am trying to resolve is that, occasionally, the web server will 'hang' for about two seconds while in the middle of serving a HTTP...
  • RL-TCPNet HTTP Server - change Port at runtime
    Hi! Is there any possibity to change the HTTP-Portnumber at runtime? (It is defined in Net_Config.c (HTTP_PORTNUM)) I already change the hostname and ip-configuration at initialization of the...
  • Dynamic HTTP Link on TCPNET Web Server
    Hi, in my web server application i need to have multiply html pages for ad.cgi. but i can't prediction number of sub pages so i cant't copy & paste base ad.cgi page with different names and put them...
  • Using HTTP-Server from TCPnet with flashfilesystem
    Hello, I want to use the HTTP-Webserver with the flashfilesystem of the Realview RTL. The webserver should read all files from the flashfilesystem. Therefore I added the http_uif.c file to the project...