|
Re: HTMLish based scouting
We're doing something similar for our scouting system this year. We have a Raspberry Pi running a web server that hosts the HTML forms, and when you submit, the data gets stored in a MySQL database on the Pi. We've got web pages for data visualization and match prediction, as well as an Android app that we wrote for our coach's tablet that can grab the latest data from the database and then be used for strategy anywhere after being disconnected. Basically what this means is that any device with a web browser and an ethernet connection can be used to scout. We ordered some Chromebooks for our scouts to use in the stands. We're actually working on a final version to release to teams in the next week, so I'll be posting about that soon.
|