This program is about TCP socket server side with c programming language and Linux libraries (not with “Winsock programming interface”). This is a server side application. After the TCP connection is established with client, the simple message application is started. Client and server can have communication with that messenger interface.
1 - Server Side in C (Linux Computer)
2 - Main Page of Android Program
3 - Connect to Server with IP Address
4 - After Connection is Established, Send and Receive Message on TCP Socket Connection
See this repository for more information about client side on Android: https://github.com/ahmetozlu/tcp_socket_programming_android_client
Build main.c with gcc on Linux OS.
If you use this code for your publications, please cite it as:
@ONLINE{vdtc,
author = "Ahmet Özlü",
title = "TCP Server in c Programming",
year = "2017",
url = "https://github.com/ahmetozlu/tcp_socket_programming_server-side-in-c"
}
Ahmet Özlü
This system is available under the MIT license. See the LICENSE file for more info.