File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -78,21 +78,20 @@ The table focuses on limits of AT firmwares in passive receive mode.
7878| Property| AT 1.7| AT 2 esp8266| AT 2 ESP32| JB AT 1.7 (1)|
7979| ---| :---: | :---: | :---: | :---: |
8080| more than one TCP server| ✗| ✗| ✗| ✓|
81- | SSL server| ✗| ✗| ✓(2) | ✗|
81+ | SSL server| ✗| ✗| ✓| ✗|
8282| TCP client| ✓| ✓| ✓| ✓|
83- | SSL client| ✗| ✓(2) | ✓| ✓|
84- | SSL client TLS 1.2| ✗(4 )| ✗(4 )| ✗(4 )| ✓|
85- | UDP (3 )| ✓| ✓| ✓| ✗|
83+ | SSL client| ✗| ✓(| ✓| ✓|
84+ | SSL client TLS 1.2| ✗(3 )| ✗(3 )| ✗(3 )| ✓|
85+ | UDP (2 )| ✓| ✓| ✓| ✗|
8686| UDP backlog| ✗| ✗| ✗| n/a|
8787| UDP multicast| ✗| ✓| ✓| n/a|
8888| SoftAP| ✓| ✓| ✓| ✗|
8989| WPA2 Enterprise| ✗| ✗| ✓| ✗|
9090| epoch time| Lobo| ✓| ✓| ✓|
9191
9292* (1) [ Jiri Bilek's firmware] ( https://github.com/JiriBilek/ESP_ATMod#description )
93- * (2) larger size of available bytes is reported (unencrypted size)
94- * (3) it is not possible to receive UDP message larger than the configured buffer
95- * (4) it is possible to use the [ SSLClient library] ( https://github.com/OPEnSLab-OSU/SSLClient ) for TLS 1.2 on 32bit MCU
93+ * (2) it is not possible to receive UDP message larger than the configured buffer
94+ * (3) it is possible to use the [ SSLClient library] ( https://github.com/OPEnSLab-OSU/SSLClient ) for TLS 1.2 on 32bit MCU
9695
9796## AT firmware versions
9897
You can’t perform that action at this time.
0 commit comments