Sara Damiano
|
52e19b73ff
|
don't set sock_available just to count it back to 0
|
5 years ago |
Sara Damiano
|
fa5ca6e67c
|
Version bump and debug print
|
5 years ago |
Sara Damiano
|
fcb3d5b010
|
De-increment sock available as we read out of sock
|
5 years ago |
Sara Damiano
|
880c4614e4
|
Added battery and temperature functions
|
6 years ago |
Sara Damiano
|
7de65e40d2
|
Sequans modifications after testing
|
6 years ago |
Sara Damiano
|
09725ba8e6
|
Fixed upcase, other XBee fixes
|
6 years ago |
Sara Damiano
|
e35e4afce0
|
Fix typos, tweak to timeout
|
6 years ago |
Sara Damiano
|
7f7a7563cf
|
Ensure that ALL variants of read respect timeout
|
6 years ago |
Sara Damiano
|
2e03cdeaba
|
Correct non-ssl connection
|
6 years ago |
Sara Damiano
|
ff4fa1e042
|
Clarify units of timeouts
|
6 years ago |
Sara Damiano
|
4ba8306880
|
Implement connect with timeout, XBee improvements
|
6 years ago |
Sara Damiano
|
70ca06dc9d
|
Moved begin above init, reset historic buffer sizes
|
6 years ago |
Sara Damiano
|
9a3d408923
|
Moved modem functions to pre-processor macros
|
6 years ago |
Sara Damiano
|
85d309621d
|
Condensed client functions into pre-processor macros
|
6 years ago |
Sara Damiano
|
ea8d43df88
|
Added Sequans modem name
|
6 years ago |
Sara Damiano
|
f2aca3b6b6
|
Removed parent class
|
6 years ago |
Michael Krumpus
|
71dd56ce27
|
Added debug print of version.
|
6 years ago |
Michael Krumpus
|
f3a18828d7
|
Fixed shutdown command.
|
6 years ago |
Michael Krumpus
|
afd96430e3
|
Refined SSL implementation.
|
6 years ago |
Michael Krumpus
|
d2dde3569c
|
Implemented SMS. Added SSL support.
|
6 years ago |
Michael Krumpus
|
0c9a0ecdc4
|
Cleanup Sequans implementation.
|
6 years ago |
Michael Krumpus
|
27ada9c3f5
|
Major updates.
|
6 years ago |
Michael Krumpus
|
dd47263b40
|
Beginning to add support for Sequans CAT-M1 modem.
|
6 years ago |
SRGDamia1
|
8ddb4c39fc
|
Mostly whitespace changes
|
7 years ago |
SRGDamia1
|
2a08a828b1
|
Better support for Cellular XBEE3 modules
Also some minor documentation and naming changes for consistency.
|
7 years ago |
SRGDamia1
|
cdcdd15a80
|
Minor realignment with vshymanskyy
|
7 years ago |
SRGDamia1
|
a3914083bc
|
Clean up
|
7 years ago |
SRGDamia1
|
5824f290d1
|
Removed conflicting date/time functions
|
7 years ago |
Lefteris
|
2dbfa16215
|
Added Network Time Fetching for SimXXX
|
7 years ago |
Volodymyr Shymanskyy
|
975ba8bf57
|
Fix SIM900 build
|
7 years ago |
Volodymyr Shymanskyy
|
8255673424
|
Cleanup
|
7 years ago |
Volodymyr Shymanskyy
|
618e45d8fd
|
SIM800: Handle more responses for +CIPSTART
|
7 years ago |
Volodymyr Shymanskyy
|
4f9182919f
|
Make modem.stream public. Make user and pass optional in gprsConnect()
|
7 years ago |
Volodymyr Shymanskyy
|
70e14853cd
|
Disable SSL completely for SIM900
|
7 years ago |
Volodymyr Shymanskyy
|
c8d71b3b8b
|
Clear buffer on stop(). Fix #119
|
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
|
18fddda241
|
Removed all phone and bluetooth fxns
And keeping only most basic SMS
|
7 years ago |
SRGDamia1
|
e18b1659e3
|
Added some outs for if XBee fails to get to commandMode
|
7 years ago |
hubaksis
|
e9107da01a
|
Update TinyGsmClientSIM800.h
Set default alphabet for sendSMS
|
7 years ago |
Dawid Cieszynski
|
dca93e053d
|
bluetooth feature
|
7 years ago |
Dawid Cieszynski
|
962cb482fa
|
sms feature
|
7 years ago |
Dawid Cieszynski
|
2238b6a05b
|
add timeout to streamSkipUntil
|
7 years ago |
SRGDamia1
|
7399ef69a2
|
Increased maintain time again
|
7 years ago |
SRGDamia1
|
f899aeb126
|
re-shortened maintain
problem was new lines, not time.
|
7 years ago |
SRGDamia1
|
1f5b7a0249
|
Added a check for sock_connected so not endlessly trying to read
Otherwise was going into an endless reading loop because user code only asked for a short part of the total amount of data sent.
|
7 years ago |
SRGDamia1
|
edcbc5459d
|
Increased maintain to not miss closed at slow bauds
|
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 |