Skip to content

Python script for scanning and advertising urls over Eddystone-URL.

License

Notifications You must be signed in to change notification settings

theharshitgarg/PyBeacon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyBeacon

Python package for scanning and advertising Eddystone-URL and Eddystone-UID.

Note: Please create you pull requests against dev branch.

Requirements

  • Python 3.x (Scanning will not work on Python 2.x)
  • Bluez
    • sudo apt-get install bluez bluez-hcidump
  • Pip Packages
    • pip install enum34

Installation

sudo pip install PyBeacon

Upgrade

sudo pip install PyBeacon --upgrade

Usage

PyBeacon [-h] [-u [URL]] [-s] [-t] [-o] [-v] [-V]

optional arguments:
	-h, --help            show this help message and exit
	-u [URL], --url [URL] URL to advertise.
	-i [UID], --uid [UID] UID to advertise.
	-s, --scan            Scan for URLs.
	-t, --terminate       Stop advertising URL.
	-o, --one             Scan one URL only.
	-v, --version         Version of PyBeacon.
	-V, --Verbose         Print lots of debug output.

About

Python script for scanning and advertising urls over Eddystone-URL.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%