Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 1.53 KB

README.rst

File metadata and controls

64 lines (41 loc) · 1.53 KB

pyconnman

Latest PyPI version Number of PyPI downloads Travis CI build status Test coverage

A library for managing network connectivity using Python, ConnMan and DBus.

Installation

Install the python library by running:

pip install pyconnman

Documentation

Documentation is hosted at https://pythonhosted.org/pyconnman

Project resources

Changelog

v0.2.0

Adds Python3 support

v0.1.0

Initial release supporting ConnMan v1.24 dbus API with following interfaces:

  • ConnManager (net.connman.Manager)
  • ConnService (net.connman.Service)
  • ConnTechnology (net.connman.Technology)

Services:

  • SimpleWifiAgent (net.connman.Agent)