Skip to content

sprenten/SNOWconsole

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TugaZ Console

$$ Zwift Client must be running in local machine
$$ Logged in rider must be participating on the TTT of "Fan viewing" a team rider
$$ npcap needed (https://nmap.org/npcap/)

Configuration Files

Sample config file located at conf.json
Sample html file located at index.html

port: HTML server Port;
user: Zwift User;
pwd: Zwift Password; use_api: false if you don't want to use Zwift API;
user_is_rider: true if user logged in Zwift Client is also a rider in the TTT. false if Zwift is in Fan View;
user_zid: Logged in rider Zwift ID;
map: Name of TTT map file (without extension). All maps located at maps/ folder;
start_time: TTT start time (HHMMSS);
team_leader: TugaZ team leader Zwift ID;
turn_timer_active: Turns timer active;
turns_sequence_names: Rider turns sequence list;
riders: list of TugaZ team riders;
other_teams: Teams to follow during the TTT;

Configuration Tool

Enter in http://url:port/tools/build_template_conf.html to do an automatic Team configuration with data fetched from WTRL and ZwiftPower websites.

Usage

From source

node bin.js config_file html_file

Maps & distances at maps/

From binaries

Win64 binaries located at dist/

run.bat

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 76.7%
  • JavaScript 23.3%