Nenhuma descrição

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

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