nightscout / AndroidAPS

Opensource automated insulin delivery system (closed loop)
https://wiki.aaps.app
GNU Affero General Public License v3.0
691 stars 1.69k forks source link

Use local http webserver to receive data #3288

Closed berek320 closed 4 months ago

berek320 commented 5 months ago

Hi All, Is there any way in AAPS to receive data from the local Web server streaming carbs and insulin data? This works perfect with xdrip just by listening on http://somekey@127.0.0.1:17580/api/v1/ But seems AAPS requires https to receive anything. Any way to overcome this? Or patch an app any way to add this feature? I don't need an online nightscout server, I just want to use this feature to not have to type in carbs&insulin twice in different apps.

Thanks

mick711 commented 5 months ago

I see this in pull request, but i think for security https is needed and now with v3 token. It was patched with this request but now don't work with new release.

MilosKozak commented 4 months ago

this is very specific need. You must do it for yourself if you want it.