Skip to content
This repository was archived by the owner on Jun 12, 2025. It is now read-only.
This repository was archived by the owner on Jun 12, 2025. It is now read-only.

MQTT Transport? #21

@ccoenen

Description

@ccoenen

I'm currently working on a project involving an MQTT broker. I am looking into modifying this app, to also send data via mqtt. Do you think it's possibly? From my point of view, it's already doing 95% of all the neccessary things.

I tried understanding the code, and I guess I'd have to (more or less) implement this directory over again, but with mqtt: https://github.com/SensorApps/Sensors2OSC/tree/master/app/src/main/java/org/sensors2/osc/dispatch

What I didn't quite understand, is, where these classes can be found. I didn't find anything with the same name or even the common package.

import org.sensors2.common.dispatch.DataDispatcher;
import org.sensors2.common.dispatch.Measurement;
import org.sensors2.common.nfc.NfcActivity;
import org.sensors2.common.sensors.Parameters;
import org.sensors2.common.sensors.SensorActivity;
import org.sensors2.common.sensors.SensorCommunication;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions