GithubHelp home page GithubHelp logo

reloadbrain / mapchat Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dongyangy/mapchat

0.0 1.0 0.0 1.42 MB

An Android & TCP server based multiple real-time geographical (Google Map) group chatting system.

Java 99.78% Shell 0.22%

mapchat's Introduction

MapChat

A multiple real-time geographical (Google Map) group chatting Android application.

Featrue

  • Location based chat on Google Map with alternative traditional chat history.
  • Vibrative message to selected group members.
  • Destination negotiation with real-time synchronized pins.
  • Taking and sending location based photo to others.
  • Simultaneous multiple groups chat.

Demo

YouTube

https://youtu.be/mmHGFlwAyUE

[IMAGE ALT TEXT HERE] (https://youtu.be/mmHGFlwAyUE)

Distrubution

  • app folder - Android code.
  • server folder - multi-threading server code.
  • database folder - MySQL database structure.

Installation

System requirement

  • Installed Java environment
  • Installed MySQL database

MySQL

  • Create a MySQL database and import the MapChat.sql structure in database folder.

Android

Server

  • Modify the database configure:

    // MapChatServer.java
    public static final String DATABASE_NAME = "YOUR_DATABASE_NAME";
    public static final String USER_NAME = "YOUR_DATABASE_USER_NAME";
    public static final String PASSWORD = "YOUR_DATABASE_PASSWORD";
    public static final String URL = "jdbc:mysql://localhost:3306/";
    public static final String DRIVER = "com.mysql.jdbc.Driver";
  • For Linux/Mac:

    cd server
    sh RUNME.sh
    
  • For Windows:

    Use Eclipse or NetBeans.

Limitation

Android phones and the server computer need to be in the same local network. You need to input the local ip address of server in the first activity in Android app.

mapchat's People

Contributors

dongyangy avatar huadeng avatar luluzhao avatar z368891322 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.