Skip to content

heng30/gossipbox

Repository files navigation

screenshot

中文文档

Introduction

It's a chat software running in a p2p network. The program is written using Slint-UI and Rust.

Features

  • Supports automatic node discovery
  • Supports refreshing the list
  • Supports English and Chinese interfaces
  • Supports sending text
  • Supports sending images
  • Supports sending files

Note

  • Not supported saving session history
  • Images and files are not transferred using a P2P network, but using tcp socket

How to build?

  • Install Rust and Cargo
  • Execute make build
  • Learn more in the Makefile

References