Sara Damiano
84811fb9d5
Removed default stream
6 years ago
Sara Damiano
9997d61bed
Cleaned out big comment dividers
6 years ago
SRGDamia1
6e2a793bca
Added timeout to read
(cherry picked from commit 29dd7fd472
)
7 years ago
Sara Damiano
f8c3a2de61
Added wifi fxns as shells where unsupported
Allows more flexibility downstream
6 years ago
Sara Damiano
99ddbeae62
Timeout cleanup
6 years ago
Volodymyr Shymanskyy
4c994651b3
Override Client.write(const char*)
6 years ago
SRGDamia1
2a08a828b1
Better support for Cellular XBEE3 modules
Also some minor documentation and naming changes for consistency.
6 years ago
Volodymyr Shymanskyy
8255673424
Cleanup
7 years ago
Volodymyr Shymanskyy
4f9182919f
Make modem.stream public. Make user and pass optional in gprsConnect()
7 years ago
SRGDamia1
f899aeb126
re-shortened maintain
problem was new lines, not time.
7 years ago
SRGDamia1
f272a4895d
Initialized to prevent compiler warning.
7 years ago
SRGDamia1
1f1dfc9c7f
Removed extra GSM_NL around "ALREADY CONNECT"
7 years ago
SRGDamia1
6a04def5f3
Removed extra wait for 'connect' b/c it is before the ok
7 years ago
SRGDamia1
5cba94408d
Fixed mux closed
7 years ago
SRGDamia1
2444373357
Added mux check for esp socket close
7 years ago
SRGDamia1
28903e76a5
Removed GSM_NL around socket close for ESP
7 years ago
SRGDamia1
186da1aba6
Debug statement to check missed "closed"
7 years ago
SRGDamia1
16b843ec43
Waiting for WiFi disconnect
7 years ago
SRGDamia1
edcbc5459d
Increased maintain to not miss closed at slow bauds
7 years ago
SRGDamia1
c7d79f40dd
Fixed read() to not wait on closed socket
7 years ago
SRGDamia1
327c500b3e
Increased wait time for the "send ok" after sending data on ESP8266
7 years ago
SRGDamia1
9a2ed09caf
Increased ESP buffer size
Is there a way to force it to return in smaller chunks?
7 years ago
SRGDamia1
89203c8e25
Moved all src files into the src directory
Also fixed the "isNetworkConnected" for ESP8266
7 years ago
SRGDamia1
f7bf8b1df2
Added isNetworkConnected for ESP8266
Also shorted time between checks in "isNetworkConnected" for all modems
7 years ago
Volodymyr Shymanskyy
0e17c6529e
Add getModemInfo() and initial SSL support for ESP8266
7 years ago
Volodymyr Shymanskyy
67c6c536cf
Add testAT, setBaud
7 years ago
Volodymyr Shymanskyy
8b54123d39
Add TinyGsmIpFromString(str)
7 years ago
Volodymyr Shymanskyy
685061b9ae
Cleanup after XBee merge
7 years ago
SRGDamia1
932ff889e8
IP fxns for ESP8266
- fixed int/uint warning
- added functions to get local IP address with esp8266
- fixed local ip fxn for xbee
- removed extra test builds
- set travis to build all modems in tests
7 years ago
SRGDamia1
ff574d69ef
Work-around for boards missing the ip.fromString() method
7 years ago
SRGDamia1
3589a8e22b
Removed most of the extra debugging I'd added
7 years ago
Volodymyr Shymanskyy
144a9c371e
Integrate SIM808 nicely
7 years ago
Volodymyr Shymanskyy
22e7464a08
Add localIP()
7 years ago
Volodymyr Shymanskyy
7df8d17e25
Make sendAT(...) and waitResponce() public
7 years ago
Volodymyr Shymanskyy
137ac7befe
Add TINY_GSM_TCP_KEEP_ALIVE
7 years ago
Volodymyr Shymanskyy
e37b2a62e4
Add stream.flush(); here and there
7 years ago
Volodymyr Shymanskyy
bcc346fcf5
Rearrange stuff so it makes more sense
7 years ago
Volodymyr Shymanskyy
454eae4876
Improve operation on ESP32 and ESP8266 (add TINY_GSM_YIELD where needed)
7 years ago
SRGDamia1
84e5ff5006
Fixed getSignalQuality and waitForNetwork on ESP8266
7 years ago
SRGDamia1
ea1a4706f9
Grouped connection quality functions
7 years ago
SRGDamia1
c52869c6b1
Made waitResponse and sendAT private again
I realized they're not as usable on their own as I expected.
7 years ago
SRGDamia1
787fb33054
Fixed ESP8266 GetSignalQuality
7 years ago
SRGDamia1
a129331e42
Added getSignalQuality for ESP8266
7 years ago
SRGDamia1
2055c4568f
Working to stop ESP from hanging
7 years ago
SRGDamia1
d06031a89c
Removed everything but cleaning up the debugging
7 years ago
SRGDamia1
8bc626f415
Totally different attempt
7 years ago
SRGDamia1
f84789a49b
Added WaitForNetwork and too much debugging to ESP8266
7 years ago
SRGDamia1
282d89119b
Unified interface a bit more
7 years ago
SRGDamia1
b196746fc0
Restructured to bring similar functions together
8 years ago
Volodymyr Shymanskyy
56c3f3f656
Unified filenames
8 years ago