- This is a repository for a simple weather station implemented using threads and created for the object oriented programming course at the Faculty of Engineering and Technology of the the University of Buea.
- Program has been tested using Ubuntu 15.04 and Windows 8.1 both running Java 8 and PostgreSQL 9.4
- Version 1.0
- Please install java and postgreSQL. Once postgres is installed and psql is in your class path just run the following command:
Windows
- psql -U postgres -f simpleweatherstation\backup.sql
*** linux***
- psql -U postgres -f simpleweatherstation/backup.sql
It is assumed that postgres is your a role in your DBMS which can create roles and databases and tables and sequences.
- With postgres set you are now ready to run the program in your favorite IDE.