-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clock Development with JuggLuco ? #243
Comments
Can't you just connect to the web server in Juggluco? |
Thanks for the answer, I would like to display the sugar level on my clock even when the master phone is not at home. The only way I found for this solution is to have a second android device that communicates on port 8795 with the master phone. I would like to have the possibility to connect to the master phone without going through the second device. |
So, you have a phone connected to the sensor that has a mobile data connection to the internet? Then you need to run Juggluco server on that clock and connect it to a modem. The modem you configure so that a port is forwarded to Juggluco server running on that clock and you connect Juggluco on the phone to the IP of the modem and the port that is forwarded to the clock. |
Yes that's exactly it!!! Do you have any information on launching the Juggluco server on a raspberry pi or other ESP32 device...? Thanks |
A general description is here: https://www.juggluco.nl/Juggluco/cmdline/index.html |
Thanks |
Thank you for your application, it has been working great for several months now.
I have created several Glycemic clocks with Libreview, Nightscout. I am developing a clock with JuggLuco in local connection with the phone and everything works, the sugar level, the trend arrow and the graphic history are displayed on my screen. However, I wanted to create a code that allows you to do without the second phone that serves as a local server, that is to say that the ESP32 card can connect directly to the Master phone and for that I need to know how the Juggluco application communicates between 2 devices? Thank you
The text was updated successfully, but these errors were encountered: