DPIclimate / broker

3 stars 3 forks source link

Refactor front end code so message decoding is externally callable #28

Open dajtxx opened 1 year ago

dajtxx commented 1 year ago

By making the message decoding function externally callable we gain the following benefits:

The decoding function should take 1 message 'as received' and return an array of decoded messages in IoTa's internal format.

The decoding function will be responsible for determining the physical device for each returned message because this is source/provider specific.