What about this: Get some cheapo network enabled temperature/humidity sensors (i like to use these for server room monitoring) and put them up on various places in a building. Then go ahead and implement some data logging, statistics and maybe real-time warning.

This is not that hard to implement, you get real-world data, plus you may save your university some real money by helping them optimize the use of the climate control (or show them the need to install one).

This could be a multi-year project for many students, extending the system. Maybe implement a web page showing current and historical data and predictions based on that. Play "connect the dots" from your access logs and try to find out what the people are looking for.

While this system might not have a real "wow!" effect at first, it can really be helpful. They may ask themself many question that such a system can answer: Is it cooler in the cafeteria than outside (so, should i go early and get one of the limited places inside)? How warm is the water in the swimming pool? Is the heating in the chemistry lab still broken (do i need to long johns again)?

Of course, beeing students, there are of course the uhm, not so legalized questions that the system will also help to answer, like "Is the humidifier at our dorms pot vegetable plantation working correctly and is climate control putting out the optimum temperature?". Not that i would endorse such activity, but i know how groups of young, bored people tend to think. ;-)

"Believe me, Mike, I calculated the odds of this succeeding against the odds I was doing something incredibly stupid… and I went ahead anyway." (Crow in "MST3K The Movie")

In reply to Re^3: Database project in PERL by cavac
in thread Database project in PERL by Thakur

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.