GitXplorerGitXplorer
i

File-Transfer-Server-Client

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
1816fe287b1b947ade04404221746258d241f9f7

update readme

iiyht committed 4 years ago
Unverified
cec4c7e1a79933949b971fd02db31bd808493842

add readme

iiyht committed 4 years ago
Unverified
1b1c6ecd35d4ed355b6817f89bab77f32013e02f

add TODO list in sever.c

iiyht committed 5 years ago
Unverified
d5f1f834a7c7b3a87848c84fe4d3e57309a72532

update gitignore

iiyht committed 5 years ago
Unverified
6bad89b16b84d91f40d43b1ab5c6c88faebbfa5c

update gitignore

iiyht committed 5 years ago
Unverified
8938f10f619dec6839990a011445a10ac19c1dad

remove original face

iiyht committed 5 years ago

README

The README file for this repository.

File Transfer Server/Client

This project implement a file transfer server and client. It also embedded with huffman compression algorithm that decrease the file size along the transfer.

Execution

server: The PORT on server is pre-defined as 666

make
./server

client:

make
./client hostname PORT // example ./client MBP 666
Enter file name:

TODO

  • [x] Huffman Compression
  • [x] Face Detection
  • [ ] Invoke TF model in C