Skip to content

Commit 00caf93

Browse files
committed
writing to file info added
1 parent 8d0a67e commit 00caf93

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Table of Contents
99
- [3. Instillation](#3-instillation)
1010
- [4. Usage](#4-usage)
1111
- [4.1. Streaming Data Over UDP](#41-streaming-data-over-udp)
12+
- [4.2. Writing to File](#42-writing-to-file)
1213

1314
## 1. Requirements
1415

@@ -58,4 +59,8 @@ And under `Developer and Designer Tools`, select:
5859

5960
### 4.1. Streaming Data Over UDP
6061

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

Comments
 (0)