资 源 简 介
SimpleIM - Simple Instant Messaging - for Android
A project for Multimedia and Mobile Systems course at DIBRIS (which include Computer Science) of Genova, Italy - 2012
There are two projects:
* ServerSimpleIM - the server that responds to requests of SimpleIM app;
* SimpleIM - the Android app;
All communication is made using UDP.
There are no security mechanisms provided - no encryption of communication between server and client or between clients. Someone could intercept a message, modify it, and send it to someone else.
The server ServerSimpleIM is responding only to registration and login requests coming from the SimpleIM app. Also
文 件 列 表
ServerSimpleIM
.classpath
.project
.settings
org.eclipse.jdt.core.prefs
bin
serversimpleim
BaseServer.class
libs
junit.jar
src
users.txt
SimpleIM
.classpath
.project
.settings
org.eclipse.jdt.core.prefs
AndroidManifest.xml
assets
bin
AndroidManifest.xml
gen
com
tolmms
simpleim
BuildConfig.java
ic_launcher-web.png
libs
android-support-v4.jar
lint.xml
proguard-project.txt
project.properties
res
drawable-hdpi
ic_chat.png
sequence
login.txt
src