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
@@ -8,6 +8,7 @@ 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)
11
12
12
13
## 1. Requirements
13
14
@@ -53,4 +54,8 @@ And under `Developer and Designer Tools`, select:
53
54
54
55
1. Open Qt Creator (the IDE that comes with Qt), `File -> Open File or Project...` then select `DataLogger/` folder.
55
56
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.
57
+
3. Clicking on the play button (bottom left) should run the program and open a GUI.
58
+
59
+
### 4.1. Streaming Data Over UDP
60
+
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.
0 commit comments