Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: README.md
- Revision:
- 40:c46ee5b71843
- Parent:
- 37:6482227bfa51
- Child:
- 45:fcbbda26336a
diff -r e57f130d65bd -r c46ee5b71843 README.md --- a/README.md Tue Apr 30 11:02:03 2019 +0100 +++ b/README.md Mon May 06 09:02:01 2019 +0100 @@ -38,7 +38,7 @@ "nsapi.default-cellular-password": 0 ``` -### Selecting socket type (TCP or UDP) +### Selecting socket type (TCP, UDP or NONIP) You can choose which socket type the application should use; however, please note that TCP is a more reliable transmission protocol. For example: @@ -137,6 +137,7 @@ * The modem may support only a fixed baud-rate, such as `"platform.default-serial-baud-rate": 9600`. * The modem and network may only support IPv6 in which case `"lwip.ipv6-enabled": true` shall be defined. * The SIM and modem must have compatible cellular technology (3G, 4G, NB-IoT, ...) supported and cellular network available. +* Enable CIoT optimization for NONIP socket `control-plane-opt: true`. If you have problems to get started with debugging, you can review the [documentation](https://os.mbed.com/docs/latest/tutorials/debugging.html) for suggestions on what could be wrong and how to fix it.