Add sqlite approach
[matches/MCTX3420.git] / testing / sqlite-approach / README.txt
1 SQLite approach to interfacing with web frontend:
2
3 *Main program reads in sensor data and updates the sqlite database 
4  with this new data
5 *When sqlite.php is called, the database is queried, and the values returned
6  to the caller (format can be anything you like)
7 *You could have a main webpage, ie index.html
8 *Whenever you need to update the page, you use jQuery (or other method)
9  to call sqlite.php, which returns the data needed
10
11 This works because SQLite allows concurrent access to the database
12 (or it should).

UCC git Repository :: git.ucc.asn.au