Hi Team ,
I am developing a simply machinery monitoring demo app for mobile devices. So for that I have created a Mobile Service Instance,Asset Service Instance.While creating asset service instance I have pushed some sample JSON asset infromations also, and able to GET the json data through Predix Toolkit by setting proper authentication headers. Now my doubt is how this data will be accessed on mobile app .As per my understanding we need to create some micoservice in nodeJS or Java SpringBoot which consumes the data from Asset instance and push data to mobile instance.Am I correct ? How the mobile app communicate with mobile instance to fetch the Asset information> I am not seeing any documentation regarding these steps .I am totally new to GE Predix environment.Pleae share your thoughts?
Answer by Greg Stroup · Feb 16, 2018 at 11:02 AM
Yes, you're on the right track. I think you need to write "Command Processors" and "Sync Processors" to work with the mobile service instance.
Here are some docs: https://docs.predix.io/en-US/content/service/mobile/predix_sync/predix-sync-overview
And sample code: https://github.com/PredixDev/PredixMobileSDK
(Note the "Predix Sync" service was previously called "Predix Mobile" service.)