Commit Graph

220 Commits

Author SHA1 Message Date
42e8a26381 updated javadoc 2020-04-13 15:43:33 +02:00
4e7a91e65d close server when clicking on back button ()
close server when clicking on back button

Co-authored-by: js <auge1@hotmail.fr>
2020-04-13 14:26:17 +02:00
1335bbf8ad Mark GUI as done ()
Mark GUI as done
2020-04-12 19:17:17 +02:00
46ea62e684 Merge pull request 'Fix 103 (GUI)' () from fix103 into master 2020-04-12 19:13:37 +02:00
js
7bd31a31c5 fixed closing of server, now at the END 2020-04-12 18:30:17 +02:00
js
d775ee7cbb replaced spaces with tabs + right default server port 2020-04-12 17:54:59 +02:00
js
a646836f97 added download features but thrown internal error 2020-04-12 16:59:22 +02:00
js
0a1cce3127 added ErrorFrame support 2020-04-12 16:59:22 +02:00
js
6331f9f144 fixed name of ClientP2PGUI and updated javadoc for GUI 2020-04-12 16:59:22 +02:00
js
4b06939257 now list all the files, download button just display on console the file ou want to download 2020-04-12 16:59:22 +02:00
js
e1fdddac54 now display default values for each field 2020-04-12 16:59:22 +02:00
js
27c4fcc563 fix warning 2020-04-12 16:59:22 +02:00
js
13ccc39f14 fix warning serial version 2020-04-12 16:59:22 +02:00
js
53b7d46fe2 fixed compilation 2020-04-12 16:59:22 +02:00
js
20a444cb9b fixed a lot of things 2020-04-12 16:59:22 +02:00
js
b87b3c70ef added bugged interactions 2020-04-12 16:59:22 +02:00
1451b67a5b Add .jar for clientGUI 2020-04-12 16:59:22 +02:00
js
b5c07299d2 getting the informations for connect with textfield by clicking on connect 2020-04-12 16:59:22 +02:00
js
69bfbb00d4 added WORKING back button on downloadSelection 2020-04-12 16:59:22 +02:00
js
3f3e7fd2f3 added new panels done with NetBeans 2020-04-12 16:59:22 +02:00
js
4167cc3aa6 added support for displaying list of files but need scrollbar 2020-04-12 16:59:22 +02:00
js
05a2967645 first panel of GUI 2020-04-12 16:59:22 +02:00
b39eaf270b Fix client not registering when no file in directory ()
Fix client not registering when no file in directory
2020-04-12 16:53:47 +02:00
a783164922 Fix ()
Fix 
2020-04-10 00:30:20 +02:00
334e960134 Mark file search bonus in readme as done ()
Mark file search bonus in readme as done
2020-04-09 16:53:08 +02:00
cd7d83fb0d Merge pull request 'Fix ' () from fix96 into master 2020-04-09 16:35:28 +02:00
1d5a4b2028 new tools to search files 2020-04-09 16:12:05 +02:00
7a263fc9d8 Fix ()
Fix 
2020-04-09 16:10:25 +02:00
389547ff20 Merge pull request 'Split ClientManagement' () from clientInterfaceMaster into master 2020-04-09 11:46:25 +02:00
23586561a0 Split ClientManagement
into ClientInterface and ClientManagement
2020-04-09 11:45:40 +02:00
f0f18d64b5 Fix Fix ()
Fix  Fix 
2020-04-03 22:04:20 +02:00
31a2802cd1 Fix ()
Fix 
2020-04-03 22:04:02 +02:00
aae25fbd99 endianess ()
Precise endianess
2020-04-03 15:42:35 +02:00
58add14fa9 Print progress bar less frequently 2020-04-02 16:36:04 +02:00
039c3ff2b0 Fix ()
Fix 
2020-04-02 15:58:10 +02:00
4928efa947 Fix ()
Fix 
2020-04-02 02:48:40 +02:00
9d4c98c466 Fix crash when no server connected to tracker yet 2020-04-02 02:29:17 +02:00
4ba3055289 Fix 2020-04-02 02:24:46 +02:00
65c44569d0 Fix ()
Fix  and fix UDP packets max size
2020-04-02 00:55:38 +02:00
654758c14b Fix ()
Fix 
2020-04-01 23:26:54 +02:00
c2d05aeeb9 programs quit when ports entered are wrong ()
Fix .
- Programs quit when ports entered are wrong.

Fix .
- Server doesnt ask to open his home directory when arguments are passed.
- Tracker doesnt ask to open his home directory when arguments are passed.

Co-authored-by: Louis Royer <louis.royer@univ-tlse3.fr>
Co-authored-by: flavien <flavien.haas@outlook.fr>
Co-authored-by: js_auge <auge1@hotmail.fr>
2020-03-30 18:55:31 +02:00
dfde8d4527 Merge pull request 'Étape 5' () from etape5 into master
Co-authored-by: js_auge <auge1@hotmail.fr>
Co-authored-by: flavien <flavien.haas@outlook.fr>
2020-03-30 15:23:10 +02:00
89a69c7e0c Fix bug with reuse of closed sockets 2020-03-30 15:19:17 +02:00
2cc2868450 Added functionnality to select a file to download by a number ()
option 0 now can close the program

Merge branch 'listefichiers' of ssh://git.flavien.ovh:10722/flavien/Projet_JAVA_P2P_STRI2A into listefichiers

added cli info and journalization

added functionnality to select a file to download by a number

added cli info and journalization

added functionnality to select a file to download by a number

Co-authored-by: flavien <flavien.haas@outlook.fr>
Co-authored-by: js_auge <auge1@hotmail.fr>
2020-03-30 14:58:17 +02:00
f77ea0ae2b Update README.md 2020-03-29 12:48:11 +02:00
68446551b4 Merge pull request 'Ratio' () from ratio into etape5 2020-03-28 19:44:40 +01:00
e02386453b Update server to punish clients 2020-03-28 19:43:33 +01:00
f33b91dccd Ratio implementation for client 2020-03-28 16:31:24 +01:00
c60fdedf80 Update tracker: 100% 2020-03-28 15:46:05 +01:00
a5b1abc9a8 Add attribute null check 2020-03-28 11:34:28 +01:00