This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revision Both sides next revision | ||
|
scopeman:scopeman [2017/06/19 09:46] nanjo |
scopeman:scopeman [2021/05/24 02:35] nanjo |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| Oscilloscope manipulation through Ethernet (VXI11) | Oscilloscope manipulation through Ethernet (VXI11) | ||
| ====== Download ====== | ====== Download ====== | ||
| - | {{ :scopeman:scopeman20170617.tar.gz |}} | + | {{ :scopeman:scopeman20210524.tar.gz |}} |
| ====== News ====== | ====== News ====== | ||
| + | Update on 2021/05/24 | ||
| + | * Mac OS patch of vxi11 was updated. | ||
| + | * wfmCapture2Root and wfmCapture2Ascii were added (No readline and curses libraries are needed.) | ||
| scopeman is updated on 2017/06/17 | scopeman is updated on 2017/06/17 | ||
| * Upgraded to fit new vxi11 library in git | * Upgraded to fit new vxi11 library in git | ||
| Line 10: | Line 13: | ||
| * Decoder dump.cc to support waveform information file. | * Decoder dump.cc to support waveform information file. | ||
| ====== OS ====== | ====== OS ====== | ||
| + | Linux / OSX(Darwin) with MacProts or similar add-on | ||
| ====== Requirements ====== | ====== Requirements ====== | ||
| + | * vxi11-master.zip (https://github.com/applied-optics/vxi11) | ||
| + | * readline and ncurses library | ||
| + | * wget for getting oscilloscope image | ||
| + | * imagemagick to view the image | ||
| ====== Install ====== | ====== Install ====== | ||
| + | Read INSTALL included. | ||
| + | * Extract vxi11 library and scopeman under the same directory. | ||
| + | * If OS is OSX(Darwin), apply patch as in INSTALL | ||
| + | * Make a symbolic link vxi11 | ||
| + | * Compile vxi11 library | ||
| + | * Compile scopeman | ||