Widget Traffic/en: различия между версиями

Материал из SmartPlayer
(Новая страница: «Widget Traffic»)
 
(Новая страница: «== Description == A widget for displaying the current traffic congestion in a specific city. 800px == Settings == === Operation in a Restricted Network === This widget retrieves data from several sources: * https://api.sypexgeo.net/ - used to obtain geolocation (city) based on the IP address of the device where the widget is loaded. * https://api-maps.yandex.ru - fetches traffic data from Yandex Maps. '''''How to check if access to...»)
 
Строка 1: Строка 1:
<languages/>
<languages/>
<div lang="ru" dir="ltr" class="mw-content-ltr">
== Description ==  
== Описание ==
A widget for displaying the current traffic congestion in a specific city.  
Виджет для отображения текущего состояния загруженности дорог в определенном городе.
[[File:Traffic ru.png|800px]]
[[Файл:Traffic ru.png|800px]]
== Settings == ===  
== Настройки ==  
Operation in a Restricted Network === This widget retrieves data from several sources:
=== Работа в ограниченной сети ===
* https://api.sypexgeo.net/ - used to obtain geolocation (city) based on the IP address of the device where the widget is loaded.
Данный виджет получает данные с нескольких ресурсов:
* https://api-maps.yandex.ru - fetches traffic data from Yandex Maps.
* https://api.sypexgeo.net/ - он используется для получения геолокации (города) по IP адресу устройства где загружен виджет.
'''''How to check if access to the resource is available from a restricted network''''' <br>  
* https://api-maps.yandex.ru - берет данные по пробкам с карт яндекса.  
To check access, connect a computer to the internal network and run the following command in the terminal: ''curl https://api-maps.yandex.ru''. You should receive a response from the service, which will return data (any data is sufficient), the main thing is that the connection is not dropped due to timeout/forbidden (depending on the specific restricted network settings).
'''''Как проверить, что доступ к ресурсу есть из ограниченной сети''''' <br>
Для проверки доступа, необходимо подключить компьютер к внутренней сети и выполнить команду в терминал: ''curl https://api-maps.yandex.ru'' должны получить ответ от сервиса и он вернет данные (могут быть любые), главное чтобы соединение не отключалось по timeoout/forbidden (зависит от настроек конкретной ограниченной сети)
</div>

Текущая версия от 13:13, 28 августа 2024

Другие языки:

Description

A widget for displaying the current traffic congestion in a specific city.

Settings == =

Operation in a Restricted Network === This widget retrieves data from several sources:

How to check if access to the resource is available from a restricted network
To check access, connect a computer to the internal network and run the following command in the terminal: curl https://api-maps.yandex.ru. You should receive a response from the service, which will return data (any data is sufficient), the main thing is that the connection is not dropped due to timeout/forbidden (depending on the specific restricted network settings).