Skip to content

joeflipsdabag1988-source/Realtime-tracking-in-python-GPS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Realtime-tracking-in-python-GPS

this is an example for realtime gps location tracking with python,google cloud firebase, (raspberry+ublox gps module)

## First you have to install dependencys
$ sudo apt-get install gpsd gpsd-clients

## Start the serial port
$ stty -F /dev/ttyAMA0 9600

## Start gpsd
$ sudo gpsd /dev/ttyAMA0 -F /var/run/gpsd.sock

$  cgps -s

Todos

  • Frontend to present coordinates on map (Angular? Polymer?)
  • Handle exception (requests.exceptions.HTTPError: 400 Client Error: Bad Request) (pyfirebase?)

Resources that helped me

About

this is an example for realtime gps location tracking with python,google cloud firebase, (raspberry+ublox gps module)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%