A Python module to control a Freebox v6 remotely
Project description
Python library for the Freebox network-based input API (rudp, foil). The code is based from the C implementation available at https://github.com/fbx/ .
The documentation of the protocol is available here: http://dev.freebox.fr/sdk/
## Usage
Use the class FreeboxController, that automatically look for the network for a freebox. Then, use the press method to simulate a key press.
from remotefreebox.freeboxcontroller import FreeboxController
fbx = FreeboxController() fbx.press(“Chan+”)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
remotefreebox-0.3.tar.gz
(10.4 kB
view details)
File details
Details for the file remotefreebox-0.3.tar.gz
.
File metadata
- Download URL: remotefreebox-0.3.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0430bbaf465c6a5627784c1b175a0a788ff28bc03038d30ed268c4764e9b1b60 |
|
MD5 | 5ed5d5d1b02920de944b17de2a4a9f49 |
|
BLAKE2b-256 | 2849e07c0d4836c1b9f78c847d8f8d368ea69f96363dae0f8450ead241819a75 |