BLEMeshChat

Bluetooth LE Mesh Chat for iOS and Android

471
89
Objective-C

BLEMeshChat Build Status

Screenshot

Bluetooth LE mesh chat prototype for iOS. Android version over here.

Goals

  • Use the Bluetooth 4.0 Low Energy APIs on iOS and Android to allow for pairing-free promiscuous background synchronization for anyone with a protocol-compatible app installed.
  • Be a 100% sneakernet protocol, with absolutely no internet functionality.
  • Use modern crypto (via libsodium) that’s tailored to the limitations of BLE and an ultra-high latency, unreliable sneakernet.
  • Implement a familiar and friendly Twitter-style UI/UX with a public feed, replies, reposts and (maybe) direct messaging.
  • Only show Gravatar-style avatars and hashes for other’s identities until you verify keys in person, and somehow make this process seem enjoyable.

Protocol

There’s still a lot of unsolved problems, but we’re close to a working prototype. For more information about the current draft protocol, check out the Bluetooth LE Mesh Chat Spec wiki.

Attribution

License

MPL 2.0