Skip to content

Bluetooth instant messaging app for Android

Notifications You must be signed in to change notification settings

grossick/blue-chat

 
 

Repository files navigation

BlueChat

Bluetooth instant messaging app for Android

How it works:

  • To send messages and images, we transmit them in formatted byte arrays in the following format:

    [ Message Type, Sender Name Length, ...Body Length**..., Sender ID, Sender Name, Body ]

    ** The Body Length is separated into tens digits (from least to most significant digit) just in case the body length exceeds the size of a byte.

Notes:

  • If having connection problems, make sure the host creates a room before a client tries to join

Current Bugs:

  • Sometimes quitting and rejoining a chatroom is a bit buggy

Download Current Version: https://www.mediafire.com/?sy1y7448i6adfts

About

Bluetooth instant messaging app for Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published