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

Description
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; |