ffahleraz / sliding-window-protocol

An implementation of sliding window protocol for UDP socket data transmission
MIT License
50 stars 17 forks source link

.recvfile #2

Open manza-ari opened 3 years ago

manza-ari commented 3 years ago

Hi, Thank you so much for sharing your work. Shall I run .recvfile in the command prompt? When I run the following command it says

bash: ./recvfile: No such file or directory

When I run the same command in src directory it says command not found

JaosnHsieh commented 3 years ago

Hi, Thank you so much for sharing your work. Shall I run .recvfile in the command prompt? When I run the following command it says

bash: ./recvfile: No such file or directory

When I run the same command in src directory it says command not found

you have to run make first to generate the ./recvfile file as installing.