Lab 4A: DJANGO
The images above show the successful execution of the "stevens" Django server implementation where the temperature, time, and location are shown on 127.0.0.1:8000
Lab 4B: DJANGO REST
Shown in the images above is the successful implementation of REST and "myraspi". The CPU usage and temperature were successfully reported to the DJANGO server.
Lab 4C: Flask
When implementing Flask and ASK, I noticed that when invoking "memory game," a different Alexa Skill seems to be used. Instead of asking for three numbers to repeat, it asks the user to input one word and will continually add a word despite the changes made to the JSON file and endpoints for the skill.
Lab 4D: LAMP (Apache)
The apache server was fairly simple to set up and run, much more so than DJANGO. Wordpress was also simple to implement and run with the apache2 server.