Skip to content

ingchips/pyblerpcclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPC Client for Python

Python version >= 3.10, no additional requirements.

Install

To install in editable mode:

python -m pip install -e .

Run Examples

  1. A simple Python REPL:

    python examples/shell.py
  2. Central Role:

    python examples/thermo_client.py
  3. PTS Automation:

    PTS & 32-bit Python is required to run this demo.

    Use pip to install additional packages: codecs, lxml.

    python examples/pts_gap.py
  4. PTS Automation with custom Implicit Send DLL:

    Download and activate custom Implicit Send DLL in the workspace. Start server:

    python examples/implicitsend_test.py

    Run the supported cases in PTS.

About

Python BLE RPC Client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages