IPCom is an offline messaging application that allows users to send messages without an internet connection. It uses IP to send messages between devices. This makes it ideal for situations where there is no internet connection available but you still need to communicate with others. The matter is to have on same Network!
It needs a server to work. When the server is online anyone with the same network will able to connect with the server and send message with others connected with the same server. Say You
and 3 of your friends are connected on a server, the communication is done as this diagram shows:
graph TD;
A["You"]
B["Server"]
C["Friend A"]
D["Friend B"]
E["Friend C"]
A-->B;
B-->C;
B-->D;
B-->E;
Download the Latest IPCom Installer now from Releases!
- IPCom
- Let you connect to a server and chat
- IPCom Server
- Let you create a new server
This project is licensed under the MIT License.