https://github.com/kawacoder/lanchat
This app allows you to chat with other users of your network. Still in development. You should be aware that it doesn't use any encryption system yet.
https://github.com/kawacoder/lanchat
Last synced: 9 months ago
JSON representation
This app allows you to chat with other users of your network. Still in development. You should be aware that it doesn't use any encryption system yet.
- Host: GitHub
- URL: https://github.com/kawacoder/lanchat
- Owner: KawaCoder
- License: mit
- Created: 2023-01-20T18:22:20.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T19:48:32.000Z (over 3 years ago)
- Last Synced: 2025-02-13T01:36:35.619Z (11 months ago)
- Size: 58.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LanChat
[](https://mit-license.org/)
## GUI comming soon!

## Table of content:
### 1. [Downloads](https://github.com/DR34M-M4K3R/LanChat#downloads)
### 2. [About the Software](https://github.com/DR34M-M4K3R/LanChat#about-the-software)
### 3. [How to run the Software?](https://github.com/DR34M-M4K3R/LanChat#how-to-run-the-Software)
### 4. [How to use LanChat?](https://github.com/DR34M-M4K3R/LanChat#how-to-use-LanChat)
### 5. [Troubleshoot](https://github.com/DR34M-M4K3R/LanChat#Troubleshoot)
## Downloads
[](https://github.com/DR34M-M4K3R/LanChat/releases/download/v1.0.0-beta/Run_lanchat.bat) [](https://github.com/DR34M-M4K3R/LanChat/releases/download/v1.0.0-beta/Run_LanChat.sh) [](https://github.com/DR34M-M4K3R/LanChat/raw/master/out/artifacts/LanChat_jar/LanChat.jar)
## About the Software
LanChat allows you to chat through your LAN. It uses sockets to get it done. I am currently adding an auto-update feature. You need Java >= 11.
## How to run the Software?
### How to run the .sh file (linux)?
First grant executable status (for the very first use):
```
$ chmod +x Run_LanChat.sh;
```
Then, launch the .sh file:
```
$ ./Run_LanChat.sh;
```
Of course, you need [java](java.com), you can download java JRE version 11 [here](https://www.openlogic.com/openjdk-downloads?field_java_parent_version_target_id=406&field_operating_system_target_id=All&field_architecture_target_id=All&field_java_package_target_id=401)
## How to use LanChat?
When you open LanChat, type the number corresponding to the action you want: 1 to join a serer and 2 to start a server.
There is no difference between the host and the client. The two can chat together.
## Troubleshoot
## There is no current discovered/reported errors or bugs.
You like this readme? I made it with [this tool](https://github.com/DR34M-M4K3R/Cool_Github_Readme_Generator) coded by [DR34M-M4K3R](https://github.com/DR34M-M4K3R)