Initializing MetaTracker from serialized board status
Hi, we started some MetaTracker sensors in logging mode via an xamarin app with C# sdk.
We have serialized the status of the device to be able to download the data at a later time. Serialization produced 2 strings base64 (BOARD_ATTR and BOARD_STATE).
The data of the devices will be downloaded via javascript SDK.
When I initialize the device from node.js I create the buffer by converting the BOARD_STATE string to byte array but I can not retrieve the route using the mbl_mw_logger_lookup_id function.
When I run the mbl_mw_logger_subscribe function, passing the recovered route, the program stops without exception.
Help me please
This discussion has been closed.
Comments
You can't shared serialized states across different languages. Instead, use anonymous data signals:
https://mbientlab.com/cppdocs/0/advanced_features.html#anonymous-signals