日本語

Live demo of SINETStream

Collection and visualization of temperature and humidity sensor data

With SINETStream you can easily develop a program that collect and analyze data from sensors distributed over a wide area network. There are two programs, a reader and a writer, working for this demo. The writer program running on a Raspberry Pi with temperature and humidity sensors continuously sends data to a messaging server called “SINETStream server” on AWS. The reader program on AWS then receives the data from the SINETStream server and the processed data are periodically visualized here. These programs use the SINETStream API to implement such functions as writing data from the sensor devices to the SINETStream server, and reading data from the server for visualization.