swiftBluetoothChat icon indicating copy to clipboard operation
swiftBluetoothChat copied to clipboard

💬 An example of chat written in Swift with CoreBluetooth

swiftBluetoothChat

💬 A example of chat written in Swift with CoreBluetooth, with readable code and very well documented.

TODO

  • [x] list of nearby bluetooths
  • [ ] list only chat rooms (and not all bluetooths devices)

Dica: Mexer no método update() de ChatList, buscando pelas characteriscs de chat.

  • [x] creat a new chat room
  • [ ] chat room with name, and modifiable

Dica: Adicionar outra character a quem hosteia a sala de chat, da qual vai ser o nome.

  • [x] send and read a message
  • [ ] users with name

Pode desde adicionar à mensagem que envia o nome do usuário, como haver uma characterics.

  • [ ] send photo to chat

Esse é mais difícil. Nem eu sei direito como fazer.