Example program for the BSDInterface

Dependencies:   BSDInterface NetworkSocketAPI

Fork of HelloLWIPInterface by NetworkSocketAPI

Files at this revision

API Documentation at this revision

Comitter:
Christopher Haster
Date:
Tue Feb 23 01:37:07 2016 -0600
Branch:
api-changes
Parent:
32:28a909a3748e
Child:
34:f638bb9f2d30
Commit message:
Cleaned up demo

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Feb 23 01:35:24 2016 -0600
+++ b/main.cpp	Tue Feb 23 01:37:07 2016 -0600
@@ -30,7 +30,7 @@
     t.attach(flash, 0.4f);
     printf("NetworkSocketAPI Example\r\n");
 
-    wifi.connect("Sniffer", "Sandcastle");
+    wifi.connect("ssid", "password");
     
     const char *ip = wifi.getIPAddress();
     const char *mac = wifi.getMACAddress();