- Fixed the problem with the conversion of Hexadecimal string representation from .properties file to an int representation - inside ActiveAlert.java - Added pport_address to properties file - Removed fixed parport address of ActiveAlert.java - Added call to pport_address from properties file to ActiveAlert.java - Removed unused import on AlertMain.java - Added properties file to project folder - Added libparport.so to project folder - Added flowchart to project folder - Added hardware image to project folder - Added eletric circuit schema to project folder - Added solvescanlog to project folder - Added LICENSE file with GPL license - Added GPL data in each class - Added VERSION file - Added MANIFEST in order to create a jar file - Added debug property - Added scanlog_pattern property - Deleted some unuseful debug info - First TEST version working :) - added internal address to test on .properties - added external address to test on .properties - fixed the sleep problem with thread (that could cause link overflow) - fixed the problem in ParallelPort.class call - First upload to cvs server