Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > GPS


Reply
 
Share Thread Tools Display Modes
Old 08-18-2009, 09:00 AM   #106
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
its a very good idea.. in order for the program to be useful the server needs to be running at all times so having it convert to a service makes sense.

Have you given any thought to making the client app an RRExtension plugin? Seems it would be pretty easy to do just convert the GUI text to labels and create indicators for connection status and such. It would be nice to view this stuff inside of a skin and using RR would allow the client app to be controlled at hibernate/resume (not that i've had any issues with them yet).

I'm gonna get a skype account today and test those features... i'm basically trying to justify having a data card here
__________________
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-18-2009, 11:12 AM   #107
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
check out my rrskype plugin.

I changed the client to right scale for RR but not sure whether the effort is worth what you'd gain by making it rr specific. May rethink this after I have the service working ok.
lambosprit is offline   Reply With Quote
Old 08-18-2009, 11:22 AM   #108
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
check out my rrskype plugin.

I changed the client to right scale for RR but not sure whether the effort is worth what you'd gain by making it rr specific. May rethink this after I have the service working ok.

I'll definitely check out RRskype.

If you wish to create an extension plugin i would be happy to port the standalone for you depending on its written language (i can handle vb6, .net, and c#) I'll also make sure to keep it updated with your changes if need be. No rush or pressure... just keep it in mind. Thank you for another great app!
__________________
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-23-2009, 04:23 PM   #109
Variable Bitrate
 
Join Date: Oct 2008
Posts: 237
boelle is an unknown quantity at this point
Quote: Originally Posted by eigenVector View Post
I've written a similar app in C# for my Windows Mobile phone. It makes use of SQL Server CE 3.5 to store the data......

got an idea for this... what about the car sends the data to an sql server?would of course require internet access... but would be nice to have as an option for those of us that has mobile broadband dongles
boelle is online now   Reply With Quote
Old 08-23-2009, 04:45 PM   #110
Variable Bitrate
 
Join Date: Oct 2008
Posts: 237
boelle is an unknown quantity at this point
Quote: Originally Posted by TimmyM View Post
I use webcamXP running some security cameras.

another crazy idea as i read along, while sending data to the server why not have an option to upload photos from a hidden cam inside the car?

i could think of a folder on a webserver with photos, sql server for gps data, and then some mainpage for it's current location and speed etc... and then a link for each time it has broken geofence. when outside geofence it should upload pics each 30 sec.. or maybe leave it to the user how often...
boelle is online now   Reply With Quote
Old 08-23-2009, 05:10 PM   #111
Variable Bitrate
 
Join Date: Oct 2008
Posts: 237
boelle is an unknown quantity at this point
Quote: Originally Posted by lambosprit View Post
So I'm converting the current server to a service + gui app + tray app. What do you think? Is it a good idea?

sounds great... when i have read this thread to the end i will install it... just hope that bluetooth gps are still working....
boelle is online now   Reply With Quote
Old 08-23-2009, 05:15 PM   #112
Variable Bitrate
 
Join Date: Oct 2008
Posts: 237
boelle is an unknown quantity at this point
Quote: Originally Posted by lambosprit View Post
but not sure whether the effort is worth what you'd gain by making it rr specific.

would be awesome to be able to access it via RR... going to install it in a bit
boelle is online now   Reply With Quote
Old 08-23-2009, 06:06 PM   #113
Variable Bitrate
 
Join Date: Oct 2008
Posts: 237
boelle is an unknown quantity at this point
just had a quick look at this nice app... could it be possible to move the geofence options to the car like a setting that says: if car moved more than XX meters then trigger sms via skype and start uploading photo's at XX sec interval

in this way you are not that much depending on beening at home

and instead of using a homeserver why not be able to use a hosting company? most of them provide sql server and plenty of space for the photo's
boelle is online now   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 08-23-2009, 06:28 PM   #114
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
Quote: Originally Posted by boelle View Post
just had a quick look at this nice app... could it be possible to move the geofence options to the car like a setting that says: if car moved more than XX meters then trigger sms via skype and start uploading photo's at XX sec interval

in this way you are not that much depending on beening at home

and instead of using a homeserver why not be able to use a hosting company? most of them provide sql server and plenty of space for the photo's

well so many questions.

Firstly I use sqllite because its free. The whole app is complicated enough without setting up sqlserver. Also all the data is sent in real time if you have a broadband connection.

A picture option has been half coded but not finished yet. You'll be allowed to add a picture along with every gps coord.

The geofence fpr current location is also possible. The client will send a geofence flag to the server which will set up an automatic circle geofence around the car.

If any geofence is broken then the server can be set to send an sms message to any number of phones but only by using skype.

Your last comment about why dont I use other peoples servers etc is because I dont want to. The whole point of this app was to stop me having to allow other people access to my location etc. Bit of a privacy nut I'm afraid. Also its free and totally under my control. I also learnt alot making it which is half the fun for me. If you want an easier to setup app like that then I suggest webmasters one but not sure if its still working.
lambosprit is offline   Reply With Quote
Old 08-23-2009, 07:09 PM   #115
Variable Bitrate
 
Join Date: Oct 2008
Posts: 237
boelle is an unknown quantity at this point
Quote: Originally Posted by lambosprit View Post

Your last comment about why dont I use other peoples servers etc is because I dont want to. The whole point of this app was to stop me having to allow other people access to my location etc. Bit of a privacy nut I'm afraid. Also its free and totally under my control. I also learnt alot making it which is half the fun for me. If you want an easier to setup app like that then I suggest webmasters one but not sure if its still working.

just posted a note on webmasters tracking thread...

but what would it take to support a hosting company as an extra option? i once had an server at home but i did not have the time to keep it running
boelle is online now   Reply With Quote
Old 08-24-2009, 07:12 AM   #116
Variable Bitrate
 
Join Date: Oct 2008
Posts: 237
boelle is an unknown quantity at this point
it was not meant to be rude when i asked what it would take to add the extra options

but i think i'm not the only one who would like the option to use an "out in town" server... just to store the data

then the app at home could pull data from there... or like i said yeaterday make some pages in php that pulls the data you want

i have an idea in my head about how it should work in real life but i will save that until you ask what i have mind

Last edited by boelle; 08-24-2009 at 08:09 AM.
boelle is online now   Reply With Quote
Old 08-25-2009, 11:24 AM   #117
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
Quote: Originally Posted by boelle View Post
it was not meant to be rude when i asked what it would take to add the extra options

but i think i'm not the only one who would like the option to use an "out in town" server... just to store the data

then the app at home could pull data from there... or like i said yeaterday make some pages in php that pulls the data you want

i have an idea in my head about how it should work in real life but i will save that until you ask what i have mind

Thats ok, I didn't take it as being rude.

The only reason I see for having an "out in town" server is if you dont have the skills to setup port forwarding on your home pc. I agree that this is an issue for some uses but my app was design specifically for running on your own home server. Webmasters does what you want (but I see it doesn't look like his app is still current).

If you have more reasons then I might be persuaded but at the moment I have no plans to do this.
lambosprit is offline   Reply With Quote
Old 08-25-2009, 12:02 PM   #118
Variable Bitrate
 
Join Date: Oct 2008
Posts: 237
boelle is an unknown quantity at this point
Quote: Originally Posted by lambosprit View Post
The only reason I see for having an "out in town" server is if you dont have the skills to setup port forwarding on your home pc.

i can do that... my router allready have 4 forward rules... and a few months ago i had a fullscale server that offered the same features as i now pay around 30£ a year.. only advantage for me that i now save some money on power and dont have to constant do maintence and upgrades.. and the benefit is that i dont have an pc with spreads noise all over my appartment.. i simyply just turn of my pc when i dont use it

Quote: Originally Posted by lambosprit View Post
I agree that this is an issue for some uses but my app was design specifically for running on your own home server. Webmasters does what you want (but I see it doesn't look like his app is still current).

his app did only store gps points.. no option for picture upload... no option for a geofence.. and no option for an sms... your are far more better than his.. in my project your app is still on the list.. but i would hate to have to setup a pc running just for that one..

Quote: Originally Posted by lambosprit View Post
If you have more reasons then I might be persuaded but at the moment I have no plans to do this.

one more reason i can think of would be that loos of data... on a home server you would have to do backups... the company's that offers webspaces mostly do this... also for those who have not an fixed IP it could be an option also

/bo

EDIT: if it would help i could pay for someone to develop the php files for the webspace part, i had an idea in mind to offer something like webmaster did... for free of course.. only on a more automatic basis so that i did not have to activate accounts etc.

i can have 10 domains on the host i have now.. and i only use 2 of them right now.. so plenty of space

Last edited by boelle; 08-25-2009 at 12:08 PM.
boelle is online now   Reply With Quote
Old 08-26-2009, 02:28 PM   #119
Newbie
 
SWC_Scotty's Avatar
 
Join Date: Sep 2007
Posts: 14
SWC_Scotty is an unknown quantity at this point
Lambo, any chance of having this run as a hidden service for the client? I would like it to auto track as soon as windows boots up. This is going to be used as more of a security feature and dont want potential theives seeing tracking software
SWC_Scotty is offline   Reply With Quote
Old 08-26-2009, 06:32 PM   #120
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
Quote: Originally Posted by SWC_Scotty View Post
Lambo, any chance of having this run as a hidden service for the client? I would like it to auto track as soon as windows boots up. This is going to be used as more of a security feature and dont want potential theives seeing tracking software

You can make it autoconnect already. Look in the ini file.

As for hiding it I had that set when there was an alert set (needs some other program to set the registry setting correctly) so it was minimised and hidden. The trouble was that when I tested it you couldn't see it to switch it off.
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:43 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