Works Cited - University of Texas at Austin

To use the Raspberry Pi as an HTTP server, install >> sudo apt-get install python-pip >> sudo pip install flask. Now, we will write a program which uses flask to make the Raspberry an HTTP server. The foolowing program will return the temperature and humidity values sensed if a GET request is made. ................
................