An application that allows you to chat with others in LAN.
Also a Godot network system practice
Made with Godot 4 Mono
I made this because i want to chat with my classmates in information technology class across the classroom without public network enabled.
My teachers are really fond of unplugging the network cable between switcher and the router.
MIT License
Godot Engine 4.3 - Juan Linietsky, Ariel Manzur and contributors
.NET 8 SDK - Microsoft
Visual Studio Code - Microsoft
Inno Setup - Jordan Russell and Martijn Laan
Message sound - Mixkit
GDTask.Nuget - DE-YU
Microsoft.Toolkit.Uwp.Notifications - Microsoft
- Enter to Send
- Message Time
- Localization
- Sounds (From Mixkit)
- Member List
- Copy Message
- Delete Message
- Remove Member
- Add Version Check
- Add Sha256 Check
- Add Installer
- Taskbar alert when received new message
- Scroll to bottom when received new message
- Add scroll bar in Main Menu to avoid too much IP addresses
- Text box go to top when open Input method in mobile
- Add desktop notification (windows)
- Add desktop notification (linux)
- Allow user to ping someone
- Change time to UNIX timestamp to allow different time zone users to see the correct local time
- Add a IP region shown
- Show IP address in member list
- Improve Emoji shown (Noto Color Emoji)
- Sending Image
-
Add a Chat Room lobby, add public and private optionSince this app works with UDP and p2p connection, i can't make it possible -
Add notification (android)Since Godot can't make app runs in background in Android without coding in Java, i gave up -
Sending FilesUse LocalSend instead