GitXplorerGitXplorer
i

File-Transfer-Server-Client

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
6ace77d4243cc14b7e85bac665f3495c60d1f949

finish PCA

iiyht committed 5 years ago
Unverified
e6465f1ae2af10891d7651ce2a5386a87e2c6061

remove cache

iiyht committed 5 years ago
Unverified
6de98feb3810d2d2196aaa54b0e6b67bdda2f11a

remove model folder

iiyht committed 5 years ago
Unverified
4fca3d041c1a9bcc9321583dba80d6b96d76bd0a

remove model folder

iiyht committed 5 years ago
Unverified
c5b73b8288f29f0358663edfe9bd7ec02724b572

remove model folder

iiyht committed 5 years ago
Unverified
c0f3c1230fe84871174d373eaaedf3b407b613db

remove model folder

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