Weather Software > What Weather Software should I use/buy?

own weather station software

(1/2) > >>

Antra:
Dear All,
i would ask you if is there any person which have experience with own software for weather station (C#,C++, vb.net). I know that many people will ask you why i need it when there is many softs which are good. I would use my station for upload data to my site (by banana pi/raspberry pi 2) and i have a different idea of sharing data (dont want upload something from soft). This is my reason why i am interested of programing weather soft. For any answer I'll be happy

thanks guys

BR

Antra

nincehelser:

--- Quote from: Antra on April 08, 2015, 01:13:26 PM ---Dear All,
i would ask you if is there any person which have experience with own software for weather station (C#,C++, vb.net). I know that many people will ask you why i need it when there is many softs which are good. I would use my station for upload data to my site (by banana pi/raspberry pi 2) and i have a different idea of sharing data (dont want upload something from soft). This is my reason why i am interested of programing weather soft. For any answer I'll be happy

thanks guys

BR

Antra

--- End quote ---

Python seems to be a very popular choice at the moment. 

I use some perl scripts to interpret the data flowing from my station.  I'm not using perl for any particular reason, though. 

Antra:
or if somebody have experience with automaticaly save data into DB

SLOweather:
You could look at WU's upload protocol for an easy way to send data from the station's interface to a web server via http GET (could also do it with POST I think).

Then, on the web server, use PHP or something else to parse out the incoming data and save it to the database.



Jáchym:
It depends what exactly you mean.

If you are talking about making your own scripts that would process your data from the database, then I think your best bet is PHP (see my web, this is exactly how I do everything, I get raw data from MySQL and use PHP to do the rest).

Or if you are looking for some sort of software that would be able to actually "get" the raw data from the station. That I would say is much more complicated and companies developing devices such as meteobridge had to spent quite some time and mostly trial/error to find out how the various weather station models actually communicate. For this you obviously wouldnt use PHP.

Navigation

[0] Message Index

[#] Next page

Go to full version