HTTP File Server using SD Card for STM32F407VET6.

Dependencies:   EthernetInterface SDFileSystem mbed-rtos mbed

Fork of Arch_Max_SD_HTTP_Server by Seeed

HTTP File Server using SD Card

This is a fork of a program first published by Ivan Georgiev.

/media/uploads/hudakz/http_sdcard_fileserver.png

History

Updated. default tip

2018-06-05, by hudakz [Tue, 05 Jun 2018 08:11:10 +0000] rev 4

Updated.


Initial release.

2018-06-04, by hudakz [Mon, 04 Jun 2018 21:46:29 +0000] rev 3

Initial release.


Use another SDFileSystem - https://developer.mbed.org/users/neilt6/code/SDFileSystem/

2015-11-19, by yihui [Thu, 19 Nov 2015 06:04:52 +0000] rev 2

Use another SDFileSystem - https://developer.mbed.org/users/neilt6/code/SDFileSystem/


small changes for Arch Max

2015-04-22, by yihui [Wed, 22 Apr 2015 14:15:05 +0000] rev 1

small changes for Arch Max


HTTP Server, using SD card and EthernetInterface. This code work, but sometimes mbed frizing. Always frizing occurs when mbed sent information to HTTP client. Exactly when call function tcpip_apimsg(struct api_msg *apimsg) in file "tcpip.c".

2013-04-07, by azsymaivan [Sun, 07 Apr 2013 11:23:03 +0000] rev 0

HTTP Server, using SD card and EthernetInterface. This code work, but sometimes mbed frizing. Always frizing occurs when mbed sent information to HTTP client. Exactly when call function tcpip_apimsg(struct api_msg *apimsg) in file "tcpip.c".