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
152:9a2c7ed27744 2014-09-02 Wifi: fix compatibility break with old shields by checking for both old and new style responses to "show connection" command File  Diff  Annotate
151:483208276759 2014-08-28 merge File  Diff  Annotate
150:95093b517872 2014-08-28 wifi: fix parsing of "show connection"; resolves issue where program can get stuck in state where flag says socket is open but it's really closed File  Diff  Annotate
148:df9feef182b4 2014-07-11 prepend status enum with "MTS_" to avoid conflicts with ST's SUCCESS, ERROR, etc File  Diff  Annotate
141:571e0ef6c8dc 2014-01-04 Added licensing header to all files in the library File  Diff  Annotate
138:a233b9775f93 2014-01-04 Added the ability on open call within Wifi to except a URL in addition to an IP address. File  Diff  Annotate
136:0937dce3630b 2014-01-03 Merged. File  Diff  Annotate
135:960c0b523f88 2014-01-03 In Wifi made debug option off by default and fixed issue on connect call 2+ times timing out. File  Diff  Annotate
134:50e2616ac755 2014-01-02 Merged File  Diff  Annotate
133:da0a2a7b5aa1 2014-01-02 Fixed issue in Wifi on connect call for 2+ times in a row File  Diff  Annotate
132:165b3a1084bd 2014-01-03 seems that not waiting for an entire command to respond will choke up the module. enhanced with double checks and waits but should think about parsing the <ver> from a "" command and check that rather than just AOK before sending something else File  Diff  Annotate
131:da8f0e1c264a 2014-01-03 Added DBG to wifi.cpp, implement reset in init() so hardware boots the same way each time as if reset IO pin was present. Loop until echo is off by response. All these changes seem to fix the rouge data after disconnect caused by module ERR: Net IF File  Diff  Annotate
130:5a8af68a46ec 2014-01-02 In Wifi made reset more robust! File  Diff  Annotate
127:526003734633 2014-01-02 Added command mode state check in the constructor. File  Diff  Annotate
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