Giter Site home page Giter Site logo

windspots-status's Introduction

WindSpots-Status

WindSpots Weather Stations Status

Status page give latest information sent by a station

Each minute, when the station is up, the station send a report on http://status.windspots.org/station_report.php via a POST

POST data:

  station Station ID			         6 Characters
  date    Station time and date  		14 Charaters PHP "YmdHis"
  data    Array
    stationtime   Station Time HHMMSS
    direction     Wind Direction in °
    speed         Wind Speed in knts
    averagespeed  Wind Average Speed in knts
    temperature   Temperature in °C
    barometer     Barometer in hpa
    battery       Battery level (only Solar)
    name          Station Name
    imageage      Image Age in seconds
    version       Station software version
  location  Array
    altitude      Altitue in meter
    latitude
    longitude
 

station_report store data in SQLite database (insert or if station exists update)

  Table station_report
		station		TEXT	UNIQUE
		name		TEXT
		stndate		TEXT
		stntime		TEXT
		direction	TEXT
		speed		TEXT
		averagespeed	TEXT
		temperature	TEXT
		barometer	TEXT
		battery		TEXT
		imageage	TEXT
		altitude	TEXT
		latitude	TEXT
		longitude	TEXT
		version		TEXT

http://status.windspots.org/index.php display a web page with last data received the link to the image is pointing to www site and may be not accurate

windspots-status's People

Contributors

dducret avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.