thisisashukla / sos-client

An SOS Client for NDBC
https://git-ankur-shukla.github.io/SOSClient/.
0 stars 1 forks source link

Localhost SOS Tasks #6

Closed thisisashukla closed 6 years ago

thisisashukla commented 6 years ago

We also need to implement some functionalities on Local SOS. Following are the tasks:

The insertBatchObservation.json holds the data from 4 sensors in a json file. Using the Batch insertObservation service of 52N SOS, we can send all the readings to the database. For this, execute the index.html. Currently, it is having a bug in json parsing but the json is a valid json. the validity is checked by jsonlint.

thisisashukla commented 6 years ago

No More required