Connecting Tech Pros Worldwide Forums | Help | Site Map

Send to GPS - PHP Script?

ashore
Guest
 
Posts: n/a
#1: Jan 14 '08
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

ZeldorBlat
Guest
 
Posts: n/a
#2: Jan 14 '08

re: Send to GPS - PHP Script?


On Jan 14, 1:12 pm, ashore <shor...@gmail.comwrote:
Quote:
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?
Rik Wasmus
Guest
 
Posts: n/a
#3: Jan 14 '08

re: Send to GPS - PHP Script?


On Mon, 14 Jan 2008 19:18:51 +0100, ZeldorBlat <zeldorblat@gmail.com>
wrote:
Quote:
On Jan 14, 1:12 pm, ashore <shor...@gmail.comwrote:
Quote:
>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?
Some people do seem to need it:
"<ernohm. I've lost a machine.. literally _lost_. it responds to ping,
it works completely, I just can't figure out where in my apartment it is."
--
Rik Wasmus
Gilles Ganault
Guest
 
Posts: n/a
#4: Jan 14 '08

re: Send to GPS - PHP Script?


On Mon, 14 Jan 2008 19:26:06 +0100, "Rik Wasmus"
<luiheidsgoeroe@hotmail.comwrote:
Quote:
>"<ernohm. I've lost a machine.. literally _lost_. it responds to ping,
>it works completely, I just can't figure out where in my apartment it is."
My dad sometimes forgets where he parker his car. I did think about
getting him a GPS so that he could just hit the PoI button :-D
ashore
Guest
 
Posts: n/a
#5: Jan 14 '08

re: Send to GPS - PHP Script?


On Jan 14, 12:18 pm, ZeldorBlat <zeldorb...@gmail.comwrote:
Quote:
On Jan 14, 1:12 pm, ashore <shor...@gmail.comwrote:
>
Quote:
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
Jerry Stuckle
Guest
 
Posts: n/a
#6: Jan 14 '08

re: Send to GPS - PHP Script?


ashore wrote:
Quote:
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
>
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
==================

ashore
Guest
 
Posts: n/a
#7: Jan 14 '08

re: Send to GPS - PHP Script?


The first question is to find out what kind of interface it takes. If
Quote:
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
retail shop. Please!

AS
Rik Wasmus
Guest
 
Posts: n/a
#8: Jan 14 '08

re: Send to GPS - PHP Script?


On Mon, 14 Jan 2008 21:33:30 +0100, ashore <shoreas@gmail.comwrote:
Quote:
Quote:
>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
retail shop. Please!
Well, d'uh, don't post in comp.lang.php then. We're not experts about any
GPS interface. Ask in approproate places what kind of protocol/interface
is required for different devices, and as soon that is clear and you're
not certain how to implement those protocols, post back in c.l.php with
the interface spec and the question how to do that. I doubt anyone here
will do that work for you, allthough you have a very, very small chance
you might get lucky and find someone who has done it before. I don't think
PHP would be the language of choice for most people attempting this, I
certainly wouldn't.

--
Rik Wasmus
=?ISO-8859-1?Q?thib=B4?=
Guest
 
Posts: n/a
#9: Jan 14 '08

re: Send to GPS - PHP Script?


Rik Wasmus wrote:
Quote:
On Mon, 14 Jan 2008 19:18:51 +0100, ZeldorBlat <zeldorblat@gmail.com>
wrote:
>
Quote:
>On Jan 14, 1:12 pm, ashore <shor...@gmail.comwrote:
Quote:
>>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?
>
Some people do seem to need it:
"<ernohm. I've lost a machine.. literally _lost_. it responds to ping,
it works completely, I just can't figure out where in my apartment it is."
Eheh. Bash Top 2.

-thibī
Manuel Lemos
Guest
 
Posts: n/a
#10: Jan 14 '08

re: Send to GPS - PHP Script?


Hello,

on 01/14/2008 04:12 PM ashore said the following:
Quote:
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.
There are some GPS related PHP classes here. I don't know if any may be
useful for your purposes. Take a look:

http://www.phpclasses.org/searchtag/...ckage/tag/gps/


--

Regards,
Manuel Lemos

PHP professionals looking for PHP jobs
http://www.phpclasses.org/professionals/

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
Jerry Stuckle
Guest
 
Posts: n/a
#11: Jan 14 '08

re: Send to GPS - PHP Script?


ashore wrote:
Quote:
Quote:
>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
retail shop. Please!
>
AS
>
Then TELL US WHAT THE INTERFACE IS! You want help from a PHP newsgroup,
you need to provide enough information for us to help you!

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Ivan Marsh
Guest
 
Posts: n/a
#12: Jan 14 '08

re: Send to GPS - PHP Script?


On Mon, 14 Jan 2008 12:33:30 -0800, ashore wrote:
Quote:
Quote:
>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
retail shop. Please!
You have to align the fetzer bearings with the domyflage and then click
send.

--
I told you this was going to happen.

ashore
Guest
 
Posts: n/a
#13: Jan 15 '08

re: Send to GPS - PHP Script?


Manuel, excellent. That's quite useful as a starting point. Thank
you.

-AS


On Jan 14, 3:52 pm, Manuel Lemos <mle...@acm.orgwrote:
....
Quote:
There are some GPS related PHP classes here. I don't know if any may be
useful for your purposes. Take a look:
>
http://www.phpclasses.org/searchtag/...ckage/tag/gps/
>
--
>
Regards,
Manuel Lemos
bill
Guest
 
Posts: n/a
#14: Jan 15 '08

re: Send to GPS - PHP Script?


Ivan Marsh wrote:
Quote:
On Mon, 14 Jan 2008 12:33:30 -0800, ashore wrote:
>
Quote:
Quote:
>>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
>retail shop. Please!
>
You have to align the fetzer bearings with the domyflage and then click
send.
>
only if the farenstat is in send mode. Otherwise you get a deadlock.

Ivan Marsh
Guest
 
Posts: n/a
#15: Jan 15 '08

re: Send to GPS - PHP Script?


On Tue, 15 Jan 2008 07:30:08 -0500, bill wrote:
Quote:
Ivan Marsh wrote:
Quote:
>On Mon, 14 Jan 2008 12:33:30 -0800, ashore wrote:
>>
Quote:
>>>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
>>retail shop. Please!
>>
>You have to align the fetzer bearings with the domyflage and then click
>send.
>>
only if the farenstat is in send mode. Otherwise you get a deadlock.
Obviously, but the fetzer array alignment sub-routine is forced into
stand-by mode unless the farenstat is in send mode for the very purpose of
preventing a deadlock.

--
I told you this was going to happen.

Closed Thread