Metadata-Version: 2.1
Name: pywakeps4onbt
Version: 0.5
Summary: A Python library to wakeup Ps4 on BlueTooth
Home-page: https://github.com/FreeTHX/pywakeps4onbt
Author: FreeTHX
Author-email: freethx.dev@gmail.com
License: Apache License 2.0
Description: # PyWakePs4 On BlueTooth
        This is a simple Python library to switch on a ps4 using Bluetooth
        Based on :
        - [PS4 Dev Wiki](https://www.psdevwiki.com/ps4/DS4-BT#Bluetooth_Addressing) Spoofing and HCI CC
        - [bdaddr](http://blog.petrilopia.net/linux/change-your-bluetooth-device-mac-address/) BT spoofing first imp
        - [bdaddr github](https://github.com/pauloborges/bluez/blob/master/tools/bdaddr.c) ... and another one available on github
        - [Frank Zhao](https://eleccelerator.com/unpairing-a-dualshock-4-and-setting-a-new-bdaddr/) Article to get DS4 and PS4 BT Addr 
        
        The main objective is to include it into [Home Assistant](https://www.home-assistant.io/ "Home Assistant") components to provide a "Wake Ps4 On Bt" service.
        
        ## Supported Devices
        The module tests the adapter support via a ```hci_read_local_version``` python implementation and read the ```manufacturer``` returned value (bytes[5:7])  
        Currently supported adapters :
        - Broadcom devices (```manufacturer = 15```)
Keywords: wake ps4 on bt home assistant
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Home Automation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
