This is an example based on mbed-os cellular APIs that demonstrates a TCP or UDP echo transaction with a public echo server.

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Wed Sep 12 13:00:22 2018 +0100
Parent:
18:5cf3e9bf6c08
Child:
20:99e89c0a8f44
Commit message:
Merge pull request #99 from bridadan/sim_pin_hint

[5.10 OOB] Sim pin hint
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-cellular

Changed in this revision

README.md Show annotated file Show diff for this revision Revisions of this file
mbed_app.json Show annotated file Show diff for this revision Revisions of this file
--- a/README.md	Wed Aug 29 06:15:29 2018 +0100
+++ b/README.md	Wed Sep 12 13:00:22 2018 +0100
@@ -30,7 +30,7 @@
 
 ```json
         "sim-pin-code": {
-            "help": "SIM PIN code",
+            "help": "SIM PIN code, set to 0 if none",
             "value": "\"1234\""
         },
         "apn": {
--- a/mbed_app.json	Wed Aug 29 06:15:29 2018 +0100
+++ b/mbed_app.json	Wed Sep 12 13:00:22 2018 +0100
@@ -2,7 +2,7 @@
     "config": {
         "sock-type": "TCP",
         "sim-pin-code": {
-            "help": "SIM PIN code",
+            "help": "SIM PIN code, set to 0 if none",
             "value": "\"1234\""
         },
         "apn": {