2. Mesaje GET_OUTPUT
-----> tipul mesajului GET_OUTPUT
- <----- lista tupluri: (client_name, metafile, file_type, file_path)
+ <----- lista : [client_name, metafile, [(file_type, file_path), ...]]
3. Mesaje ARCHIVE
-----> tipul mesajului ARCHIVE
- test locally without remotely starting Server:
- in server/ :
- 1. python Server.py - output in /home/p2p/out and /home/p2p/err
+ 1. python Server.py start - output in /home/p2p/out and /home/p2p/err
or
- python Server_NO_DAEMON for console output
+ python Server.py no - for console output
2. python Client.py torrent_path
- has test scenerios for tribler, transmission and hrktorrent.
- modify test_all_commands method in order to choose the BT client.