We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Merge pull request #28 from CSU-ITC303-ITC309-2023-Team8/feature/mqtt…
8170b8b
…_front_end_processors MQTT Processors Fixes UAT Round 1
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: