how to apply design patterns

weather monitoring , java , design patterns India
  • 11 years ago
    how can i apply the design patterns in a weather monitoring system this is the scenario **Weather Monitoring Station** This system must provide automatic monitoring of various weather conditions. The system will have sensors to measure: Wind speed Wind direction Temperature Barometric pressure Humidity The system must also provide the following derived measurements. Wind chill(derived from temperature, wind speed and humidity). Dew point temperature(derived from temperature and humidity) Temperature trend(derived from recent temperature readings) Barometric pressure trend(derived from recent pressure readings) The user can request the system to report the highest and lowest values of any of the four primary measurements during the previous 24 hour period. The user has a screen display that continuously indicates all nine primary and derived measurements, as well as the current time and date. The user may direct the system to display the 24 hour maximum or minimum values of one primary measurement, together with the time of that report value. The user will be able to calibrate the sensors against known values and to set the current time and date.

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.” - Tom Cargill