- Notifications
You must be signed in to change notification settings - Fork1
twinleaf/tio-python-viewer
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Provides a Python graphical user interface to view sensor data. Currently works for our VMR magnetometers and SYNC units and can be used to view data from a single sensor, or multiple synchronized sensors.
This program is under early-stage active development and we hope you will report issues, bugs, and feature requests.
Python > 3.6with Tk. To install:
% brew install python3-tk # macOS% apt install python3-tk # Linuxon windows it should be installed by default.
Using pip (coming soon):
% pip3 install tioviewClone this repository and install using either:
% pip3 install .or
% python3 setup.pyThen, run the program as follows, depending on your platform:
% tioview # default connection to proxy at tcp://localhost% tioview /dev/cu.usbmodem123495 # macOS, USB CDC% tioview /dev/cu.usbserial123456 # macOS, USB FTDI% tioview /dev/ttyACM0 # Linux, USB CDC% tioview /dev/ttyUSB0 # Linux, USB FTDI% tioview /dev/ttyS3 # WSL% tioview COM3 # Windows% tioview udp://tio-sync8.local # macOS, linux% tioview tcp://10.0.0.x # macOS, Linux, connection to proxyThis installation also includes a Python graphical user interface specifically designed for a single VMR sensor. Run this program with
% vm_monitorVisit ourGetting Started page for more details on getting started with Twinleaf sensors.
About
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.