Sara Damiano
df6ab6675b
Added unsupported wifi fxns
6 years ago
Volodymyr Shymanskyy
4c994651b3
Override Client.write(const char*)
6 years ago
SRGDamia1
8ddb4c39fc
Mostly whitespace changes
6 years ago
SRGDamia1
2a08a828b1
Better support for Cellular XBEE3 modules
Also some minor documentation and naming changes for consistency.
6 years ago
SRGDamia1
cdcdd15a80
Minor realignment with vshymanskyy
6 years ago
SRGDamia1
a3914083bc
Clean up
6 years ago
SRGDamia1
f3323f1136
Moved fxns from Wifi connect to init for ESP
7 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
542d46d051
Debug on by default if define output
7 years ago
SRGDamia1
9f82293d70
Fixed JSON
7 years ago
SRGDamia1
55ac0cd9ae
Keeping changes I like from other branches
7 years ago
SRGDamia1
a52c19837e
Added ESP getRegStatus, fixed same for XBee
7 years ago
SRGDamia1
bec8f16d13
Rename classes for A6, ESP, M590 and XBee
7 years ago
SRGDamia1
e18b1659e3
Added some outs for if XBee fails to get to commandMode
7 years ago
Dawid Cieszynski
2238b6a05b
add timeout to streamSkipUntil
7 years ago
SRGDamia1
1bae64ca13
4 is not an acceptable status
7 years ago
SRGDamia1
7399ef69a2
Increased maintain time again
7 years ago
SRGDamia1
29dd7fd472
Added timeout to read
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