Archive

Posts Tagged ‘Webserver’

HomeTerm, Version 2

June 12th, 2009 Elze No comments

Just before I started with my DreamQuest project I was working on a project called HomeTerm. HomeTerm is a web-enabled thermostat. The idea is that you have your HomeTerm device at home controlling the temperature just like a normal thermostat but with the added bennefits of the Internet.

You can control and monitor the temperature of your room from almost anywhere. You can enter a detailed temperature plan from the comfort of your computer. Also detailed graphs are available for temperature and humidity.

Read more…

Categories: Projects Tags: , , ,

Fully multithreaded WebServer class

December 15th, 2008 Elze 2 comments

Our world now a days wouldn’t be posible without the Internet. More and more devices get a web interface. Some available to the end user as a webpage the other as webservices (SOAP eg.). To aid in creating this web interfaces I created a multithreaded webserver class for .NET Micro Framework.  

It’s very easy to use but provides a great deal of flexibilty. To see how to use it and for more details go to the project page, here you can download the class and see the source of the example program.

Hope you like it. Comment’s are greatly appricated!

Categories: Projects Tags: , , ,