Skip to content
/ BLANE Public

基于RUST的轻量化局域网通信工具 | Lightweight LAN Communication Tool in Rust

License

Notifications You must be signed in to change notification settings

DXHM/BLANE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BLANE - Lightweight LAN Communication Tool in Rust

For the Chinese version of the description, please refer to 中文版说明.

About This Project

This project was initiated after a CTF offline competition (🚄⛰💧☔). With the challenging global public health situation, many CTF competitions have shifted to online formats. However, our team participated in an offline CTF competition for the first time. Due to our lack of familiarity with the competition format and insufficient preparation, we encountered difficulties in communication and collaboration among team members, especially when spread across different locations. The competition venue had restricted internet access and limited time, which further hindered effective communication, data sharing, and collaboration. As a result, I decided to develop a program that facilitates convenient communication within a local area network. This program can be useful in similar scenarios. This project aims to establish a basic framework, and I will continuously update and improve its functionalities.

  • BLANE is a LAN chat tool developed in Rust, designed for daily communication among devices within a local area network.

  • It utilizes asymmetric encryption algorithms for secure data transmission and supports text communication (both Chinese and English), as well as image and file transfer capabilities.

  • The project aims to provide a convenient, secure, and lightweight chat experience for members of small and medium-sized teams within a local area network.

If you have any ideas or suggestions, please feel free to raise an issue. Your support, attention, and contributions are highly appreciated. This project is in its early development stage, and updates will be made at my own pace.

Your attention and stars are welcomed🥰!

Features

  • Secure communication through asymmetric encryption algorithms
  • Text communication supporting both Chinese and English languages
  • Image and file transfer or sharing capabilities
  • Online status tracking
  • Customizable usernames
  • etc..

Build

  1. Clone the repository:

    git clone https://github.com/DXHM/BLANE.git
  2. Build the project:

    cd BLANE
    cargo build
  3. Run the server:

    cargo run --bin server
  4. Run the client:

    cargo run --bin client

Dependencies

  • glib-2.0: Required dependencies for the server and client GUI (based on GTK)
  • openssl: Required for encryption algorithms

Contribution

AShujiao

License

gplv3

If it useful for you. Please offer me a coffee. ☕

Star History

Star History Chart

About

基于RUST的轻量化局域网通信工具 | Lightweight LAN Communication Tool in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages