473,498 Members | 1,725 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Send to GPS - PHP Script?

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
Jan 14 '08 #1
14 5485
On Jan 14, 1:12 pm, ashore <shor...@gmail.comwrote:
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?
Jan 14 '08 #2
On Mon, 14 Jan 2008 19:18:51 +0100, ZeldorBlat <ze********@gmail.com>
wrote:
On Jan 14, 1:12 pm, ashore <shor...@gmail.comwrote:
>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
Jan 14 '08 #3
On Mon, 14 Jan 2008 19:26:06 +0100, "Rik Wasmus"
<lu************@hotmail.comwrote:
>"<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
Jan 14 '08 #4
On Jan 14, 12:18 pm, ZeldorBlat <zeldorb...@gmail.comwrote:
On Jan 14, 1:12 pm, ashore <shor...@gmail.comwrote:
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
Jan 14 '08 #5
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
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.
js*******@attglobal.net
==================

Jan 14 '08 #6
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
Jan 14 '08 #7
On Mon, 14 Jan 2008 21:33:30 +0100, ashore <sh*****@gmail.comwrote:
>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
Jan 14 '08 #8
Rik Wasmus wrote:
On Mon, 14 Jan 2008 19:18:51 +0100, ZeldorBlat <ze********@gmail.com>
wrote:
>On Jan 14, 1:12 pm, ashore <shor...@gmail.comwrote:
>>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´
Jan 14 '08 #9
Hello,

on 01/14/2008 04:12 PM ashore said the following:
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/
Jan 14 '08 #10
ashore wrote:
>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.
js*******@attglobal.net
==================

Jan 14 '08 #11
On Mon, 14 Jan 2008 12:33:30 -0800, ashore wrote:
>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.

Jan 14 '08 #12
Manuel, excellent. That's quite useful as a starting point. Thank
you.

-AS
On Jan 14, 3:52 pm, Manuel Lemos <mle...@acm.orgwrote:
....
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
Jan 15 '08 #13
Ivan Marsh wrote:
On Mon, 14 Jan 2008 12:33:30 -0800, ashore wrote:
>>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.

Jan 15 '08 #14
On Tue, 15 Jan 2008 07:30:08 -0500, bill wrote:
Ivan Marsh wrote:
>On Mon, 14 Jan 2008 12:33:30 -0800, ashore wrote:
>>>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.

Jan 15 '08 #15

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

40
11779
by: ian | last post by:
Hi, I'm a newbie (oh no I can here you say.... another one...) How can I get Python to send emails using the default windows email client (eg outlook express)? I thought I could just do the...
1
4452
by: mhawkins19 | last post by:
I have a form built and on the onclick event I validate all of the fields and then if the form is ok, on the submit event I run a javascript function to set a cookie and download a file from the...
15
3268
by: Steve Horrillo | last post by:
I can't figure out why this script won't insert the subject in the email and why can't I control the font and size being used? I'm not sure where to post this. Let me know where if this is OT. ...
7
7712
by: moondaddy | last post by:
I have a user control being used instead of a frame page. when the user clicks on a menu item I need to send the ID (integer value) of that menu as a parameter in the postback of the user control...
5
8773
by: Andreas | last post by:
I am working with three computers, my developing computer, a Web Server and a Mail Server (Exchange). I am trying to send a email from the Web Server via the Mail Server to a valid email address...
2
1814
by: roN | last post by:
Hi, how can I send post variables from out of a php script to another script? I need to send some post var to a third party script, but would like to insert our own php script between the...
11
22307
by: fdu.xiaojf | last post by:
Hi, I just want to send a very simple email from within python. I think the standard module of smtpd in python can do this, but I haven't found documents about how to use it after googleing....
1
2193
by: vijayarl | last post by:
Hi All, I need to send a email based on the flag value, am using Email::Send module(CPAN). Requirement : 1.Based on the $email_flag, call the send_email function so, script goes like this: ##...
1
3185
by: deepaks85 | last post by:
Dear All, I want to send some data through a form with Multiple attachment in an HTML Format. I have tried it but it is not working for me. I am able to send data without attachment but with the...
2
2105
by: jcrum00 | last post by:
My asp script used to be able to send email to an unlimited amount of users. But a couple weeks ago I started getting this error message "transport failed to connect to server". So I increased...
0
7125
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7002
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7205
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6887
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7379
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
4590
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3085
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1419
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
291
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.