Skip to content

Commit 0148a29

Browse files
author
Bartosz Grabias
committed
Updated readme
1 parent 5355ffb commit 0148a29

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
This project allows you to receive waveform data from Ethernet enabled scope (Created for RIGOL DS1054, though should work with others too) and save it in Matlab MAT file format - this allows for quite fast capture and load cycle in Matlab. This project was created out of need, but hopefully someone else will benefit form it too.
44

5-
For now there is only Linux/Unix support (maybe Mac too, I don't have one, so I can't check), though adding Windows support should be fairly easy (just need to port TCP code).
5+
Currently we support Windows and Linux/Unix (maybe Mac too, I don't have one, so I can't check). Adding other platforms should be fairly easy (just need to port TCP code).
66

77
# How to build?
88

99
You will need C++17 enabled compiler (eg. GCC 8 or higher) and cmake.
1010

11+
Under linux this looks like this:
12+
1113
Clone the repository with submodules: `git clone https://github.com/enbyted/scope_receiver.git --recursive`
1214
Create build directory:
1315
```bash

0 commit comments

Comments
 (0)