Нет описания

Dmitry Yu Okunev d892ad3abd Fixed a bug with hanging up лет назад: 8
doc 85cfcd0db7 Added run-example.sh лет назад: 8
.gitignore f635b01241 Initial commit лет назад: 8
GNUmakefile 690c907b49 Switched to glade+gtk3 лет назад: 8
LICENSE 38a8d31b7a Added README.md and LICENSE лет назад: 8
README.md 3bfe98343c Fixed a typo in README.md лет назад: 8
binary.c 514fb50e14 Fixed real-time file read and colors лет назад: 8
binary.h 514fb50e14 Fixed real-time file read and colors лет назад: 8
configuration.h 514fb50e14 Fixed real-time file read and colors лет назад: 8
error.c f635b01241 Initial commit лет назад: 8
error.h f635b01241 Initial commit лет назад: 8
macros.h f635b01241 Initial commit лет назад: 8
main.c d892ad3abd Fixed a bug with hanging up лет назад: 8
malloc.c f635b01241 Initial commit лет назад: 8
malloc.h f635b01241 Initial commit лет назад: 8
oscilloscope.glade b96a1fcea6 Upped support of channels to 16 лет назад: 8
pthreadex.c f635b01241 Initial commit лет назад: 8
pthreadex.h f635b01241 Initial commit лет назад: 8

README.md

This code is supposed to visualize data saved by https://devel.mephi.ru/dyokunev/voltlogger_parser. At the moment there's no control panels/keys in the application, so you have to edit x_userdiv, x_useroffset, y_userscale, y_useroffset, trigger_start_mode, trigger_start_y, trigger_end_mode and trigger_end_y in main.c manually before compiling.

The main repository: git clone https://devel.mephi.ru/dyokunev/voltlogger_oscilloscope

For example:

socat -u udp-recv:30319 - | ./voltlogger_parser/voltlogger_parser -b -i - -n -t > ~/voltage.binlog &
./voltlogger_oscilloscope/voltlogger_oscilloscope -i ~/voltage.binlog -t

Screenshot:

screenshot_20150727.png