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.
- Host: GitHub
- URL: https://github.com/jubayer98/vanilla-socket-program-android-and-pc
- Owner: jubayer98
- License: mit
- Created: 2018-05-21T12:59:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T17:47:38.000Z (almost 2 years ago)
- Last Synced: 2025-03-01T02:40:05.856Z (over 1 year ago)
- Topics: java, socket-programming
- Language: Java
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!