Skip to content
This repository has been archived by the owner on Oct 11, 2019. It is now read-only.
/ scoreboard Public archive

Archive of legacy Student Robotics git repository 'scoreboard.git'

Notifications You must be signed in to change notification settings

srobo-legacy/scoreboard

Repository files navigation

This is the Student Robotics rotating scorebaord for the competition day.
It shows:
 * Scehdule
 * Socres
 * Upcoming matches

It interacts with the same database that the competition radio scripts do in
order to present the latest data at all times.

It is a PHP and Mochikit web application.

You should create a file called pass.php in the info folder with the database
information in. It should use this template:

<?php
$mysql_details = array('host' => 'db-host',
		       'user' => 'db-user',
		   'password' => 'db-password' );
?>

About

Archive of legacy Student Robotics git repository 'scoreboard.git'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •