KyleBenson / scale_client

The Python-based SCALE Client software for acquiring data from various sensors (i.e. via Raspberry Pi platform), processing it, and sharing it through multiple networks and data exchange protocols.
http://scale.ics.uci.edu/
Other
4 stars 8 forks source link

SigFox publisher needs to be updated after event type redefinition #16

Closed bfrggit closed 9 years ago

bfrggit commented 10 years ago

I think the SigFox publisher now uses the old event type to distinguish among different events. Now it needs to be updated or it reports a lot of "Unknown events".

Event types now becomes fewer - one for every virtual sensor. I am not sure if SigFox events should also follow this change.

Will it be good that SigFox publisher only publish high priority events?

KyleBenson commented 10 years ago

I think we should keep the events published via Sigfox consistent. Shouldn't matter how it was published right? Should look the same either way at the other end. I think it's fine that it only publishes high priority events.