Skip to content

I'm going to implement a file transfer through a websocket. The websocket is supported by Luna that is my open project.

License

Notifications You must be signed in to change notification settings

kmansoo/LunaFileTransfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LunaFileTransfer

I implemeted a file transfer through a websocket. The websocket is supported by Luna that is my open project.

How to build

step1. make dependency libraries

step2. make Applications with Luna

Build

STEP1: How to build dependency libraries

Linux & OS X

cd ~/LunaFileTransfer/dependency/Luna
git submodule init
git submodule update
mkdir build
cd build
cmake ..
make

STEP2: How to build Applications with Luna

Linux & OS X

cd ~/LunaFileTransfer
git submodule init
git submodule update
mkdir build  
cd build
cmake ..
make

STEP3: How to test Applications

Linux & OS X

LunaFileTransferServer

cd ./LunaFileTransfer/build
./bin/LunaFileTransferServer

LunaFileTransfer

For running LunaFileTransfer client, you have to input an IP where the LunaFileTransferServer is located and a file path.

cd ./LunaFileTransfer/build
./bin/LunaFileTransfer localhost ./LunaFileTransfer/README.md

About

I'm going to implement a file transfer through a websocket. The websocket is supported by Luna that is my open project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •