tzachi-dar

Results 184 comments of tzachi-dar

I believe that if one will use xBridge and not xDrip then the bt will disconnect and therefore will fire every 25 seconds. so gain here is not big. But...

This seems to be a great initiative. It should allow us to have better collaboration and maintain more productive work. Tzachi

Just created the first pull request. reviews are welcome. I have also noticed that bhandfast https://github.com/bhandfast has created a branch called: Minor-Fixes-and-Improvements. I did not see a pull request so...

How do this raspberry PI work? Is this some open code project? Do they have a way to broadcast to longer ranges than local lan? thanks Tzachi On Wed, Feb...

Well, I guess that if this is python code, they can change that to tcp/ip in just a few more lines of code... On Wed, Feb 18, 2015 at 12:48...

By the way, if the PIs can run java, than there is existing code that does the tcp/ip part, and also there is no need to change anything in dexdrip,...

Synchronize access to the DexCollectionService (though the service will probably never run concurrently in different threads). On android, services are running on the UI thread. so, I don't see how...

Hi, I have a similar problem in WixelReader.java. Since I'm ready to accept data from many sources, there is a chance that two receivers will get the same data. My...

I have updated my printing to be something like the following: func (pump *Pump) Download(cmd Command, page int) []byte { var data []byte for i:=0 ; i < 10; i++...

I'll do that tomorrow and let you know how it is working. Without my changes, there are (sometimes) pumphistory failures. Anything more that you want to know about what is...