String serialization for standard data types

Issue #155 resolved
Samir Menon repo owner created an issue

To be combined with state sharing using some message sharing service.

Comments (8)

  1. Samir Menon reporter

    Going with JSON. It is far simpler than YAML, more portable. And all valid JSON is valid YAML anyway, provided the text uses unique keys in arrays of key-value pairs.

  2. Hayk Martirosyan

    The end goal here from the storage perspective is to have a function to call that will return a JSON object or serialized string for static and (separately) dynamic data, for each simulated robot. Once that's available, real-time streaming to the web interface will fall right into place.

  3. Log in to comment