Skip to content

A little python WebApp to send locations over UDP. Used for FakeLocations

License

Notifications You must be signed in to change notification settings

motortalk/FakeIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FakeIt!

A little python WebApp used to send locations over UDP

Installation

git clone https://github.com/plaetzchen/FakeIt.git
cd FakeIt
virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt
python fakeit.py

Usage

Open http://localhost:8080 in your browser. Insert the IP of your device (localhost for simulator) in the lower right and change the port (if needed). You can send the same location to different ports of the same device by separating the ports with a comma (eg. 9931,9932). Every change will be send to the device immediately.

Acknowledges

Made by @plaetzchen while working at http://www.motor-talk.de

About

A little python WebApp to send locations over UDP. Used for FakeLocations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages