Query information from the SNCF WiFi portal in French TGV trains.
npm install sncf-wifi-portal-client
const portal = require('sncf-wifi-portal-client')
portal.connectionStatus()
.then(console.log, console.error)
{
active: true,
status_code: 200,
status_description: 'ip has active grant',
service_class: 5,
granted_bandwidth: 100000,
remaining_data: 75453,
consumed_data: 1346,
next_reset: 1568471384091,
profileId: 'AUTO-LOGIN-PROFILE-ID'
}
record-tgv-movement
– Record the movement of any TGV using the on-board WiFi.wifi-on-ice-portal-client
– Query information from the WifiOnICE portal in German ICE trains.digital-im-regio-portal-client
– Query information from the Digital im Regio portal in German Regio trains.cd-wifi-client
– A client for the onboard WiFi portal of České dráhy (Czech Railways) trains.portale-regionale-wifi-position
– Query information from the Portale Regionale WiFi portal in Trenitalia (Italian Railways) trains.live-icomera-position
– Live vehicle geolocation, taken from the on-board Icomera WiFi system.live-gomedia-position
– Live vehicle geolocation, taken from the GoMedia on-board WiFi entertainment system.
If you have a question or need support using sncf-wifi-portal-client
, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to the issues page.