/LocalChat

An application that allows you to chat with others in LAN.

Primary LanguageC#MIT LicenseMIT

LocalChat

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.

Environment Dependence

Godot 4.2.2 Stable Mono Official
.NET 8.0.100
Inno Setup (If you want to compile .exe installer)

Open-source License

MIT License

To-do List

  • 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
  • Sending Image
  • Add a Chat Room lobby, add public and private option Since 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 Files Use LocalSend instead