
This is an example based on mbed-os cellular APIs that demonstrates a TCP or UDP echo transaction with a public echo server.
Revision 49:4defa45f9c7f, committed 2019-10-08
- Comitter:
- mbed_official
- Date:
- Tue Oct 08 08:01:54 2019 +0100
- Parent:
- 48:67a909e7221b
- Child:
- 50:5378d3f64df1
- Commit message:
- Merge pull request #163 from trowbridgec/add-ep-agora
Add necessary configs to support the EP_AGORA target
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-cellular
Changed in this revision
mbed_app.json | Show annotated file Show diff for this revision Revisions of this file |
--- a/mbed_app.json Tue Sep 24 07:01:53 2019 +0100 +++ b/mbed_app.json Tue Oct 08 08:01:54 2019 +0100 @@ -20,6 +20,7 @@ "target.network-default-interface-type": "CELLULAR", "mbed-trace.enable": false, "lwip.ipv4-enabled": true, + "lwip.ipv6-enabled": true, "lwip.ethernet-enabled": false, "lwip.ppp-enabled": true, "lwip.tcp-enabled": true,