Mopidy extension that waits for internet connection during early startup.
Project description
Mopidy extensions that wait (up to around 5 minutes) for an internet connection (and optionally for time synchronization) during early phase of Mopidy startup (before other extensions start to initialize).
Installation
Install by running:
pip install Mopidy-WaitForInternet
Configuration
This package consists of two Mopidy extensions - mopidy_waitforinternet (enabled by default) that waits only for internet connection and mopidy_waitfortimesync (disabled by default) that waits for internet connection and time synchronization. They have no configuration options in mopidy.conf apart from the default enabled setting:
# To enable waiting for internet connection and time synchronization [waitforinternet] enabled = false [waitfortimesync] enabled = true
These extensions don’t support proxy servers (they ignore proxy configuration in mopidy.conf).
Usage
Mopidy-WaitForInternet might be useful if other Mopidy extensions (e.g. extensions for online music streaming services) fail to initialize, because they try to connect to internet resources before machine running Mopidy has established an internet connection (e.g. connected to wifi) or synchronized its clock.
mopidy_waitforinternet will delay initialization of other Mopidy extensions until an internet connection has been established (the extension will wait for up to around 5 minutes). It’s recommended if:
the computer running Mopidy has a real-time clock
all of the below:
it is important to minimize Mopidy startup time
it is acceptable if other Mopidy extensions occasionally (once in several months or so) fail to initialize due to inaccurate date/time
the computer does not have a real-time clock
the computer/OS saves the time between reboots (like Raspberry Pi OS does)
the computer is used often
mopidy_waitfortimesync will delay initialization of other Mopidy extensions until an internet connection has been established and computer’s clock has been synchronized (the extension will wait for up to around 5 minutes). It’s recommended if:
prolonged Mopidy startup time is not a problem
it is important to minimize initialization failures of other Mopidy extensions
the computer running Mopidy does not have a real-time clock and is used rarely
Local time (computer’s clock) is somewhat important for connectivity. Most internet services use HTTPS and HTTPS has certificates that are valid for a specific time period (usually 3 or 13 months). To connect to an HTTPS resource, computer’s clock must be within the validity period of the HTTPS certificate used by that particular resource. Some computers (e.g. Raspberry Pi) don’t have real-time clocks and synchronize their clocks from the internet (via NTP). In most cases, until the clock of such computer is synchronized it is set to the time saved at previous shutdown, for some computers the clock is set to a constant time/date (e.g. midnight January 1, 2020). As mopidy_waitforinternet uses HTTPS, it will detect internet connectivity only when computer’s clock is within the validity period of the HTTPS certificate of at least one of the URLs used by mopidy_waitforinternet. This guarantees that computer’s clock has accuracy of a year or so, however this does not guarantee that computer’s clock is accurate enough to allow connectivity (to other HTTPS resources) required by other Mopidy extensions.
Both extensions log information about the introduced startup delay.
Important internals
Mopidy-WaitForInternet uses several different URLs (currently - requests to public DoH servers) to check internet connectivity. As a future-proofing measure there is a weekly servers-test build that verifies availability of these URLs.
Time synchronization is checked by comparing local time with the Date response header of HTTP requests to the internet connectivity check URLs (difference of less than 10 seconds is considered synchronized time).
License
Copyright 2022 Davis Mosenkovs Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Project resources
Changelog
v0.2.1
Fixed build badges (including servers-test).
v0.2.0
Added second extension (mopidy_waitfortimesync).
Minor improvements.
v0.1.1
Fixed README formatting.
Initial release.
v0.1.0 (UNRELEASED)
Initial version.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file Mopidy-WaitForInternet-0.2.1.tar.gz
.
File metadata
- Download URL: Mopidy-WaitForInternet-0.2.1.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bbe1b7522c55e7eda2f454c651afedb3b7afc91e0f7a65bf1dae1dc6f2e68f19 |
|
MD5 | dbeb00b3100a7bbdf7dbce6a2adb5a3b |
|
BLAKE2b-256 | bc7eb967a89e8dba8651a81a949e5ab3706fd39b9a32319f9fb0eb11b770e468 |
File details
Details for the file Mopidy_WaitForInternet-0.2.1-py2.py3-none-any.whl
.
File metadata
- Download URL: Mopidy_WaitForInternet-0.2.1-py2.py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed188fd96468d1fc3f96adc0f6e5153ce776df4b2ea1eaf138f16749dd38484e |
|
MD5 | 53e9d813fe6aa6d8b15f5c4e4ead8fc6 |
|
BLAKE2b-256 | 59cd13c85dfcdca509997117b83bbff1c34f04f95cedc726eec07e9a459eedb5 |