Replies: 5 comments 4 replies
-
|
Before I could consider uploading data to Nightscout , there has to be an easy way to make use of Nightscout. I haven't found that yet. |
Beta Was this translation helpful? Give feedback.
-
|
For users it is too difficult to set up. In the whole world at most 2000 people will use it. I also don't exactly understand what use it is. |
Beta Was this translation helpful? Give feedback.
-
|
I have looked at it. The Nightscout server for xDrip, Nightwatch and Garmin watches differs little from the xDrip webserver Juggluco already incorporates. But Nsclient seems to be impossible. What the hell do I have to make of: When I grep for "socket.io" in the source of AndroidAPS, I can only find the following: I could find something io.socket.engineio.client.transports.Polling. Probably you have to use io.socket yourself to be able to talk to it. |
Beta Was this translation helpful? Give feedback.
-
|
@j-kaltes that is socket.io which is based on engine.io to provide a real time eventing communication channel. AFAIK it is on its way out, AAPS is migrating to the v3 REST API of nightscout https://github.com/nightscout/cgm-remote-monitor/blob/master/lib/api3/doc/tutorial.md#create which can be trivially used by any HTTP Client |
Beta Was this translation helpful? Give feedback.
-
|
Thank you @j-kaltes for the implementation. I now need to understand port mapping for PAAS (Fly, Railway, etc...) and others to add Juggluco to NS docs. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
AAPS NSClient receives data from Juggluco as an xDrip+ brodcast but cannot upload data to Nightscout. If Juggluco could do that it would integrate better with DIY solutions.
Note: using LibreView is not something I like.
Beta Was this translation helpful? Give feedback.
All reactions