abidinamdar / gmapcatcher

Automatically exported from code.google.com/p/gmapcatcher
1 stars 0 forks source link

Injecting a custom message (Not NMEA) #417

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello everyone, I'm using an air to ground machine that sends various 
informations about a plane (GPS and propeller information), the frame is a 
custom frame because of the different instruments already using it on the 
ground.

The frame looks like this :

15:05:19.00;06000;1;150518.00;4034.80540235;N;00622.40658075;E;1;160.2;49.9;1.9;
1.2;3.0;

With :

UTC Time unuseful; unuseful; unuseful; UTC Time GPS; Lat(ddmm.mm); Hemisphere; 
Lon(dddmm.mmm); Meridien; Solution; Hight ASML(m); GUND(m); error Lat(m); Error 
Lon(m); Error Alt(m);

I'd like to inject it into gmapcatcher in order not to add a pre-treatment to 
the message, is it possible ?

I just need to be able to locate the plane on a satellite map (wich works 
perfectly when I plug the GPS directly in but the GPS remains in the plane and 
I need the info on the ground;)

Can anyone help me.

Thanks a lot !

Sam

Original issue reported on code.google.com by flyoverz...@gmail.com on 10 Sep 2014 at 1:45

GoogleCodeExporter commented 8 years ago
Possible? Yes sure.
Will we do it free for you? probably not!
If you need any more details email me directly: heldersepu(at)gmail.com 

Original comment by heldersepu on 10 Sep 2014 at 2:55

GoogleCodeExporter commented 8 years ago
Look at the asalt-vehicle project:
https://code.google.com/p/asalt-vehicle/wiki/GUI_ScreenShots
That used GMapCatcher to plot the route and also display the current position 
of the vehicle 

Original comment by heldersepu on 10 Sep 2014 at 2:58