Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

bubochka14/ChatUp

Repository files navigation

ChatUp

ChatUp is a desktop messager available for Linux and Windows. In ChatUp you can:

  • Сreate groups and add users to them
  • Send text messages to group chats
  • Make group video/audio calls

Screenshots

Alt text Alt text Alt text

Dependencies

Qt version >= 6.8.0

Server setup

Communication with the server is performed using the webscoket protocol,address and port of the server can be set via the command line:

$ chatup -h "host" -p "port"

Default address is wss://5.35.124.43:8000

Building

The build requires vcpkg, I tested on MSVC 19.41.34123 and CMake 3.27.0

git clone https://github.com/bubochka14/ChatUp.git && cd ChatUp
git submodule update --init --recursive
mkdir build && cd build
cmake build .. -DCMAKE_TOOLCHAIN_FILE=/path/to/vcpkg
cmake --build .

To do

  • Group and user icons
  • Personal chats
  • Sending files to the chat
  • Screen sharing

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /