WallyYang / WA-FSP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wally’s File Sharing Platform

Build and Run

Prerequisite

WA-FSP lib

  • Under root directory cargo test can execute unit test

Server Program

  • Under server directory execute cargo run
  • This crate contains the server program designed to be executed in a known-ip server
  • Once started, the server program does not need any interaction

Client Program

  • Under client directory execute cargo run
  • This crate contains the client’s binary
  • The server’s IP address can be set in config.yaml under client directory
  • Shared files are stored under files/

About


Languages

Language:Rust 100.0%