Dmitry Yu Okunev d892ad3abd Fixed a bug with hanging up | лет назад: 9 | |
---|---|---|
doc | лет назад: 9 | |
.gitignore | лет назад: 9 | |
GNUmakefile | лет назад: 9 | |
LICENSE | лет назад: 9 | |
README.md | лет назад: 9 | |
binary.c | лет назад: 9 | |
binary.h | лет назад: 9 | |
configuration.h | лет назад: 9 | |
error.c | лет назад: 9 | |
error.h | лет назад: 9 | |
macros.h | лет назад: 9 | |
main.c | лет назад: 9 | |
malloc.c | лет назад: 9 | |
malloc.h | лет назад: 9 | |
oscilloscope.glade | лет назад: 9 | |
pthreadex.c | лет назад: 9 | |
pthreadex.h | лет назад: 9 |
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: