Skip to content

Commit 00678ec

Browse files
author
Teemu Kultala
committed
cellular github links replaced
1 parent 3022ca8 commit 00678ec

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

docs/reference/api/connectivity/networksocket/networksocket.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ Here is an example of an HTTP client program. The program brings up Ethernet as
9191

9292
#### Cellular
9393

94-
The [CellularBase](/docs/v5.7/mbed-os-api-doxy/class_cellular_base.html) provides a C++ API for connecting to the internet over a Cellular device.
94+
The [CellularBase](https://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/_cellular_base_8h_source.html) provides a C++ API for connecting to the internet over a Cellular device.
9595

96-
Arm Mbed OS provides a [reference implementation of CellularBase](https://github.com/ARMmbed/mbed-os/tree/master/features/cellular/easy_cellular).
96+
Arm Mbed OS provides a [reference implementation of CellularBase](https://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/_easy_cellular_connection_8h_source.html).
9797

9898
##### Getting started
9999

100100
1. Choose an [Mbed board that supports cellular](https://os.mbed.com/platforms/?mbed-enabled=15&connectivity=1), such as the [UBLOX-C027](https://os.mbed.com/platforms/u-blox-C027/) or [MTS-DRAGONFLY](https://os.mbed.com/platforms/MTS-Dragonfly/).
101101

102-
1. Clone [`mbed-os-example-cellular`](https://github.com/ARMmbed/mbed-os-example-cellular). Follow the instructions in the repository.
102+
1. Clone [`mbed-os-example-cellular`](https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-cellular/). Follow the instructions in the repository.
103103

104104
1. Compile the code.
105105
1. Flash the board.
@@ -108,15 +108,14 @@ Arm Mbed OS provides a [reference implementation of CellularBase](https://github
108108

109109
```
110110
mbed-os-example-cellular
111-
PIN code set
112-
Establishing connection
113-
114-
111+
Establishing connection ......
112+
115113
Connection Established.
116-
UDP: Sent 4 Bytes to echo.mbedcloudtesting.com
114+
TCP: connected with echo.mbedcloudtesting.com server
115+
TCP: Sent 4 Bytes to echo.mbedcloudtesting.com
117116
Received from echo server 4 Bytes
118-
119-
117+
118+
120119
Success. Exiting
121120
```
122121

@@ -132,7 +131,7 @@ You can use and extend a cellular interface in various different ways. For examp
132131

133132
<span class="images">![](https://s3-us-west-2.amazonaws.com/mbed-os-docs-images/Cell_PPP.png)</span>
134133

135-
[`mbed-os-example-cellular`](https://github.com/ARMmbed/mbed-os-example-cellular) uses [an easy cellular connection](https://github.com/ARMmbed/mbed-os/tree/master/features/cellular/easy_cellular). It depends on the modem whether the application uses PPP or AT mode. We can summarize this particular design as follows:
134+
[`mbed-os-example-cellular`](https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-cellular/) uses [an easy cellular connection](https://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/_easy_cellular_connection_8h_source.html). It depends on the modem whether the application uses PPP or AT mode. We can summarize this particular design as follows:
136135

137136
- It uses an external IP stack, such as LWIP, or on-chip network stacks such as when the modem does not support PPP.
138137
- The easy cellular connection uses standard 3GPP AT 27.007 AT commands to set up the cellular modem and to register to the network.

0 commit comments

Comments
 (0)