gateway icon indicating copy to clipboard operation
gateway copied to clipboard

Wirepas's Linux gateway reference implementation built on top of Wirepas's dual mcu api and Wirepas' gateway to backend api

Results 23 gateway issues
Sort by recently updated
recently updated
newest added

Create minimal builds with an Alpine base

integration/docker

Currently the docker builds are triggered with an autobuild rule on dockerhub, however this only applies for the x86 and rpi registries. To support the manifest builds it is necessary...

integration/docker
integration/travis

Small script to help with CHANGELOG creation and version number updates

packaging

We have integrated fluentd in the backend-client's logging and this could be ported to the transport service as well. The benefit is that we can then stream the logs to...

interface/transport
interface/telemetry

Add location information to the gateway topic (gw-response/get_gw_info) with * latitude * longitude * altitude * speed * accuracy * timestamp (of the fix) * ... Create an api hook...

interface/transport
interface/location

This is necessary to enable: https://github.com/wirepas/gateway/issues/33

interface/dbus

**Describe the bug** The transport service keeps receiving DBUS packets and calling [received_data](https://github.com/wirepas/gateway/blob/2182b7bcb832b24f9457c30322a6ff853a9616f5/python_transport/wirepas_gateway/dbus/dbus_client.py#L30) even when a MQTT connection is not established correctly. I've observed that sometimes the transport service exits...

bug
interface/transport

Write a small utility to tag a release and update the repo's manifest accordingly

integration/repo

Add a field to allow a schemaless object to be passed from the gateway to the server (eg a json object with connection status, battery info of the gateway).

interface/transport

Allow the transport service to receive messages from a single sink service on dbus (filter based on sink id)

interface/transport
interface/dbus