WebSocket Hello World using the wifly interface
Dependencies: WebSocketClient WiflyInterface mbed
Deprecated
This is an mbed 2 example. For an mbed OS 5 WiFi example, see:
[Repository '/teams/mbed-os-examples/code/mbed-os-example-wifi/docs/tip/' not found]
Revision 4:ef7d3e5f4b10, committed 2013-10-25
- Comitter:
- sam_grove
- Date:
- Fri Oct 25 05:26:33 2013 +0000
- Parent:
- 3:f38ab577e979
- Commit message:
- Without my lab wifi credentials
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Oct 25 05:24:39 2013 +0000 +++ b/main.cpp Fri Oct 25 05:26:33 2013 +0000 @@ -14,8 +14,7 @@ * - "password" is the password * - WPA is the security */ -//WiflyInterface wifly(p9, p10, p30, p29, "mbed", "password", WPA); -WiflyInterface wifly(p9, p10, p30, p29, "McGroves", "purnell44", WPA); +WiflyInterface wifly(p9, p10, p30, p29, "mbed", "password", WPA); int main() {