Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 705 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 705 Bytes

swiftBluetoothChat

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

TODO

  • 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.

  • 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.

  • 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.