An open API service indexing awesome lists of open source software.

https://github.com/jubayer98/vanilla-socket-program-android-and-pc

Here is a vanilla socket program for a simple chat application, enabling connections between an Android app and a PC running Ubuntu Linux.
https://github.com/jubayer98/vanilla-socket-program-android-and-pc

java socket-programming

Last synced: 12 months ago
JSON representation

Here is a vanilla socket program for a simple chat application, enabling connections between an Android app and a PC running Ubuntu Linux.

Awesome Lists containing this project

README

          

# Vanilla Socket Program: Android and PC Chat Application

This repository contains a simple chat application that establishes a bi-directional communication channel between an Android app and a PC using vanilla socket programming. The PC runs a server on a Linux-based OS (Ubuntu), while the Android app acts as the client.

## Features

- **Bi-directional Communication:** Enables real-time chatting between an Android device and a PC.
- **Socket Programming:** Utilizes basic socket programming for network communication.
- **Cross-Platform:** Supports communication between Android and Ubuntu-based PC.

## Contribution

Contributions are welcome! Feel free to fork the repository, make enhancements, and submit a pull request.

---

Enjoy real-time chatting with your Android and PC using vanilla socket programming!