Commit Graph

35 Commits (master)

Author SHA1 Message Date
Louis Royer e2bdb0dcd1 Fix udp sending ratio for tracker instead of server used
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/head This commit looks good Details
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/pr-master This commit looks good Details
4 years ago
Louis Royer b39eaf270b Fix client not registering when no file in directory (#122)
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/head This commit looks good Details
Fix client not registering when no file in directory
4 years ago
Louis Royer a783164922 Fix #89 (#121)
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/head This commit looks good Details
Fix #89
4 years ago
Louis Royer 7a263fc9d8 Fix #87 (#117)
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/head This commit looks good Details
Fix #87
4 years ago
Louis Royer 31a2802cd1 Fix #105 (#114)
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/head This commit looks good Details
Fix #105
4 years ago
Louis Royer 039c3ff2b0 Fix #17 (#104)
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/head This commit looks good Details
Fix #17
4 years ago
Flavien Haas c2d05aeeb9 programs quit when ports entered are wrong (#97)
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/head This commit looks good Details
Fix #93.
- Programs quit when ports entered are wrong.

Fix #94.
- 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>
4 years ago
Louis Royer e02386453b Update server to punish clients
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/pr-etape5 This commit looks good Details
4 years ago
Louis Royer f33b91dccd Ratio implementation for client 4 years ago
Louis Royer c60fdedf80 Update tracker: 100% 4 years ago
Louis Royer 97d173e8eb Add RATIO REQUEST/RESPONSES handling in tracker
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/pr-etape5 This commit looks good Details
To do: UPDATE RATIO
4 years ago
Louis Royer d9c4c8ba40 Fix off by 1 lengths; fix debug color 4 years ago
Louis Royer 7253a34e49 Refactoring 4 years ago
Flavien Haas 64032e84c4 finished work 4 years ago
Flavien Haas 387a487d83 reintroduce usage of arguments in serverP2P 4 years ago
Flavien Haas 702fb399c3 return testport in method 4 years ago
Flavien Haas d4bcff6f8c retrieve support for agurments 4 years ago
Flavien Haas d0eff567f5 added support for tools/testlegitip 4 years ago
Flavien Haas 90872c8f7b changed a variable in display 4 years ago
Flavien Haas 2313b6799d added commentary on default options 4 years ago
Flavien Haas f95f4245a5 simplified cli usage of tracker 4 years ago
Flavien Haas 60e0e3a7da modified usage help 4 years ago
Flavien Haas 3edb0bf9e5 aide tracker 4 years ago
Louis Royer 1355ef14b1 Fix #40
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/head This commit looks good Details
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/pr-master This commit looks good Details
4 years ago
Louis Royer 275eb165b1 Refactoring tracker + server 4 years ago
Louis Royer d1d7993864 Use generics 4 years ago
Louis Royer 5f48c9cbc1 Fix #27 (#64)
Fix #27
- [x] Faire un thread qui tous les X secondes (configurable) va comparer les fichiers dispo avec la liste et mettre à jour (penser à le logger). La mise à jour peut s’effectuer en faisant juste une REGISTER REQUEST.
- [x] Télécharger dans le même dossier que celui où on seed
- [x] Mettre les logs dans un dossier pas partagé

Co-authored-by: Louis <louis.royer@univ-tlse3.fr>
4 years ago
Louis Royer 3f21797b09 Client now asks servers to tracker ! 4 years ago
Louis Royer ad2b796071 Fix tcp 4 years ago
Louis Royer 3387b90b14 HostItems dans le server 4 years ago
Louis Royer cc06ccc334 Bind sur localhost 4 years ago
Louis Royer 9b6258afd3 Fix warnings / close scanners 4 years ago
Louis Royer a2f505c167 Add Register/Unregister 4 years ago
Louis Royer 07d9276232 Changes in protocol
À implémenter: Register + Unregister dans protocolP2P.

Encore des erreurs:
- [UDP] ICMP Port unreachable, c’est parce qu’on essaie de
se connecter à un port qui est fermé. c’est pour ça qu’il faut donner le
port dans register et dans unregister (sinon on a le mauvais HostItem).
- [TCP] une autre erreur que je corrigerai demain
4 years ago
Louis Royer 6d7fabaf1c Add tracker 4 years ago