Working sample which demonstrates the Http Server implementation using WiFlyHTTPServer library.

Dependencies:   WiFlyHTTPServer WiflyInterface mbed-rpc mbed

Files at this revision

API Documentation at this revision

Comitter:
leihen
Date:
Sat Jun 01 18:08:03 2013 +0000
Parent:
0:71b654aa5846
Child:
2:b3d211f851dd
Commit message:
Replacement of User Data.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat Jun 01 18:01:29 2013 +0000
+++ b/main.cpp	Sat Jun 01 18:08:03 2013 +0000
@@ -8,7 +8,7 @@
 
 DigitalOut myled(LED1);
 
-WiflyInterface wifly(p9, p10, p25, p26, "Spawnpoint", "Quantenoptik1", WPA);
+WiflyInterface wifly(p9, p10, p25, p26, "<Your AP Name>", "<Your Passphrase>", WPA);
 
 LocalFileSystem local("local");