Adaptation of the HttpServer by user yueee_yt. This version has improved handling of the HTTP headers (**NOTE**: There are limitations with this implementation and it is not fully functional. Use it only as a starting point.)
Dependents: DMSupport DMSupport DMSupport DMSupport
Fork of DM_HttpServer by
History
More updates related to mbed OS 5
2019-11-04, by embeddedartists [Mon, 04 Nov 2019 14:29:37 +0000] rev 11
More updates related to mbed OS 5
Updates related to mbed OS 5
2019-10-23, by embeddedartists [Wed, 23 Oct 2019 06:58:32 +0000] rev 10
Updates related to mbed OS 5
- Fixed compiler error in LPCXpresso IDE
2015-01-26, by embeddedartists [Mon, 26 Jan 2015 10:10:46 +0100] rev 9
- Fixed compiler error in LPCXpresso IDE
Added improved implementation of readHeader(), cutting down the load time from 9 to <1 second.
2014-12-08, by embeddedartists [Mon, 08 Dec 2014 12:49:53 +0000] rev 8
Added improved implementation of readHeader(), cutting down the load time from 9 to <1 second.
Wrong message in printf
2014-12-03, by embeddedartists [Wed, 03 Dec 2014 13:34:20 +0000] rev 7
Wrong message in printf
Fixed stack sizes so that FSHandler works. Changed printfs to RtosLog. Changed sprintf to snprintf to prevent overwrite.
2014-12-02, by embeddedartists [Tue, 02 Dec 2014 15:04:43 +0000] rev 6
Fixed stack sizes so that FSHandler works. Changed printfs to RtosLog. Changed sprintf to snprintf to prevent overwrite.
BugFix(RPCHandler)
2014-02-22, by yueee_yt [Sat, 22 Feb 2014 05:51:59 +0000] rev 5
BugFix(RPCHandler)
BugFix (JavaScript RPC Support (Not Cookbook js))
2014-02-21, by yueee_yt [Fri, 21 Feb 2014 07:10:30 +0000] rev 4
BugFix (JavaScript RPC Support (Not Cookbook js))
FileSystem OK
2014-02-20, by yueee_yt [Thu, 20 Feb 2014 13:11:34 +0000] rev 3
FileSystem OK
; RPC OK
rpc fileSystem checked
2014-02-20, by yueee_yt [Thu, 20 Feb 2014 13:08:59 +0000] rev 2
rpc fileSystem checked