Apache Tomcat Servlet for Brultech 1240 & Proliphix Thermostats - Addtl. Developers wanted

gzub

Member
I have written a servlet for Apache Tomcat which automatically gets data from one or more Brultech ECM-1240s (via Etherbee only at the moment) and from one or more Proliphix Thermostats.

It automatically creates rrd graphs (using rrd4j) at preset intervals (could also be on demand) as well as allowing you to insert the current monitored values into dynamic jsp pages using code like this:

Code:
<h1>Brultech ECM-1240 &amp; Proliphix</h1>
Upstairs ThermAverageTemp: <%= pphixDataUpstairs.getThermAverageTemp() %> <BR />
Downstairs ThermAverageTemp: <%= pphixDataDownstairs.getThermAverageTemp() %> <BR />
Btech Ch1 Watts Usage: <%= btechData.getCh1WattSec_usage() %> <BR />

This is my first java program in a while (used to be a programmer mostly with non-object-oriented languages) and my first Java Servlet programming project (so I am sure I have done things in a rather unconventional way) and I wanted to see if there were any other CocoonTech users who would want to do some java development on this project if I uploaded the source to an online repository (or for that matter tell me I have done it completely wrong and help me re-write it)...

The servlet I have written should be OS independent and should be able to run on any system which supports Apache Tomcat (or possibly any web server which supports Java Servlets) even though I have been doing the work on Windows.

If you are interested please either PM me or post back to this thread and we can work on finding a good location for the source to be posted to foster development.

Thanks,
Geoff
 
I would consider using Google to host the code, but if there is anything I can do, let me know.
 
Back
Top