Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.5 KB

File metadata and controls

37 lines (22 loc) · 1.5 KB

Overview

A library for communication with Skydance Wi-Fi relays.

Buy Me A Coffee

PyPI Version PyPI License

The original product is a Wi-Fi to RF gateway manufactured by Skydance Co. China.

Sometimes, it is re-branded under different names. For example, in the Czech Republic, it is sold as "dimLED" system.

This aim of this library is to roughly cover capabilities of the official SkySmart Android application.

Setup

Requirements

  • Python 3.9+

Installation

$ pip install skydance

Usage

The protocol implementation is Sans I/O. You must create the connection and send the byte payloads on your own. There are some helpers in skydance.network built on top of Python's asyncio which helps you to wrap the I/O.

TODO - In meantime, please see test/test_manual.py.

Links