﻿======================================================================
MbedFileServer binary
 Rev 21
======================================================================

Copyright (C)2011-2013 Ryo Iizuka

http://nyatla.jp/mimic/wp
airmail(at)ebony.plala.or.jp
wm(at)nyatla.jp

This file set is  compiled MbedFileServer binary.

You can download source code from
http://mbed.org/users/nyatla/code/MbedFileServer/

----------------------------------------------------------------------
 About MbedFileServer
----------------------------------------------------------------------
 * This program is simple webserver to provides contents on local file
   system and SD card through HTTP to network. The application is
   demonstration of libMiMic library that includes uIP based TCP/IP
   stack and fast httpd server.

 * It has auto platform detection function. It works on mbed and
   LPCXpresso1769 both platform in the same binary.

----------------------------------------------------------------------
 Feature
----------------------------------------------------------------------

 * Automatic platform detection. for mbed and LPCXpresso.
 * SD card/LlocalFileSystem support. LocalfileSystem is accessable when mbed.
   Otherwise ignored.
 * Mbed RTOS based Multithread.
 * Original TCP/IP stack(MiMicIP). It is based on uIP.
 * Fast HTTPD (HTTP/1.1 , Persistent connection , RTT<=10ms ,
   Maximum throughput 8Mbps ,SDCard throughput 600Kbps , Chunked encoding,
   Maximum content size 4GB)
 * mDNS server,DHCP server,AutoIP,UPnP   
 * RAM usage 16KB+16KB(AHB SRAM - bank 0)
 * ROM 70KB 


----------------------------------------------------------------------
 Getting Started
----------------------------------------------------------------------
 * http://mbed.org/users/nyatla/code/MbedFileServer/wiki/Homepage
 * Detail information for configuration file "mimic.cfg"
   http://nyatla.jp/mimic/wp/?p=559

----------------------------------------------------------------------
 MiMic License
----------------------------------------------------------------------

MiMic core library(libMiMic) licence is LGPLv3.
Let me know if you need other licence.


----------------------------------------------------------------------
 Link
----------------------------------------------------------------------

 * MiMic project website
    http://nyatla.jp/mimic/wp
 * MiMic @ mbed.org
 	http://mbed.org/users/nyatla/
 * MiMic project @ sourceforge.jp
    http://sourceforge.jp/projects/mimic/