SkillAgentSearch skills...

Remotefreebox

Python library for the Freebox network-based input API (rudp, foil)

Install / Use

/learn @MaximeCheramy/Remotefreebox
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

remotefreebox

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+")

Related Skills

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated1mo ago
Forks8

Languages

Python

Security Score

90/100

Audited on Mar 2, 2026

No findings