Skip to content

Commit c13a670

Browse files
committed
stream information added
1 parent 8bf5f23 commit c13a670

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
@@ -8,6 +8,7 @@ Table of Contents
88
- [2. Using conan Package Manager](#2-using-conan-package-manager)
99
- [3. Instillation](#3-instillation)
1010
- [4. Usage](#4-usage)
11+
- [4.1. Streaming Data Over UDP](#41-streaming-data-over-udp)
1112

1213
## 1. Requirements
1314

@@ -53,4 +54,8 @@ And under `Developer and Designer Tools`, select:
5354

5455
1. Open Qt Creator (the IDE that comes with Qt), `File -> Open File or Project...` then select `DataLogger/` folder.
5556
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

Comments
 (0)