Menu

Tree [c0ee0d] master /
 History

HTTPS access


File Date Author Commit
 daemon 2013-11-22 David Foley David Foley [c0ee0d] Added code to close all MySQL ResultSets to fix...
 sql 2013-09-09 David Foley David Foley [c049fc] Initial commit
 web_ui 2013-10-30 David Foley David Foley [e3245c] Allowed multiple recipients of alarm emails
 LICENSE.txt 2013-09-09 David Foley David Foley [c049fc] Initial commit
 README.txt 2013-09-13 David Foley David Foley [8d02bc] Initial commit of Web UI component

Read Me

- Oscar SCADA -

W3 - http://sourceforge.net/projects/oscarscada
email - dev@davidfoley.org

Introduction:
-------------
Oscar is a web based Supervisory Control And Data Acquisition System, providing polling, reporting, charting, and alarm functionality. Enabling users to monitor and mange microcontroller devices in an automation system. The UI is web based and written in PHP, the server daemon componenet is written in Java and uses MySQL for storage.

Folder Hieracrchy:
------------------
+ daemon : 	Contains a Java package which is the server daemon component of Oscar
+ sql : 	Contains the MySQL database structure for Oscar
+ web_ui:	Contains the Web UI, built on the Quicksilver framework