This program is about TCP socket programming client side with Android. This is a dynamic client application, the preferred server IP address can give as a server IP address. After the TCP connection is established with preferred server, the simple messenger application is started. Client and server can have communication with that messenger interface.
1 - Main Page of Android Program
2 - Connect to Server with IP Address
3 - After Connection is Established, Send and Receive Message on TCP Socket Connection
4 - Server Side in C (Linux Computer)
See this repository for more information about server side in c programming: https://github.com/ahmetozlu/tcp_socket_programming_c_programming_server
How to build and run this source?
- Clone project by using Android Studio
- Select and build module app
If you use this code for your publications, please cite it as:
@ONLINE{vdtc,
author = "Ahmet Özlü",
title = "TCP Client on Android OS",
year = "2017",
url = "https://github.com/ahmetozlu/tcp_socket_programming_android_client"
}
Ahmet Özlü
This system is available under the MIT license. See the LICENSE file for more info.