Kai Helbig
Kai Helbig
Sure, why not. Though I cannot guarantee fast responses, as I do this project only as a hobby and currently don't have much time to work on it. Am 6....
Hi @misterAnderson90 are you still planning on doing an analysis here?
I will have a look.
These log messages come from the underlying altbeacon detection library (https://altbeacon.github.io/android-beacon-library/). I guess the log output is not very helpful without the technical context. Altbeacon allows apps to define so-called...
I think I would prefer the second option and send the signal power as part of the message. This will probably be done as part of #30 as a new...
See https://github.com/ostrya/PresencePublisher/issues/26#issuecomment-705095486. Due to the way the app is working (only connecting to the server for sending the message, then directly disconnecting), I think implementing LWT will confuse more than...
Sure, I can have a look at that.
I have a similar use case and would also like to have a feature like this. In my case, I have several instances of an application, and I monitor based...
At the moment, only the bare minimum endpoints are implemented to make OpenID Connect work. Stuff like /auth/realms/master is just not implemented, so you'll get a 404.
Do you need this endpoint? It does not seem to be part of the OpenID spec but a Keycloak-specific endpoint. Also, I did not find any documentation of this feature...