View Single Post
  #14   Spotlight this post!  
Unread 06-03-2008, 00:01
David Bliss David Bliss is offline
Registered User
FRC #0904
 
Join Date: Jan 2008
Rookie Year: 2004
Location: Michigan
Posts: 4
David Bliss is an unknown quantity at this point
Send a message via AIM to David Bliss
Re: Web-based scouting program

I have created, with help, an alternate data input to this application. This one focuses on getting data in the database "live"-- as quickly as possible from the stands as the competitions are happening. There are two components, (1) a VB application that the user works with to generate data, and (2) a python 2.5 and pymysql script that commits that data to the database. In the zip so far are two sample INI files needed to power the system, and the Python script to commit data. I know the code is a bit sloppy, and there's probably a few bugs, but it seems to work pretty well so far, so I thought I'd post something to let anyone interested know what I was up to.

tournament.ini is generated by a to-be-written script, and the other INI by the VB app. The python script in the ZIP takes the INI to commit as the only command-line argument, and prompts for the MySQL username/password.

Enjoy. If you want windows binaries, those will take a couple days.
Attached Files
File Type: zip iniConverterSource-0.1.zip (6.9 KB, 57 views)