Dmitry Yu Okunev лет назад: 8
Родитель
Сommit
38a8d31b7a
3 измененных файлов с 40 добавлено и 0 удалено
  1. 27 0
      LICENSE
  2. 13 0
      README.md
  3. BIN
      doc/screenshot_20150727.png

+ 27 - 0
LICENSE

@@ -0,0 +1,27 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: voltlogger_oscilloscope
+Source: https://devel.mephi.ru/dyokunev/voltlogger_oscilloscope
+
+Files: *
+Copyright: 2015 Dmitry Yu Okunev <dyokunev@ut.mephi.ru> 0x8E30679C
+License: GPL-3+
+ This program is free software; you can redistribute it
+ and/or modify it under the terms of the GNU General Public
+ License as published by the Free Software Foundation; either
+ version 3 of the License, or (at your option) any later
+ version.
+ .
+ This program is distributed in the hope that it will be
+ useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE.  See the GNU General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU General Public
+ License along with this package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 3 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.

+ 13 - 0
README.md

@@ -0,0 +1,13 @@
+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_parser](https://devel.mephi.ru/dyokunev/voltlogger_parser)
+
+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](https://devel.mephi.ru/dyokunev/voltlogger_oscilloscope/raw/master/doc/screenshot_20150727.png)
+

BIN
doc/screenshot_20150727.png