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
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ Table of Contents
8
8
-[2. Using conan Package Manager](#2-using-conan-package-manager)
9
9
-[3. Instillation](#3-instillation)
10
10
-[4. Usage](#4-usage)
11
+
-[4.1. Streaming Data Over UDP](#41-streaming-data-over-udp)
12
+
-[4.2. Writing to File](#42-writing-to-file)
11
13
12
14
## 1. Requirements
13
15
@@ -53,4 +55,12 @@ And under `Developer and Designer Tools`, select:
53
55
54
56
1. Open Qt Creator (the IDE that comes with Qt), `File -> Open File or Project...` then select `DataLogger/` folder.
55
57
2. The IDE should be able to automatically detect `CMakeLists.txt` file and open a configuration view, make sure you select the a configuration that looks like - `Desktop Qt 5.15.* <build type>` - `<build type>` could be `clang 64bit` (mac) or `msvc 64-bit` (windows).
56
-
3. Clicking on the play button (bottom left) should run the program and open a GUI.
58
+
3. Clicking on the play button (bottom left) should run the program and open a GUI.
59
+
60
+
### 4.1. Streaming Data Over UDP
61
+
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