DelfiSpace / PQ9EGSE

The PQ9 EGSE is the Electric Ground Support Equipment used to connect the PQ9 bus to a computer for testing.
GNU General Public License v3.0
3 stars 1 forks source link

Handle hierarchical JSON on data socket #17

Open StefanoSperetta opened 4 years ago

StefanoSperetta commented 4 years ago

Correct implementation { "hello": "hello", "colors": { "red": "red", "blue": "blue", "green": "green" } }

Current implementation

{"Destination":"{\"valid\":\"true\",\"value\":\"COMMS\"}", "timestamp":"2019-11-07 16:56:37.036", "raw":"[4, 2, 1, 17, 1, 98, 49]", "Size":"{\"valid\":\"true\",\"value\":\"2\"}", "Request":"{\"valid\":\"true\",\"value\":\"Request\"}", "Service":"{\"valid\":\"true\",\"value\":\"Ping\"}", "received":"PingService", "Source":"{\"valid\":\"true\",\"value\":\"OBC\"}"}