Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Read in real time the position of a GPS object
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
leonixyz
Tux's lil' helper
Tux's lil' helper


Joined: 18 Sep 2012
Posts: 76

PostPosted: Fri Mar 14, 2014 6:22 pm    Post subject: Read in real time the position of a GPS object Reply with quote

Hello, I have a question for programmers.

I'm developing a little project for the university. I decided to build on top of PostgreSQL and PostGIS an application to track the position of wild animals and doing some cool stuff with these info.
Did someone of you worked on that before? And can you give me some hints of any kind?
I want to read the position of a GPS signal in real time, I read something about GPX protocol but it seems to me that this kind of format is only used in log files, and I want real time data. Can someone help me?

Thanks in advance
Back to top
View user's profile Send private message
DawgG
l33t
l33t


Joined: 17 Sep 2003
Posts: 866

PostPosted: Sat Mar 15, 2014 4:20 pm    Post subject: Reply with quote

you could use some proprietary gps-receiver that shares its data eg via bluetooth or you could try gpsd http://www.catb.org/gpsd/
(i guess the problem will be getting the real-time data from the receiver on your wild animal to your application someplace else in real-time.)
GOOD LUCK!
_________________
DUMM KLICKT GUT.
Back to top
View user's profile Send private message
Genone
Retired Dev
Retired Dev


Joined: 14 Mar 2003
Posts: 9522
Location: beyond the rim

PostPosted: Sun Mar 16, 2014 10:04 pm    Post subject: Reply with quote

Well you need hardware to receive a GPS signal, and how the data is reported by the hardware is mostly vendor specific. The closest to a standard protocol is NMEA83 over some kind of serial line, but it's far from perfect and may not even be available on your hardware.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum