meshboy Posted January 19, 2012 Report Posted January 19, 2012 I am starting to create a simple program like FSPassenger but for X-Plane.Note, this will just be the smallest program ever just to start with and then expand over time.My main goal this week was to:Download SDKInclude and setup linkersCompileGet Plugin to work.All of the above = check, complete!My program will be internet based and handle all stats and stuff on the internet and then just load and save data to server.There will maybe be added stuff in my plugin but mainly i want to save and load data when you start a flight.Happy coding! Quote
Kesomir Posted January 19, 2012 Report Posted January 19, 2012 Good luck meshboy, I'm sure there will be demand for this. Quote
meshboy Posted January 20, 2012 Author Report Posted January 20, 2012 Moving forward.Now i have:Reading datarefsResetting the aircraft on airportKeypress command workingMessages recieveing Quote
whiskeyportal Posted January 20, 2012 Report Posted January 20, 2012 I'd use this as long as it didn't mess with FSEconomy . Sounds cool, I liked FSPax when i flew FSX Quote
meshboy Posted January 20, 2012 Author Report Posted January 20, 2012 Ok Version 1 is complete as a plugin, just a box with lots of values and an endpoint to fly to.Logging stuff like G-forces, speed etc.My problem now is to find a good c-library for communicating with a webserver. I want everybodies stats on the internet with a database.I also want to be able to read from website for init-setup a new flight.Anyone know of a good cgi-lib for c let me know right away! =) Quote
Ben Russell Posted January 20, 2012 Report Posted January 20, 2012 libCURL, but Gizmo uses it already, so we'll probably clash if you start using it, which would suck. Please DONT use it. Quote
meshboy Posted January 23, 2012 Author Report Posted January 23, 2012 (edited) I have compiled some code with WinHTTP,but i can´t get it to work. At least localhost.Why would it clash if i also use libCURL?I have got libCurl working sending request to my server... Edited January 23, 2012 by meshboy Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.