Skip to content

Commit ce58c52

Browse files
committed
Minor edits
1 parent 1e753f3 commit ce58c52

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/content/tutorials/device-cloud/introduction.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -186,15 +186,6 @@ Or, if it changes by a significantly large amount for analog-like data using a c
186186

187187
Or keep a mean value of samples and publish when the current sample deviates from the mean. This can be helpful if the value tends to creep up or down slowly and wouldn't trigger a change threshold, but accumulates over time.
188188

189-
#### Use TCP
190-
191-
For Wi-Fi devices in particular, large data transfers can be done using TCP to an external service.
192-
193-
This also works over cellular, however you can still run into the cellular data cap if TCP is used extensively on cellular devices.
194-
195-
#### Use UDP (on Wi-Fi)
196-
197-
For a group of devices on a Wi-Fi LAN that need to communicate with each other, UDP or UDP multicast are good options. These provide a high data rate with a low latency, as the packets stay on the local LAN and do not have to go to the cloud.
198189

199190
### Limits
200191

0 commit comments

Comments
 (0)