Christoph Krey

Results 202 comments of Christoph Krey

Great new feature! A few notes from an MQTT perspective: - you may want to write that `notificator.mqtt.hostname` is actually a `broker URI` in the form of `tcp://iot.eclipse.org:1883` which means...

Similar question asked for iOS app owntracks/ios#698

Currently the visibility of a Person B‘s location is not controlled by the app but by the backend (ACL, etc.). All location messages of Person B are visible to all...

in iOS we keep the last `positions` (setting) positions of the user and for the contacts. Default ist 50. „Inaccurate positions“ are not sent and not stored. We show the...

If you are using an MQTT backend and use QoS>0 which is the default, messages from contacts will be queued until you are back online.

2. In iOS there is NO way to keep the MQTT running except in Move Mode. So, the connection is disconnected when the app goes into background and reestablished when...

3. Phone ck00y6 locked, service is NOT active: mosquitto assumes phone is connected and sends PUBLISH packets Qos2. ck00y6 does not respond (because service is not active?) ck00y6 wakes up...

Restarting Tests using version 21302: - [x] still uses protocol MQTT v3.1, not MQTT v3.1.1

- [ ] now each `PUBLISH` causes the MQTT connection to be re-initiated ``` ... 1588090410: Received PUBCOMP from ck00y6 (Mid: 15, RC:0) 1588090434: Client ck00y6 already connected, closing old...

- [ ] MQTT connection remains open while phone is locked (good)! - [ ] `PINGREQ` works (after 15 min / 900 sec)