Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.
/ HssChat Public archive

πŸ’¬ Chat client and server for Android

License

Notifications You must be signed in to change notification settings

robin-hartmann/HssChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

23 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’¬ HssChat

Chat client and server for Android

⚑ Deployment

These instructions will get you a release of this project up and running on your local machine, so that you can start using it.

πŸ“‹ Prerequisites

πŸš€ Getting Started

Just copy over the apk of the client and/or server and install it.

πŸ› οΈ Development

These instructions will get you a copy of this project up and running on your local machine for development and testing purposes.

πŸ“‹ Prerequisites

πŸš€ Getting Started

To use the PC Client, you need to add a Run Configuration of type Application with the following details:

  • Name: client_pc
  • Main class: de.hss.sae.sue.chat.client_pc.PcClient
  • Program arguments: <server-address>:<server-port>
  • Use classpath of module: client_pc

🐞 Troubleshooting

Q: How do I get the app to run? It just opens the "Edit configuration" dialog with "Error: Please select Android SDK".

Just sync gradle by clicking in the toolbar and it should work.

πŸ‘¨β€πŸ’» Authors

  • Alexander Berndt
    • Client - Design, Interface
  • Robin Hartmann - robin-hartmann
    • Client - Communication, Threading
    • Server
    • PC Client
  • Kevin Landsberg - KevinLandsberg
    • Client - Design, Interface
  • Frederik Ried
    • Client - Local Storage, Database

πŸ“ƒ License

This project is licensed under the MIT License - see the LICENSE file for details.

πŸ‘ Acknowledgments

  • Special thanks to Alex, Kevin and Freddy for letting me publish this project