WildcatIP / other.js

The Chatternet feature platform
GNU Affero General Public License v3.0
7 stars 1 forks source link

Invite @nearby #149

Open tonygentilcore opened 7 years ago

tonygentilcore commented 7 years ago

From @tonygentilcore on October 6, 2016 19:3

From @aza on October 6, 2016 18:59

Navigate to/create a channel. Then type "invite @nearby" to invite everyone nearby into the channel.

pasted_image_10_6_16__11_59_am

cc @mtkurlowski @kharmabum @tonygentilcore

Copied from original issue: other-xyz/other.js#78

Copied from original issue: other-xyz/time-cone#118

tonygentilcore commented 7 years ago

Do you have a sketch as to how this'll work (ie. does it entail BTLE or do you have something else in mind)?

tonygentilcore commented 7 years ago

From @aza on October 6, 2016 19:13

Form an implementation standpoint, here's a sketch:

Each phone is advertising via standard BTLE in the background. The inviting phone is in the foreground and so can receive the adverts. Resolving advert to identity can be done by either connecting via BLE and reading a characteristic, or a combinatorial approach with advertised services.

tonygentilcore commented 7 years ago

From @aza on October 6, 2016 19:14

Also see: https://github.com/other-xyz/time-cone/issues/7