
- Send-to-GPS--PHP-Script
- 01-14-2008
If you were Registered and logged in, you could reply and use other advanced thread options
Folks, I'm looking to send some coords data to a GPS unit. Any hints
on how to do that will be mucho appreciado. Info on addressing as
well as data formats, ... ?
I want to embed this capability in an Open Source PHP package I'm
writing, so known comm'l products with a similar capability, e.g.,
TomTom, won't do it, I believe. (But do correct me if I'm wrong on
this.)
I'm not yet settled on the particular unit, and I understand that the
stream/protocol may differ brand-to-brand, but I'm just starting to
look at this so any info wd be useful. Thanks, all.
AS
So you're planning on connecting the GPS unit to your web server?
> > Folks, I'm looking to send some coords data to a GPS unit.
> So you're planning on connecting the GPS unit to your web server?
Umm, no, not "connecting". As I said, "send to ... " Yes, I
understand that http is a connection-based protocol, and I expect to
wind up with something like a UDP transmission by the server. Thanks
for yr interest.
-AS
ashore wrote:
> Folks, I'm looking to send some coords data to a GPS unit. Any hints
> on how to do that will be mucho appreciado. Info on addressing as
> well as data formats, ... ?
>
> I want to embed this capability in an Open Source PHP package I'm
> writing, so known comm'l products with a similar capability, e.g.,
> TomTom, won't do it, I believe. (But do correct me if I'm wrong on
> this.)
>
> I'm not yet settled on the particular unit, and I understand that the
> stream/protocol may differ brand-to-brand, but I'm just starting to
> look at this so any info wd be useful. Thanks, all.
>
> AS
>
> on how to do that will be mucho appreciado. Info on addressing as
> well as data formats, ... ?
>
> I want to embed this capability in an Open Source PHP package I'm
> writing, so known comm'l products with a similar capability, e.g.,
> TomTom, won't do it, I believe. (But do correct me if I'm wrong on
> this.)
>
> I'm not yet settled on the particular unit, and I understand that the
> stream/protocol may differ brand-to-brand, but I'm just starting to
> look at this so any info wd be useful. Thanks, all.
>
> AS
>
The first question is to find out what kind of interface it takes. If
it's a TCP/IP socket, it would be pretty easy (assuming, of course, it's
compatible with your PC). But if it's something else like a COM port,
it can be much harder.
So start by looking up the technical specs on the units you're
considering.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
> The first question is to find out what kind of interface it takes. If
> it's a TCP/IP socket, it would be pretty easy (assuming, of course, it's
> compatible with your PC). But if it's something else like a COM port,
> it can be much harder.
> So start by looking up the technical specs on the units you're
> considering.
Guys, if I was looking for DUH! stuff like that I'd go to my local
> it's a TCP/IP socket, it would be pretty easy (assuming, of course, it's
> compatible with your PC). But if it's something else like a COM port,
> it can be much harder.
> So start by looking up the technical specs on the units you're
> considering.
retail shop. Please!
AS
- GPS, GLONASS and GALILEO ?
- Satellite Navigation
- 2005-09-08
- Opinion about buying a Gps
- Garmin GPS
- 2009-12-15
- Bluetooth GPS
- Satellite Navigation
- 2005-08-29

> on how to do that will be mucho appreciado. Info on addressing as
> well as data formats, ... ?
> I want to embed this capability in an Open Source PHP package I'm
> writing, so known comm'l products with a similar capability, e.g.,
> TomTom, won't do it, I believe. (But do correct me if I'm wrong on
> this.)
> I'm not yet settled on the particular unit, and I understand that the
> stream/protocol may differ brand-to-brand, but I'm just starting to
> look at this so any info wd be useful. Thanks, all.
> AS