Working sample which demonstrates the Http Server implementation using WiFlyHTTPServer library.
Dependencies: WiFlyHTTPServer WiflyInterface mbed-rpc mbed
Diff: main.cpp
- Revision:
- 1:da491ef49a3e
- Parent:
- 0:71b654aa5846
- Child:
- 2:b3d211f851dd
--- 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");