A library for talking to Multi-Tech's Cellular SocketModem Devices.

Dependents:   M2X_dev axeda_wrapper_dev MTS_M2x_Example1 MTS_Cellular_Connect_Example ... more

Revisions of wifi/Wifi.cpp

Revision Date Message Actions
122:5f95f81a8b03 2014-01-02 Added to Wifi and Cellular that isOpen will return true if data is in the receive buffer. File  Diff  Annotate
121:5a7fba896c98 2013-12-31 Added the reset function to Wifi. File  Diff  Annotate
119:544578fd290c 2013-12-31 Added small delay after Wifi close so that subsequent isOpen calls would return correctly. File  Diff  Annotate
117:e59a616ffe16 2013-12-31 In Wifi made a few more robustness improvements related to the isOpen method throughout. File  Diff  Annotate
114:cd34b1d64360 2013-12-31 In Wifi made isOpen and close methods way more robust to handle issues seen with closing an HTTP connection. File  Diff  Annotate
113:7238f9b8db17 2013-12-31 Made minor robustness improvements to Wifi close method and added NONE default to the transport class File  Diff  Annotate
108:554585370b4a 2013-12-31 Made setDeviceIP more robust in Wifi File  Diff  Annotate
106:358972176b89 2013-12-31 In Wifi added the ability to get and set the Device's IP as static or DHCP. Also moved the DHCP setting to the init function for default setting. Added some more documentation. File  Diff  Annotate
103:da58d27c15d7 2013-12-30 In Wifi updated the getSignalStrength method to be more robust, added a lot more comments. Also modified the setNetwork param order. File  Diff  Annotate
100:9d96b4391151 2013-12-30 Got all Wifi commands working in a stable way, except reset. Was able to perform a successful loopback test. File  Diff  Annotate
99:eba6b99bc80c 2013-12-30 Merged File  Diff  Annotate
98:dbeac735109d 2013-12-30 Added better checking of command verses data mode File  Diff  Annotate
97:5e65d8f334d5 2013-12-30 Merged. Fixed compile error. File  Diff  Annotate
95:4fdf968b5b37 2013-12-30 Added more functionality to Wifi like ping, open, close, although open and are still not working right.... File  Diff  Annotate
94:1baa587e89ae 2013-12-30 Added several improvements and robustness stuff to the Wifi class, starting to be pretty stable, still issue with Disconnect.... File  Diff  Annotate
93:aa7a48e65974 2013-12-27 Got connect, getSignalStrength, sendCommand, sendBasicCommand, isConnected and setCmdMode, all working in WiFi pretty well. Still need a little more testing, but worthy of a commit. :-) File  Diff  Annotate
79:f356009dbc12 2013-12-27 Added a few more features to Wifi. File  Diff  Annotate
76:371aab9902a4 2013-12-26 Merged File  Diff  Annotate
75:7ad32827b39e 2013-12-26 Removed Echo mode method File  Diff  Annotate
74:9f87bd22c222 2013-12-26 Added signal strength method to Wifi and changed the sendCommand NONE case statement File  Diff  Annotate
73:bb5bbca971ae 2013-12-26 Updated Wifi for merge. File  Diff  Annotate
69:f3e696bbb0d5 2013-12-26 Added some Wifi support, including getting the connect method to work. File  Diff  Annotate