Arcy is an app that I developed to understand threads and connectivity between android devices. It allows one device to be a server and other devices to be the clients.It can hold up to five clients.
- Clients can subscribe and unsubscribe to channels.
- Clients can choose their nickname to be displayed in the chatRooms.
- Clients can view who is currently in the chatRoom.
- Clients can send private messages to ceach other.
- Commands are:
- "/join" joins a channe;
- "/nick" choose your nickname
- "/list" list people in the channel
- "/leave"leave channel
- "/msg" send private message
- "/quit" quit server