On Jul 13, 10:16 am, Ricardo Jasinski <rjasin... / gmail.com> wrote: > Hi everyone, > > I'm supposed to build a test application where a PC would communicate > with many other devices (say, temperature sensors) via TCP/IP sockets, > and display their current status on a web page. Furthermore, all > gathered information should be stored on a database. So the data collection app stores it in the DB, and the web page just retrieves the latest data from the DB when a user navigates to the page. Piece of cake! 9^)