Skip to content

Commit daf204a

Browse files
authored
Update TCP_README.md
1 parent de42622 commit daf204a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exercises/05/TCP_README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ finally:
9393
### Data Format
9494
For your signal visualization project, the TCP data should be formatted as follows:
9595
```
96-
[timestamp],[channel1_value],[channel2_value],...,[channel32_value]\n
96+
[channel1_value],[channel2_value],...,[channel32_value]\n
9797
```
9898

9999
Example:
100100
```
101-
1234567890,0.5,0.3,0.7,...,0.2\n
101+
0.5,0.3,0.7,...,0.2\n
102102
```
103103

104104
### Connection Details
@@ -278,4 +278,4 @@ To use this in your project:
278278
4. Process the received data in your ViewModel layer
279279
5. Update your visualization with the channel × sample matrix
280280

281-
Note: The actual data values will be different in your implementation. This example uses placeholder values for demonstration purposes.
281+
Note: The actual data values will be different in your implementation. This example uses placeholder values for demonstration purposes.

0 commit comments

Comments
 (0)