Main Menu

Simple Messenger

Started by 1Zenith1, Oct 13, 2025, 05:18 PM

Previous topic - Next topic

1Zenith1

Simple Messenger for pocket computer
ComputerCraft/CC:Tweaked

Installation:
Client: pastebin get WuXLriRW messenger.lua
Server: pastebin get 7mrVVmHt server.lua

Usage:
1. First, start the server on one computer
2. Use changeServerID.lua to set the server ID (the program will appear after the first launch of the messenger)
3. Enjoy the chat!

warning: 3 errors will occur during the first launch, this is normal

redd_128

very cool, however one thing that makes it very difficult to find a good use for personally, is that if the server restarts then all your messages are just gone. otherwise incredibly cool!!!!

1Zenith1

The bug has been fixed, the problem was that when you restarted the server, the data was not saved, it was only saved when the program was shut down.
Now the program saves the data every time it is changed.
Thanks for reporting the bug.
Sorry I noticed so late.