dabear / FloatingGlucose

A .net project that displays your current glucose values in a floating popup on your windows desktop
GNU General Public License v3.0
67 stars 69 forks source link

FloatingGlucose on Raspberry Pi #3

Closed bordeb closed 6 years ago

bordeb commented 6 years ago

First of all, dear @dabear thank you VERY much on this great small but highly useful app! We use it on our home HTPC so even while watching videos we can still take a look at BG level! Great and tnx once more! I have one question: Are there suggestions about how to implement this on RPi? I think this could be very usefull for T1D community, especially as there is already projects using RPi with wixel, like python-usb-wixel-xdrip etc. Is porting to an arm linux environment possible (needed) or maybe ExaGear Desktop with Wine on RPi or...? Thanks very much in advance on any suggestion?

dabear commented 6 years ago

If you can run wine successfully and you are able to install microsoft .net 4.5.1 inside wine(using winetricks for example), then yes, it works. See https://github.com/dabear/FloatingGlucose/releases/tag/v.1.5.1 . It's not supported with mono natively on linux.