Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > GPS


Reply
 
Share Thread Tools Display Modes
Old 06-10-2009, 06:15 PM   #91
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
Quote: Originally Posted by Cerberus View Post
Yep, Dumped the XML file and it created a new one and ran fine.

It doesn't say 'connected' when I'm away from home anymore. But it
doesn't seem to when I'm home and connected to the wireless either.

Didn't get any pins from the journey I just took. But I was only out
for 5 minutes (corner shop, should have walked really but I had a
good excuse to drive!). Except the now customary driveway pin
of course!

Dodgy xml attached

C

yup thats dodgy and thats what I've had. Not sure how to fix it though.

Can you send me your debug log. I put some extra debug in that should have said if it noticed a network connection or not and what happened when it did.
lambosprit is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 06-23-2009, 11:22 AM   #92
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
Just to keep those interested informed, I've been trying to crack Cerberus's problem. I think it could be any of a couple of things which is leading me towards changing the storage of the tracking data as a database rather than an xml file. This will allow lots of new stuff in terms of displaying the collected data as well. I'm still trying to keep this as simple as possible as its already quite a complicated install (I haven't heard if anyone except for me has it working yet) so hopefully there wont be any more setups or installs to do. Hopefully new version in a couple of days.
lambosprit is offline   Reply With Quote
Old 07-01-2009, 08:47 PM   #93
Low Bitrate
 
Join Date: May 2007
Posts: 88
Toxic0n is an unknown quantity at this point
I am going to try this out on my carPC tomorrow and let you know how it goes.
Toxic0n is offline   Reply With Quote
Old 07-02-2009, 07:04 AM   #94
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
Well after a long wait here it is. The all new version 2.0. I found Cerberus's problem and have fixed it. I've completely rewritten the commuications between client and server and changed the data storage to be a sqlite database rather than xml. I picked this because its free (allways a good thing) and it doesn't require lots of extra installation (its one new dll that doesn't even need registering). If you want to look at the data stored then see the release notes for a link to a free program that allows you to do it.

Anyway find it on the first post and please leave any feedback bad or good.
lambosprit is offline   Reply With Quote
Old 07-09-2009, 03:35 AM   #95
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
Any one tried it yet?

Cerberus. Did it solve the problem you where having? It took me ages to fix it so I hope so.
lambosprit is offline   Reply With Quote
Old 07-10-2009, 05:47 PM   #96
Newbie
 
Join Date: Oct 2007
Posts: 37
hondabldr is an unknown quantity at this point
I lost my external ip So I havent had a chance to play with it.. I will try wifi when i get a min this week Thanks for keeping at it!!!
hondabldr is offline   Reply With Quote
Old 07-14-2009, 11:50 AM   #97
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
Got myself a nice 3G mobile broadband setup now so will be testing this in real time mode as well now.

Also found out how to send pictures so will be adding a current webcam picture feature as well. It will rely on some other program taking the picture but will handle sending it to the server.
lambosprit is offline   Reply With Quote
Old 07-27-2009, 02:15 PM   #98
Terminal flasher
 
Sonicxtacy02's Avatar
 
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
Sonicxtacy02 has a spectacular aura aboutSonicxtacy02 has a spectacular aura about
Quote: Originally Posted by lambosprit View Post
Got myself a nice 3G mobile broadband setup now so will be testing this in real time mode as well now.

Also found out how to send pictures so will be adding a current webcam picture feature as well. It will rely on some other program taking the picture but will handle sending it to the server.

how are you handling the connection with a 3g device as oppose to a wifi device. How are you connecting to your router when your 3g device is outside your network. I'm very interested in getting this app setup but im not sure how to make that initial IP connection. I'm using a verizon U760 mobile broadband card.
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
Sonicxtacy02 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 08-09-2009, 05:19 PM   #99
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
Quote: Originally Posted by Sonicxtacy02 View Post
how are you handling the connection with a 3g device as oppose to a wifi device. How are you connecting to your router when your 3g device is outside your network. I'm very interested in getting this app setup but im not sure how to make that initial IP connection. I'm using a verizon U760 mobile broadband card.

sorry for the slow reply. Been on holiday .

All the network connection stuff is handled by windows itself. For the client you dont need its ip address only the servers ip address.

The config file has an internal and external ip address. This is the servers ipaddress though, not the clients. If the clients network connection is a wireless one and has the same SSID as that defined in the config file then the internal address is used otherwise the external address is used.
lambosprit is offline   Reply With Quote
Old 08-13-2009, 05:48 PM   #100
Terminal flasher
 
Sonicxtacy02's Avatar
 
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
Sonicxtacy02 has a spectacular aura aboutSonicxtacy02 has a spectacular aura about
i got this installed per your instructions. The funny thing is when i launch the client app it sends a single point to the server.. but subequent points are not sent... the debug says the server isnt pingable... even though the server clearly is because one point has been sent. This happens each time i start the client app... one point uploads.. then nothing. Any ideas?
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
Sonicxtacy02 is offline   Reply With Quote
Old 08-17-2009, 11:09 AM   #101
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
Quote: Originally Posted by Sonicxtacy02 View Post
i got this installed per your instructions. The funny thing is when i launch the client app it sends a single point to the server.. but subequent points are not sent... the debug says the server isnt pingable... even though the server clearly is because one point has been sent. This happens each time i start the client app... one point uploads.. then nothing. Any ideas?

The way the app works is to try to send data when a network chnge occures i.e. everytime you get a new network connection. It checks to see if the network is an internet connection by trying to connect to http://www.microsoft.com/. If this passes then it looks to see if you've allowed the server to be pingable. This is set in the ini file. If it is then it trys to ping. If it recieves a response then it trys to send the data if not then it fails.

I think the debug message your seeing is the setting from your ini file as I default it to false.

I think whats happening is the client has sent its message, which the server has recieved (hence the one point) but the the server message sying its recieved the data is not being returned to the client. The client then goes into the no connection mode and waits for the specified retryperiod.

So the question is why does it think its not sent the data when it has.
Does the client say a current time for the server updated label?
Does the client seem to hang for a long time?
try setting your tracking period and retry period smaller. Say 10 secods and 15 seconds. That way you may see more points. It wont have solved your problem but it will narrow it down.
I assume that the server can see the client. By this I mean can it respond. have you got a firewall that will stop it from responding?

Can you send me your debug file to take a look.
I could add some extra debug and send you a special version if you pm me your email address.
lambosprit is offline   Reply With Quote
Old 08-17-2009, 11:51 AM   #102
Terminal flasher
 
Sonicxtacy02's Avatar
 
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
Sonicxtacy02 has a spectacular aura aboutSonicxtacy02 has a spectacular aura about
Quote: Originally Posted by lambosprit View Post
Does the client say a current time for the server updated label?

Yes the initial connection specifies the time the server updated

Quote:
Does the client seem to hang for a long time?

No the client's CPU doesnt raise and i've seen no signs of it hanging

Quote:
I assume that the server can see the client. By this I mean can it respond. have you got a firewall that will stop it from responding?

Its very possible i'm missing a setting or something.. but there shouldnt be any firewall installed on my carPC and i've got the ports handled on the server. I guess i should check if windows firewall on the carpc is blocking the connection. In any event.. my debug log is attached and my email is sonicxtacy02@gmail.com. Thanks for your help
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
Sonicxtacy02 is offline   Reply With Quote
Old 08-17-2009, 05:16 PM   #103
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
can't see any debug log. Am I missing it somewhere?

Some other things came to me.

Does the client say connected at the bottom (you need debuglevel of 5 for this to show).

Have you changed the timing settings or are they still 30 and 60?

Last edited by lambosprit; 08-17-2009 at 05:19 PM.
lambosprit is offline   Reply With Quote
Old 08-17-2009, 05:41 PM   #104
Terminal flasher
 
Sonicxtacy02's Avatar
 
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
Sonicxtacy02 has a spectacular aura aboutSonicxtacy02 has a spectacular aura about
Quote: Originally Posted by lambosprit View Post
can't see any debug log. Am I missing it somewhere?

Some other things came to me.

Does the client say connected at the bottom (you need debuglevel of 5 for this to show).

Have you changed the timing settings or are they still 30 and 60?

ah i forgot to post the log while i was at work. My appologies. I did play around with it some more and i got it working. I dont know if it was turning off windows firewall or reducing the timing options but its working great now
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
Sonicxtacy02 is offline   Reply With Quote
Old 08-18-2009, 07:02 AM   #105
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
Great. Seeing as your the only one following this at the moment I'll update you on upcomming stuff.

Personnally I have more than one user on my server machine. What I'm finding is that if the user logged on isn't the one running the software it doesn't track anything...obvious I know. But to solve this I'm working on changing the server to be a service and adding a gui to display whats happening when required. this has a problem though in that its very difficult to have a gui on a service. So if an alert or sos comes in there is nothing displayed.So I then need to make a tray app that will show an alert.

So I'm converting the current server to a service + gui app + tray app. What do you think? Is it a good idea?
lambosprit is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
it works.. auto syncing when you arrive home collegeboyslive General MP3Car Discussion 4 11-29-2007 07:36 PM
Home stasik-a4 Map Monkey 1 06-01-2007 01:55 AM
Image server qwertylol Software & Software Development 1 01-10-2007 04:02 AM
MS Server 2003 help nappyjim Off Topic 3 05-25-2006 05:22 PM
winxp crashed, can I repair with my home pc? cw42 Newbie 2 10-08-2005 04:01 PM



All times are GMT -5. The time now is 03:16 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics