Skip to main content

Wirepas gateway transport service that connects the local dbus to a remote MQTT broker.

Project description

Wirepas Gateway Transport Service

Documentation Status

Building the wheel

To build the source distribution and wheel file, make sure you have the wheel package installed

   pip install wheel

and then run

   py3clean .
   python3 setup.py clean --all
   python3 setup.py sdist bdist_wheel

A convenience script is available from the utils folder.

Installation

Before you attempt to build and install this package, please ensure that you have all the requirements met.

We highly recommend that you make your installation under a python virtual environment such as virtualenv or pipenv.

To install this package run (use -e for development mode)

   pip install [-e] .

Running inside a virtual environment

When running inside a virtual environment you will need to provide access to system libraries. You can achieve this by using --system-site-packages when setting up your environment or through vext.

If you opt to install vext, please install the PyGObject module with:

   pip install vext vext.gi

You also need to ensure that the following packages are installed inside the virtual environment (as well as their system dependencies):

   pip install pygobject gobject

Starting the service

Please read on how to configure and start the transport service

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wirepas_gateway-1.3.0rc1.tar.gz (31.5 kB view hashes)

Uploaded Source

Built Distribution

wirepas_gateway-1.3.0rc1-cp37-cp37m-linux_armv7l.whl (62.0 kB view hashes)

Uploaded CPython 3.7m

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page