xmidt-org / talaria

The Xmidt routing agent.
Apache License 2.0
11 stars 20 forks source link

Add Connection information and re-encode wrp #111

Open kristinapathak opened 4 years ago

kristinapathak commented 4 years ago

The connection information (SessionID, trust, and time connected) should be added to all wrps that go through talaria, which means talaria has to re-encode every message.

Is the connection ID unique from one talaria to the next? Otherwise, there could be a small chance that two devices of the same ID connect to two talaria in different data centers with the same connection ID.

kcajmagic commented 4 years ago

partner-id, and session id was added in #118

joe94 commented 4 years ago

For now, only trust is remaining to add.