Components‎ > ‎

Sync Emulator

When developing apps for I'm Watch configuration can be done through the I'm Cloud web interface.
The app receives the configuration data (formatted as JSON) through a broadcast when the system completes the periodic synchronization with I'm Cloud.

This small app emulates the broadcast sent by the system and can be used for testing if the app correctly receives the synchronization.
The app allows input of the JSON as used by I'm Cloud, then it shows an input field for each configuration entry allowing you to set each value (similar to how i'm cloud could allow the user to configure the app), then it produces the output configuration JSON which is broadcast to the receiving app.

Comments