HTTP_SDcard_file_server example for WIZwiki-W7500
Dependencies: SDFileSystem WIZnetInterface mbed
Fork of HTTP_SDcard_file_server by
History
HTTP_SDcard_file_server example for WIZwiki-W7500
2015-06-23, by justinkim [Tue, 23 Jun 2015 03:44:18 +0000] rev 1
HTTP_SDcard_file_server example for WIZwiki-W7500
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".