Name | Modified | Size | Downloads / Week |
---|---|---|---|
README | 2013-06-09 | 861 Bytes | |
slumo.tar.gz | 2013-06-09 | 37.2 kB | |
examples.tar.gz | 2013-06-09 | 13.4 kB | |
Totals: 3 Items | 51.4 kB | 0 |
SLUMO is software and library for USB2AD module. Project has two parts. The first is stand alone measurement software with GUI using GTK3+ and python 3. The second is a library that handle all communication with device, so you can create your own scripts for custom measuring in a very easy way. Installation: You will need to install: libFTDI, python3, and gtk3 for python3. Then just unpack slumo.tar.gz to folder you like. And execute it. changelog: ver: 0.2 (090613) -added about dialog -added preferences dialog -added menu in main screen -added logo -some other minor GUI changes -added profiles (in JSON format) -now "select device" screen can be skipped if only one device is pluged in -timer can be used as a delay in measurements in standard (non-periodical) mode -some bugs fixed ver: 0.1 (090513) -improved current changing -added shebang