1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-19 09:42:11 +03:00
Commit Graph

65 Commits

Author SHA1 Message Date
71ee20314f Re-formatted ScanNetworks output 2012-03-12 14:35:02 -04:00
d09655d478 Updated WifiChatServer to clear out garbage characters 2012-03-12 13:57:48 -04:00
bd4a9a6816 Updated Google numeric address in WifiWebClient 2012-03-09 21:44:35 -05:00
d6b768d579 Added raw output to TwitterClient for debugging 2012-03-09 21:44:15 -05:00
fe4b5703f7 Updated the PachubeClient and PachubeClientString sketches to make HTTP calling consistent 2012-03-09 21:43:49 -05:00
44fb113fd3 Reformatted reporting on ScanNetworks 2012-03-09 21:42:57 -05:00
e82ab0d0bc UpUpdatedWifiWebClient 2012-03-09 18:37:12 -05:00
1e2a51a302 Deleted old examples 2012-03-08 12:12:48 -05:00
2b6169e2a2 Fixed variable error in WifiTwitterClient 2012-03-08 12:10:50 -05:00
cd0c0f2616 Added comments 2012-03-07 00:05:54 +01:00
43e38bcacc Updated WIfi chat server 2012-03-04 17:23:01 -05:00
0c81e70581 Added Wifi version of the chat server 2012-03-04 17:22:24 -05:00
46fa003066 Corrected error in printWifiStatus 2012-03-04 17:19:24 -05:00
1d7d421cef updated ScanNetworks to include RSSI and encryption (really this time!) 2012-03-04 17:12:14 -05:00
1236c15e09 Updated all clients to unify style, and include printWifiStatus() where useful 2012-03-04 17:04:51 -05:00
21b8f7fcc0 Deleted old examples 2012-03-04 16:59:52 -05:00
45ab1504ac Updated ScanNetworks to include RSSI and Encryption type for each network 2012-03-04 16:59:16 -05:00
0ddbfd0e95 Updated Wifi Connect with WEP example to explain 40- vs 128-bit 2012-03-04 15:14:12 -05:00
15d7873d24 Merge branch 'master' of github.com:arduino/wifishield 2012-03-04 11:47:53 +01:00
514a694c8a Fix issues on get encryptionType for the current associated network.
Fix issue related to retrieve encription type and RSSI for the available networks
2012-03-04 11:42:48 +01:00
e6dbda6825 Added Twitter client (in progress, not working) 2012-03-02 20:01:57 -05:00
1d1f647ed6 Added Pachube clients (untested) 2012-03-02 16:30:06 -05:00
3e894fdcc0 Fixed spelling errror in Wifi connect examples. 2012-03-02 13:34:17 -05:00
0b9229fcda Added basic connection examples for all three encryption schemes 2012-03-02 13:31:48 -05:00
4f6a2187b7 Deleted old ScanNetworks example in favor of generic one. 2012-03-02 13:31:22 -05:00
63a462862a Added ScanNetworks example, for all encryption types
Since this example doesn't need a connection to a network to see what
nets are out there, I went with one example rather than three.
2012-03-02 13:30:57 -05:00
47f082800c Small change in Twitter example 2012-03-01 09:34:51 -05:00
56f515243e Delete some prints 2012-02-10 01:00:11 +01:00
fa9393f7c4 Avoid to print Warning Messages on Arduino monitor.
Add debug command on wifi shield to enable debug msgs.
Solved issue on repeat quick refresh or stop and go web server
2012-02-10 00:49:42 +01:00
4558c021b7 WiFi libraries: fix compiler warning 2012-02-04 17:01:24 +01:00
00c36dc563 WiFi libraries: Bugfix on TestReport 12.01.2012 2012-02-04 12:29:12 +01:00
b61427ddc8 Bugfix on Test Report 12.01.2012 2012-01-30 00:07:39 +01:00
97177fe51a Deleted old passwords 2012-01-10 08:46:58 -05:00
7d3629302e Updated ScanNetworks examples to make sure scanning happened after wifi.Begin() 2012-01-10 08:46:46 -05:00
301c1d71d8 Cleaned up wifi library examples
moved old examples to libraries/Wifi/examples/old_examples, to finish
later.  Added five new examples which work in 1.0 beta4
2011-09-16 21:12:38 -04:00
c518f50035 Updated keywords.txt 2011-09-13 21:11:19 -04:00
7c6795d5a8 Fix merge issues 2011-09-14 00:17:15 +02:00
af0dd1926a Change the return type of write() from void to size_t on WiFiServer class 2011-09-14 00:13:31 +02:00
7c484e3cb3 Changed the return type on write() from void to size_t to match Print.h 2011-09-13 17:36:01 -04:00
20bea5fcc0 Making Print::write(char *) non-virtual on WiFi lib 2011-09-13 21:48:09 +02:00
00b945d869 Changes to integrate latest core updates to WiFly branch 2011-08-31 10:34:51 +02:00
9785b99cba Fix CS for proto1 2011-08-31 09:34:56 +02:00
5353092332 Moved WiFi driver initialization to default constructor
Moved scanNetworks in the example before wifi connection
setup in order to show the list of possible WiFi APs.
2011-06-08 00:54:14 +02:00
f98da1ba55 Corrected note in the WEP ScanNetworks example 2011-06-06 15:00:54 -04:00
f4d452090c Deleting ole examples in progress 2011-06-05 22:06:54 -04:00
f2fbf557d1 Added new examples in Arduino style, added IPAddress files. For real this time. 2011-06-05 22:02:42 -04:00
0b2d19663c Added new examples in Arduino style. Added IPAddress.cpp and .h 2011-06-05 21:59:07 -04:00
65d2778087 delete some debug print 2011-06-06 01:28:16 +02:00
2afd95128c Changed localIP function name 2011-06-06 01:27:45 +02:00
5082b35a17 Merge branch 'master' of github.com:arduino/wifishield 2011-06-02 16:44:49 +02:00