Skip to content

Commit 26ee455

Browse files
author
Teemu Kultala
committed
lib and server update
1 parent 90c55ed commit 26ee455

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,16 @@ Attach a serial console emulator of your choice (for example, PuTTY, Minicom or
9393
You should see an output similar to this:
9494

9595
```
96-
mbed-os-example-cellular, Connecting...
97-
98-
96+
mbed-os-example-cellular
97+
Establishing connection ......
98+
9999
Connection Established.
100-
UDP: Sent 4 Bytes to echo.u-blox.com
100+
TCP: connected with echo.mbedcloudtesting.com server
101+
TCP: Sent 4 Bytes to echo.mbedcloudtesting.com
101102
Received from echo server 4 Bytes
102-
103-
104-
Success. Exiting
105103
104+
105+
Success. Exiting
106106
```
107107

108108
## Troubleshooting

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
OnboardCellularInterface iface;
4747

4848
// Echo server hostname
49-
const char *host_name = "echo.u-blox.com";
49+
const char *host_name = "echo.mbedcloudtesting.com";
5050

5151
// Echo server port (same for TCP and UDP)
5252
const int port = 7;

mbed-os.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#91e6db1ea251ffcc973001ed90477f42fdca5751
1+
https://github.com/ARMmbed/mbed-os

0 commit comments

Comments
 (0)