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
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ Table of Contents
9
9
-[3. Instillation](#3-instillation)
10
10
-[4. Usage](#4-usage)
11
11
-[4.1. Streaming Data Over UDP](#41-streaming-data-over-udp)
12
+
-[4.2. Writing to File](#42-writing-to-file)
12
13
13
14
## 1. Requirements
14
15
@@ -58,4 +59,8 @@ And under `Developer and Designer Tools`, select:
58
59
59
60
### 4.1. Streaming Data Over UDP
60
61
61
-
After clicking `Stream Data` button, all the data will be streamed to your `http://localhost:45454`. Clicking on the same button will stop streaming.
62
+
After clicking `Stream Data` button, all the data will be streamed via `http://localhost:45454`. Clicking on the same button will stop streaming.
63
+
64
+
### 4.2. Writing to File
65
+
66
+
The default location is the Desktop and the file name is in the format of `DataLogger-<date and time in GMT>`. `Write to File` is a toggle button, clicking it once will write to file and clicking it again will stop it.
0 commit comments