Getting MAC from GPS unit


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Getting MAC from GPS unit
# 1  
Old 11-13-2007
Getting MAC from GPS unit

Never mind i got the answer thanks.,

Last edited by deaconf19; 11-13-2007 at 02:34 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

UTC to GPS

Gents, Kindly can u help with this. I would like to get GPS time from UTC Input 17/11/27 03:13:50:480000 17/11/27 03:12:54:380000 17/11/27 03:14:39:980000 output desired. 17/11/27 03:13:50:480000 1195787648480000 17/11/27 03:12:54:380000 1195787592380000 17/11/27... (6 Replies)
Discussion started by: jiam912
6 Replies

2. AIX

GPS Clock Not Synchronised

Hi guys, I got some error on my application server mentioning that gps clock not sync to my db server. what is the command to check is my server is sync with the gps clock? appreciate if you guys can let me know how to troubleshoot this problem. Thanks (1 Reply)
Discussion started by: leecopper
1 Replies

3. UNIX for Dummies Questions & Answers

Simple unit script

Hello guys this is my first post in this forum. Since now ive been passive an ive only been looking for existing information. Now I could use specific help on a UNIX script i want to make that would: 1. Take 1-3 arguments. 2. Display the contents of its arguments, formatted as follows:... (7 Replies)
Discussion started by: banzomaster
7 Replies

4. Shell Programming and Scripting

Set of 2 records as one unit

Hi Experts, back at this forum again. Have a tab separated file like this --- ACCNN AMT(E/$) TYPE ID 11233 23.20($) AUTH 339 11233 19.00($) FINAL 339 11234 349.84($) AUTH 42332 11234 ... (12 Replies)
Discussion started by: PG3
12 Replies

5. Shell Programming and Scripting

GPS-Tracker script [Android]

Hi UNIX-Forum! I don't know if this is the right Forum for my question, but since Android technically is a UNIX-based system... I have a rooted Android and a Terminal emulator and bash installed. I wanted to write a little script for my android that activates GPS, gets the location and sends... (3 Replies)
Discussion started by: al0x
3 Replies

6. UNIX for Dummies Questions & Answers

install linux on GPS device?

hi all, this might be a silly question, but... a few years ago, i bought a Nortech Navigation E-GPS010. this is a car/hand-held GPS unit that, for a while, worked pretty well. in fact, it still works well. the map version on my GPS is dated 2006, so i thought i'd upgrade; however, the crappy... (10 Replies)
Discussion started by: jmd9qs
10 Replies

7. What is on Your Mind?

Can you use a gps touch screen for a monitor?

I have been looking for a monitor wich i can hold in my hands comfortably and just sit back and relax with it doing my computer work on it via touch screen. Is it possible since the gps has usb to control my pc wich it? and view my desktop? If not does anyone know of a monitor that would work. Im... (3 Replies)
Discussion started by: FaoX666
3 Replies
Login or Register to Ask a Question
GPSCORRELATE(1) 						  [FIXME: manual]						   GPSCORRELATE(1)

NAME
gpscorrelate - correlates digital images with GPS data filling EXIF fields SYNOPSIS
gpscorrelate [-z | --timeadd +/-HH[:MM]] [-O | --photooffset seconds] [-i | --no-interpolation] [-v | --verbose] [-d | --datum datum] [-n | --no-write] [-m | --max-dist time] [-t | --ignore-tracksegs] [-M | --no-mtime] [-f | --fix-timestamps] [-p | --degmins] -g file.gpx image.jpg... gpscorrelate -s | --show | -o | --machine image.jpg... gpscorrelate [-M | --no-mtime] {-r | --remove} image.jpg... gpscorrelate -V | --version | -h | --help gpscorrelate-gui DESCRIPTION
This manual page documents briefly the gpscorrelate and gpscorrelate-gui commands. There is an extended documenation available in HTML format; see below. gpscorrelate is a program that acts on digital images in JPEG format filling EXIF (Exchangeable Image File Format) fields related to GPS (Global Positioning System) information. Source for the GPS data is a record of GPS information encoded in GPX (GPS Exchange Format) Format. The act of filling those fields is referred to as correlation. If GPS data are available at the precise moment the image was taken (with a 1-second granularity) the GPS data are stored unmodified in EXIF fields. If they are not linear interpolation of GPS data available at moments before and after the image was taken can be used. gpscorrelate is a command line tool implementing correlation whereas gpscorrelate-gui is the corresponding GTK+ graphical user interface. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the HTML documentation. -g, --gps file.gpx correlate using the specified GPX file with GPS data -s, --show only show the GPS data of the given images -o, --machine only show the GPS data of the given images in a machine readable output, if there is any -r, --remove only remove GPS EXIF data from the given images -z, --timeadd +/-XX[:XX] time to add to GPS data to make it match the timestamps of the images. GPS data is in UTC; images are not likely to be in UTC. Enter the timezone used when taking the images: eg, +8 for Perth -O, --photooffset seconds time in seconds to add to the photo timestamp to make it match the GPS timestamp. To determine the amount of seconds needed, just create a picture of your GPS device showing the current time and compare it with the timestamp of your photo file. -i, --no-interpolation disable interpolation between points. Interpolation is linear, points are rounded if disabled -v, --verbose show which GPS data has been selected for each image -d, --datum datum specify measurement datum. If not set, WGS-84 used -n, --no-write do not write the exif data. Useful with --verbose -m, --max-dist time max time outside points that image will be matched. Time is in seconds -t, --ignore-tracksegs Interpolate between track segments, too -M, --no-mtime Do not change mtime of modified files -f, --fix-timestamps Fix broken GPS datestamps written with versions < 1.5.2 -p, --degmins Write location as DD MM.MM as was default before < 1.5.3 -h, --help Only show summary of options -V, --version Only print the version SEE ALSO
gpsd (1), gpsbabel (1), gpxlogger (1), cgpxlogger (1). The documentation of gpscorrelate and gpscorrelate-gui in HTML format are available on the filesystem at /usr/share/doc/gpscorrelate. AUTHOR
This manual page was initially written by Stefano Zacchiroli zack@debian.org for the Debian(TM) system. It was extended by Till Maas opensource@till.name. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. AUTHOR
Stefano Zacchiroli Author. COPYRIGHT
Copyright (C) 2006, 2008 Stefano Zacchiroli zack@debian.org, Till Maas [FIXME: source] 30 Oct 2008 GPSCORRELATE(1)