Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xaionaro/voltlogger_oscilloscope
https://github.com/xaionaro/voltlogger_oscilloscope
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xaionaro/voltlogger_oscilloscope
- Owner: xaionaro
- License: other
- Created: 2015-07-27T07:04:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-05T06:06:12.000Z (over 9 years ago)
- Last Synced: 2024-05-08T21:26:38.956Z (6 months ago)
- Language: C
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This code is supposed to visualize data saved by [https://devel.mephi.ru/dyokunev/voltlogger_parser](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](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 -tScreenshot:
![screenshot_20150727.png](https://devel.mephi.ru/dyokunev/voltlogger_oscilloscope/raw/master/doc/screenshot_20150727.png)