visomat-utils.git
8 years agocontrib/visomat.gnuplot: improve plotting data for both users
Antonio Ospite [Thu, 5 Nov 2015 22:10:32 +0000 (23:10 +0100)]
contrib/visomat.gnuplot: improve plotting data for both users

8 years agoFix parsing the eeprom when there are users with no records
Antonio Ospite [Wed, 4 Nov 2015 12:54:28 +0000 (13:54 +0100)]
Fix parsing the eeprom when there are users with no records

When the number of records for a given user is 0, there is a dummy byte
at the end of the user memory block which has to be consumed as well,
otherwise the while loop never ends.

The bug was found out by Cornelis Broeders <cornelis.broeders@web.de>

8 years agoImprove a comment in visomat-data-downloader.c
Antonio Ospite [Thu, 20 Aug 2015 08:26:41 +0000 (10:26 +0200)]
Improve a comment in visomat-data-downloader.c

8 years agoWrap line exceeding 80 characters
Antonio Ospite [Wed, 10 Jun 2015 10:20:08 +0000 (12:20 +0200)]
Wrap line exceeding 80 characters

8 years agoSet configuration following http://libusb.sourceforge.net/api-1.0/caveats.html
Antonio Ospite [Wed, 10 Jun 2015 09:57:37 +0000 (11:57 +0200)]
Set configuration following libusb.sourceforge.net/api-1.0/caveats.html

8 years agoImprove error messages relative to libusb calls failures
Antonio Ospite [Wed, 10 Jun 2015 09:49:31 +0000 (11:49 +0200)]
Improve error messages relative to libusb calls failures

8 years agoMisc libusb cleanups
Antonio Ospite [Wed, 10 Jun 2015 09:13:04 +0000 (11:13 +0200)]
Misc libusb cleanups

Use symbolic constants, check return values, auto detach the kernel
driver, release the interface.

11 years agoFix a typo
Antonio Ospite [Thu, 14 Mar 2013 10:06:16 +0000 (11:06 +0100)]
Fix a typo

11 years agoHandle time of day in the gnuplot script
Antonio Ospite [Wed, 13 Mar 2013 14:27:22 +0000 (15:27 +0100)]
Handle time of day in the gnuplot script

11 years agoAdd a way to filter measurements by user ids
Antonio Ospite [Wed, 13 Mar 2013 14:26:07 +0000 (15:26 +0100)]
Add a way to filter measurements by user ids

11 years agoFix parsing systolic pressure
Antonio Ospite [Wed, 13 Mar 2013 14:08:06 +0000 (15:08 +0100)]
Fix parsing systolic pressure

There is another field between the time and the systolic pressure, it is
still not 100% clear what it means, it could be an indicator for
arrhythmia.

11 years agoClaim interface after detaching it from a possible kernel driver
Antonio Ospite [Wed, 13 Mar 2013 12:28:06 +0000 (13:28 +0100)]
Claim interface after detaching it from a possible kernel driver

This avoids error messages like:
  usbfs: process 24665 (myprogram) did not claim interface 1 before use

See also:
  http://stackoverflow.com/questions/11088691

11 years agoAdd more info about the communication protocol
Antonio Ospite [Wed, 13 Mar 2013 11:37:14 +0000 (12:37 +0100)]
Add more info about the communication protocol

11 years agoAdd a .gitignore file
Antonio Ospite [Wed, 13 Mar 2013 10:48:47 +0000 (11:48 +0100)]
Add a .gitignore file

11 years agoInitial import
Antonio Ospite [Wed, 13 Mar 2013 10:43:45 +0000 (11:43 +0100)]
Initial import