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
155
@@ -195,7 +171,7 @@ Network interfaces are the application level APIs where users choose the driver,
195
171
</tbody>
196
172
</table>
197
173
198
-
####Socket
174
+
### Socket (*RTOS only*)
199
175
200
176
Socket APIs include the application programming interface for IP networking. In Mbed OS, this API supports both TCP and UDP protocols.
201
177
@@ -211,7 +187,7 @@ Socket APIs include the application programming interface for IP networking. In
211
187
</tbody>
212
188
</table>
213
189
214
-
####Secure socket
190
+
### Secure socket (*RTOS only*)
215
191
216
192
<table>
217
193
<tbody>
@@ -222,7 +198,7 @@ Socket APIs include the application programming interface for IP networking. In
222
198
</tbody>
223
199
</table>
224
200
225
-
####DNS
201
+
### DNS (*RTOS only*)
226
202
227
203
<table>
228
204
<tbody>
@@ -232,7 +208,7 @@ Socket APIs include the application programming interface for IP networking. In
232
208
</tbody>
233
209
</table>
234
210
235
-
####BLE
211
+
### BLE
236
212
237
213
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
214
@@ -252,7 +228,7 @@ Bluetooth low energy (BLE) is a low power wireless technology standard for build
252
228
</tbody>
253
229
</table>
254
230
255
-
####NFC
231
+
### NFC
256
232
257
233
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
234
@@ -265,7 +241,7 @@ You can use Near-Field Communication (NFC), a short-range radio technology, for
265
241
</tbody>
266
242
</table>
267
243
268
-
####LoRaWAN
244
+
### LoRaWAN
269
245
270
246
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
247
@@ -313,21 +289,26 @@ The Mbed OS classes providing USB peripheral functionality, also known as USB co
313
289
314
290
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