IoTone / IoToneSpec_UniversalDeviceMetadata

A Specification for easy Universal Device Metadata
Apache License 2.0
1 stars 0 forks source link

Add "wire" format for true embedded devices that won't be using verbose JSON #6

Open truedat101 opened 9 years ago

truedat101 commented 9 years ago

need a wire format

truedat101 commented 9 years ago

After looking at some alternatives in KV dbs and in memory hashmaps, it is obvious that one can collapse the object key names down into a path of sorts that becomes a key or make the object attributes into a hash. So from that standpoint, JSON isn't strictly required to get roughly the same result. In terms of a compact wire format, I'll explore some form of TLV8 encoding.