j-kaltes / Juggluco

Android app for Freestyle Libre 1,2 and 3 and Chinese Sibionics sensors
GNU General Public License v3.0
223 stars 58 forks source link

Suggestion about library #104

Open niedbalski opened 11 months ago

niedbalski commented 11 months ago

Hi @j-kaltes great work on this tool.

Question, Is there a chance you can export or guide me to extract the bluetooth/nfc communication library in its own so that we can use it independently?

j-kaltes commented 10 months ago

If you want to write an app for Freestyle Libre sensors yourself, you do you need Juggluco? If you like to receive glucose values or entered numbers out of Juggluco, you can make use of a glucose broadcast (https://www.juggluco.nl/Juggluco/glucosebroadcast.html) or the webserver (https://www.juggluco.nl/Juggluco/webserver.html) in Juggluco.

niedbalski commented 10 months ago

If you want to write an app for Freestyle Libre sensors yourself, you do you need Juggluco? If you like to receive glucose values or entered numbers out of Juggluco, you can make use of a glucose broadcast (https://www.juggluco.nl/Juggluco/glucosebroadcast.html) or the webserver (https://www.juggluco.nl/Juggluco/webserver.html) in Juggluco.

Yes, indeed I could use both. But given you already sorted the Bluetooth and nfc layers communication I was wondering if I could take that work to make a library that can be used in other use cases as well.