• FTP server with FatFS
    Hi I am using ELM-Chan FatFS library and I need to set it as file system manager for TCPlib FTP server. I do some changes in ftp_uif.c like this: #include "header.h" #define num_of_ftp_file 10...
  • HTTP SERVER
    Hello, While dealing with HTTP SERVER sample code given by Keil, is there any need to load the program into a different location with the help of memory mapping as shown in the datasheet.
  • HTTP Server
    Hi, I am working on MDK5. I am unable to display a web page using the http server sample code which is given by Keil. What are the things that I must take care off to work with it. The ethernet driver...
  • Http Server
    I have made an application which send data on uart which is received form ethernet and vice-versa.Also have made GUI in http server by using it i can set UART baudrate,parity,stopbit and can change the...
  • HTTP Server: recover Header HTTP
    Hello everyone, We are currently working on a Web server on a Cortex-M7 ARM to transmit SOAP messages via HTTP and CGI. For this, we would need to recover the request's HTTP Header and more specifically...