GithubHelp home page GithubHelp logo

ourcd / cs252-lab06 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from purdue-cs-groups/cs252-lab06

0.0 1.0 0.0 371 KB

VoIP client and server using Android for Systems Programming, Fall 2011.

Home Page: http://www.cs.purdue.edu/homes/cs252/lab6-android

cs252-lab06's Introduction

CS 252 - Programming Assignment 6
VOIP Android
December 8, 2011

Joe Martella ([email protected])
Junyoung Justin Kim ([email protected])
Matt McCormick ([email protected])
Shing Jay Ong ([email protected])

Files used in project:

Server
------
- Server.java - initializes DirectoryServer and creates VoiceServers
- DirectoryServer.java - keeps a record of the users in the directory and connections
- DirectoryServerConnection.java - handles XML sent from the client to the server
- VoiceServer.java - handles the sending and receiving of packets between clients
- VoiceServerConnection.java - stores the IP address of the device and port number it's using
- HeartbeatMonitor.java - monitors the users in the directory to make sure they're still alive
- User.java - stores user data

Client
------
- CallActivity.java - shows the user who they are in a call with
- CallReceiver.java - BroadcastReceiver so we can send hangup notice to DirectoryActivity
- DirectoryActivity.java - shows the directory to the user as a selectable list to make calls
- DirectoryClient.java - handles the sending of XML from the client to the server
- DirectoryClientListener.java - listens for XML from the server to the client
- HeartbeatClient.java - sends a heartbeat to the server every 5 seconds to let it know it's alive
- MainActivity.java - login screen; allows the user to select a username and server address
- User.java - holds user information
- VoicePlayer.java - plays the voice received from the server through the phone's speaker
- VoiceRecorder.java - records voice from the user and sends it to the server

Features that work:
- All of them.

Features that do not work:
- None of them.

Extra features:
- Ringtones
- Uses XML for communication
- We have a robust source control page
	- https://github.com/purdue-cs252-group/lab06
	- have a wiki, issues page, multiple working branches
- Doesn't allow users to call themselves 
- DOesn't allow users to call other users that are in a call

cs252-lab06's People

Contributors

mbmccormick avatar shingjay avatar kjy2916 avatar

Watchers

James Cloos 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.