ThatGeoGuy / ENGO500

A repository for the 4th year project course (ENGO 500). The project involves using sensors to develop an Internet of Things (IoT) application using the Open Geospatial Consortium (OGC) standard (currently in draft).
Apache License 2.0
3 stars 3 forks source link

Fix timing/quality of observation post #46

Closed kathleen-a closed 10 years ago

kathleen-a commented 10 years ago

It takes a few seconds to post an observation but the script will keep running. I'm not 100% sure what's going on because I haven't exactly stepped through it but there should be a way to confirm (from the RPi's perspective) that the observation posted.

ThatGeoGuy commented 10 years ago

You should check for a 200 OK status returned after the POST request. That is the "standard" way of checking if what you did worked over HTTP.