Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.41 KB

README.md

File metadata and controls

30 lines (26 loc) · 1.41 KB

Transferrer

A small tool for transferring files between devices within the same LAN.

User Guide

Currently this project is still in development, but you may have a taste.

We don't have excutables exported temporily, so you need Visual Studio 2019 and dotnet core sdk 3.0 to complete compilation, and you can compile it to any platform supported by .Net Core.

Core

Owing to modification to adapt to UI, the Core hardly works properly. Update will comes after excuteable UI versions.

For RECEIVER

-a active mode, will respond to Send's scanning.

--start start working, will receive files or text sent by sender.

For SENDER

-s send scan signal, then save a receiver.

-l list all recorded device.

-t <device name> <text> send text to specified device.

-f <device name> <file name> send file to specified device.

TODO:

Steps Status
1. Multi-platform core library. v0.3.0
2. Interface on Android.
3. Interface on Windows.