Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.5 KB

README.md

File metadata and controls

17 lines (14 loc) · 1.5 KB

BubbleChat

BubbleChat is an peer-to-peer chat program for iOS that uses Bluetooth LE as its communications channel. I developed BubbleChat as an example application for the TSNPeerBluetooth Cocoapod. BubbleChat Concept

The concept behind BubbleChat is simple: Peers that you can communicate with over Bluetooth LE are in your "bubble". Peers come and go from your bubble as they move near to you and away from you. You can see which peers are in your bubble and where they are relative to you in the Nearby Peers view. You can chat with peers that are in your bubble in the Bubble view.

I've written a blog posting about BubbleChat and TSNPeerBluetooth which includes a video that shows BubbleChat in action.

Clone Bubble Chat and / or TSNPeerBluetooth and give them a go. Better yet, fork them and send some pull requests. License

BubbleChat is released under an MIT license, meaning you're free to use it in both closed and open source projects. However, even in a closed source project, please include a publicly-accessible copy of BubbleChat's copyright notice, which you can find in the LICENSE file.

Feedback

If you have any questions, suggestions, or contributions to BubbleChat, please contact me.