You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Network interfaces are the application level APIs where users choose the driver, connectivity method and IP stack. These include ethernet, Wi-Fi, cellular and mesh interfaces.
179
154
@@ -195,7 +170,7 @@ Network interfaces are the application level APIs where users choose the driver,
195
170
</tbody>
196
171
</table>
197
172
198
-
####Socket
173
+
### Socket (*RTOS only*)
199
174
200
175
Socket APIs include the application programming interface for IP networking. In Mbed OS, this API supports both TCP and UDP protocols.
201
176
@@ -211,7 +186,7 @@ Socket APIs include the application programming interface for IP networking. In
211
186
</tbody>
212
187
</table>
213
188
214
-
####Secure socket
189
+
### Secure socket (*RTOS only*)
215
190
216
191
<table>
217
192
<tbody>
@@ -222,7 +197,7 @@ Socket APIs include the application programming interface for IP networking. In
222
197
</tbody>
223
198
</table>
224
199
225
-
####DNS
200
+
### DNS (*RTOS only*)
226
201
227
202
<table>
228
203
<tbody>
@@ -232,7 +207,7 @@ Socket APIs include the application programming interface for IP networking. In
232
207
</tbody>
233
208
</table>
234
209
235
-
####BLE
210
+
### BLE
236
211
237
212
Bluetooth low energy (BLE) is a low power wireless technology standard for building personal area networks. Typical applications of BLE are health care, fitness trackers, beacons, smart home, security, entertainment, proximity sensors, industrial and automotive.
238
213
@@ -252,7 +227,7 @@ Bluetooth low energy (BLE) is a low power wireless technology standard for build
252
227
</tbody>
253
228
</table>
254
229
255
-
####NFC
230
+
### NFC
256
231
257
232
You can use Near-Field Communication (NFC), a short-range radio technology, for use cases such as contactless payments, access control and device pairing.
258
233
@@ -265,7 +240,7 @@ You can use Near-Field Communication (NFC), a short-range radio technology, for
265
240
</tbody>
266
241
</table>
267
242
268
-
####LoRaWAN
243
+
### LoRaWAN
269
244
270
245
Arm Mbed OS provides a native network stack for LoRaWAN. LoRaWAN is a technology designed for low-power battery-powered devices. These devices operate in an unlicensed spectrum, creating high density wide-area networks.
271
246
@@ -313,21 +288,26 @@ The Mbed OS classes providing USB peripheral functionality, also known as USB co
313
288
314
289
With [Arm Mbed TLS](security.html), a comprehensive SSL/TLS solution, you can include cryptographic and SSL/TLS capabilities in your code.
0 commit comments