Skip to content

chinmaydas96/gpsProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Location finder using gps module. 😃

This is built on Python 3.5 asyncio, websockets and tornado.

Here the GPS Module SKG13C has been used. The drivers can be found at here for different OSes.

After connecting the GPS module we can see the port address of the module as something like

/dev/ttyUSB0 

in Linux and as

/dev/tty.usbserial

in Mac OSX.

Accordingly change the port address in client.py .

install the required libraries of python 3.5 as mentioned below.

pip3.5 install tornado

pip3.5 install geopy

pip3.5 install websockets

pip3.5 install pyserial

pip3.5 install asyncio

It's better to install python 3.5 for the project using pyenv.

Run the server.

python server.py

Then, run the gps client to retrieve the address.


python client.py

The location can be seen in any browser over google maps.


http://localhost:8888/

Give it a go. 😃

read.py is given to test the GPS module only.

Made with ❤️ by Chinmay Das and Tworit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published