We want global events that will make announcements to a shared topic id for
- sign on (with peer id / share configuration information)
- periodic heartbeat indicating availability
- sign off
We want peer events that establish topics between two different peers (naïve: topic id = hash(sort([peer id, peer id]))
- response to peer sign on (sending their share configuration)
- exchange of network and encryption information for larger file transfers
We want global events that will make announcements to a shared topic id for
- sign on (with peer id / share configuration information)
- periodic heartbeat indicating availability
- sign off
We want peer events that establish topics between two different peers (naïve: `topic id = hash(sort([peer id, peer id])`)
- response to peer sign on (sending their share configuration)
- exchange of network and encryption information for larger file transfers