Search code examples
iotkaa

Kaa Server and Client Profile


I am exploring the features and architecture of Kaa for one of my project requirements. I am able to create independently Client profile and Server profile. Can anyone give a real time example and suggest me


Solution

  • There are no restrictions on the frequency of a profile update. The obvious limitations come from the API used for its data fetch, etc.

    For example, the profile data can be (requires simple configuration) passed to a Custom Log Appender together with the telementry comming from Data Collection feature. Also, one can update the Server side profile directly from there with REST API.

    As per the original question, you should provide more information on the use case and what are you trying to achieve with use of Client/Server profiles.