PDA

View Full Version : Need a tool/programmer for a freeware project


=Hollywood=
02 Jan 2007, 00:44
I have a project that I'm looking for some programming help on...

Basically I've got GIS data that is updated daily that I'm hoping I can build a program to:


Download the .zip file every day
Run the data through conversion to XML
Build the .BGL file through dropping the .xml file onto bglcomp.exe
Upload the .bgl file to a web server



simconnect module that downloads the .bgl from the user end
simconncet module forces a scenery refresh in the simulator


What this does is allow one computer to download and render the data, then uploads to a server... The users computer then downloads the new .bgl file for that day (similar to real weather), and forces FSX to re-index and reload all scenery files thereby updating the placement of the scenery object...

This is primarily aimed at a freeware addon, but also I have a few other commercial grade projects that this might benefit as well, for which any programmer that could help create these tools would also get a commission...

scruffyduck
02 Jan 2007, 03:07
This program is to be stand alone? or a dll to be used in other programs? If a dll then what are the main programs developed in?

=Hollywood=
08 Jan 2007, 11:03
oops sorry I forgot about this thread... the main program would be standalone, but it could also be a dll that the users computer compiles the data on... The end user would have a dll that either can download the raw data and run it through the converters (not the preferred method), but the preferred method is that the users computer only grabs the pre-rendered daily BGL via a DLL interface in sim...

Would be faster to have a daily standalone file on my developers end that I can schedule to run every day and upload the bgl to a server...

Then the user's computer would have a dll in FS9 or FSX that downloads the daily data file and refreshes the scenery drive thereby updating the data in the sim...

Anyway I think I already have a programmer for this one project... But I'm still open to input...

Vector
27 Apr 2007, 06:45
I have a project that I'm looking for some programming help on...

Basically I've got GIS data that is updated daily that I'm hoping I can build a program to:


Download the .zip file every day
Run the data through conversion to XML
Build the .BGL file through dropping the .xml file onto bglcomp.exe
Upload the .bgl file to a web server



simconnect module that downloads the .bgl from the user end
simconncet module forces a scenery refresh in the simulator


What this does is allow one computer to download and render the data, then uploads to a server... The users computer then downloads the new .bgl file for that day (similar to real weather), and forces FSX to re-index and reload all scenery files thereby updating the placement of the scenery object...

This is primarily aimed at a freeware addon, but also I have a few other commercial grade projects that this might benefit as well, for which any programmer that could help create these tools would also get a commission...

I was wondering where FSX gets the weather data?
I assume there is a special website somewhere in the Universe. lol

lc0277
27 Apr 2007, 10:10
I was wondering where FSX gets the weather data?
I assume there is a special website somewhere in the Universe. lol

http://fs2k.zone.com/metars.bin
http://fs2k.zone.com/metars_and_winds_aloft.bin
http://fs2k.zone.com/fronts.bin

Don't know the format, probably compressed somehow

Vector
27 Apr 2007, 12:32
http://fs2k.zone.com/metars.bin
http://fs2k.zone.com/metars_and_winds_aloft.bin
http://fs2k.zone.com/fronts.bin

Don't know the format, probably compressed somehow

Thanks much!