status-im / status-desktop

Status Desktop client made in Nim & QML
https://status.app
Mozilla Public License 2.0
287 stars 78 forks source link

Change how we manage online/offline state #15453

Open alaibe opened 2 months ago

alaibe commented 2 months ago

Use cloudlare DNS to check for being online/offline.

Currently we check against how many nodes on waku we are connected

alexjba commented 4 weeks ago

We already have the NetworkChecker that's checking against "https://fedoraproject.org/static/hotspot.txt". It's currently being used only for WC.

This task should unify the nim/c++/qml implementation for network checks.