Skip to content

Commit

Permalink
v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
theBASTI0N committed Jan 13, 2020
1 parent f417f6b commit 813c8d3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# beacon-decoder
# beacondecoder

A Python library for decoding the following types of Bluetooth LE Beacons:

Eddystone TLM
Ruuvi RAWv2
Ruuvi RAWv1

The beacon-decoder will parse the packet whether it be a string or the raw packet. It will then check what type of packet and return a dictionary containint the decoded information.
The beacondecoder will parse the packet whether it be a string or the raw packet. It will then check what type of packet and return a dictionary containint the decoded information.

It will return 4 formats of data:

Expand Down
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
from distutils.core import setup
setup(
name = 'beacon-decoder',
packages = ['beacon-decoder'],
version = '0.2',
name = 'beacondecoder',
packages = ['beacondecoder'],
version = '0.3',
license='MIT',
description = 'A Python library for decoding certain types of Bluetooth LE Beacons',
author = 'theBASTI0N',
author_email = '[email protected]',
url = 'https://github.com/theBASTI0N/beacon-decoder',
download_url = 'https://github.com/theBASTI0N/beacon-decoder/archive/0.2.tar.gz',
download_url = 'https://github.com/theBASTI0N/beacondecoder/archive/0.3.tar.gz',
keywords = ['BLE', 'decode', 'iot'],
install_requires=[],
classifiers=[
Expand Down

0 comments on commit 813c8d3

Please sign in to comment.