seesoe Posted May 15, 2008 Share Posted May 15, 2008 (edited) well hello everyone, this is my first script i have written. just wanted to say for anyone looking at coding that autoit is very easy to learn and understand, of course i didn't post for much help i searched the forums quite often, and looked up example codes or other codes i can pull some help code out of, it really does help and its all one would need, autoit it pretty much straight forward.Version 1.0.8map example at herelet me introduce my program, its made for my wifi bot to allow it to have gps tracking on google maps, i tried for a while to do this with GPSD on linux with vmware and cygwin, and other ruby and python scripts, but everything i found was old and weird to use, so i made up my own thats straight forward that works exactly how and i and someone might need it. its all straight forward.algorithm is about as follows:connect to any gps device that outputs NMEA datalook for NMEA lines starting with $GPGGA, pull and phrase itconvert the phrased long lat into normal coordinates,put that into a xml and upload to ftpCom - pick your com port device is onaddress - ftp hostuser - userpassword - passworddir - will need to be full path the the folder ending in /marker name - this is just for the xml file, but now its not displayed on the api page, its for future expansioninfo html - real html not tested yet, but for now just use plain text, later this will hold a screen shot so when the point it clicked on it will show the marker name and screen shot that will refresh every 2 or so min.the script has a save form ini function, so just set your data once and don't worry about doing it every time.the status bar isn't working yet its just static, but it will show the upload of the xml file when the button is pressed and when the script it self is uploading the xml file.the time is commented out for now still i sort thing out with the dimensionsthen i wrote a html page that has my own google map that gets the xml file and puts a point on it and moves to the xml file.**remember to get the include files in the same dir, that would be the com udf and dll, ftp udf, **hand full of small bugs but the main system is there to check out and use; you can use a nmea emulator also if you like to test this out with if you have no gps unit.AUtoogle_Tracker.au3 Edited January 1, 2009 by seesoe Link to comment Share on other sites More sharing options...
James Posted May 15, 2008 Share Posted May 15, 2008 Changed the edit box to wrap horizontal text Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
seesoe Posted May 15, 2008 Author Share Posted May 15, 2008 hmmm whats the code for that? Link to comment Share on other sites More sharing options...
YOUF Posted May 16, 2008 Share Posted May 16, 2008 Where this document »CommMG.au3 Link to comment Share on other sites More sharing options...
seesoe Posted May 16, 2008 Author Share Posted May 16, 2008 (edited) the CommMG.au3 comes from the Serial port (COM port) udf writen by martin.you can find the udf thread here, theres plenty of examples, help and information to work with, and you can obtain a copy of it from links within the udf thread.http://www.autoitscript.com/forum/index.ph...st&p=341916,cheers! Edited June 16, 2008 by seesoe Link to comment Share on other sites More sharing options...
ludocus Posted May 16, 2008 Share Posted May 16, 2008 pretty good for your first script on forums keep it up Link to comment Share on other sites More sharing options...
seesoe Posted May 16, 2008 Author Share Posted May 16, 2008 thanks:) Link to comment Share on other sites More sharing options...
tito Posted May 27, 2009 Share Posted May 27, 2009 very nice! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now