• MCB2300 webserver : file download from webserver
    Hi friends, I want to download a file from LPC2366 based embedded webserver; So I have Implemented the RAM file system. I am able to read and write to the file R: test.txt. Now I want to download...
  • Webserver and TCP Socket - TCPNET
    Hello There, I am trying to implement the webserver and TCP socket implementation in a single solution. I hope that both can co-exist (built using TCPNet module). Has anyone done similar implementation...
  • RL-TCPNet as Client
    Hi, I have MCB2300 board. Using RL-ARM example LEDClient, all are OK. When I create new project and add all files of LEDClient project to my project (include LPC2300.s, main file,...), it does not work...
  • txt file storage on MCB2388
    Hi, I am trying to have a TXT file which stores some data. This data is to be read by the microcontroller. Where can I store such a file on the board. If something similar to this has been done...
  • TcpNet Webserver HTTP Auth only for some pages?
    Hi! I'm referring to the embedded webserver from Keil RTL/TcpNet. I'm aware of the settings below HTTP_ENAUTH. However, this seems to only allow for: either protect all pages or protect...