23586561a0
Split ClientManagement
...
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/head This commit looks good
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/pr-master Build started...
into ClientInterface and ClientManagement
2020-04-09 11:45:40 +02:00
4928efa947
Fix #59 ( #102 )
...
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/head This commit looks good
Fix #59
2020-04-02 02:48:40 +02:00
4ba3055289
Fix #57
2020-04-02 02:24:46 +02:00
e02386453b
Update server to punish clients
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/pr-etape5 This commit looks good
2020-03-28 19:43:33 +01:00
f7b1216b25
Fix #33 partially
2020-03-27 19:37:31 +01:00
7253a34e49
Refactoring
2020-03-24 17:32:33 +01:00
1355ef14b1
Fix #40
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/head This commit looks good
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/pr-master This commit looks good
2020-03-22 16:55:05 +01:00
275eb165b1
Refactoring tracker + server
2020-03-22 14:53:23 +01:00
d1d7993864
Use generics
2020-03-22 13:44:08 +01:00
ef5484566e
Classes abstraites pour le Serveur
...
Fix #40
2020-03-22 12:24:59 +01:00
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>
2020-03-21 22:30:42 +01:00
ad2b796071
Fix tcp
2020-03-20 18:28:57 +01:00
3387b90b14
HostItems dans le server
2020-03-20 18:28:57 +01:00
cc06ccc334
Bind sur localhost
2020-03-20 18:28:57 +01:00
9b6258afd3
Fix warnings / close scanners
2020-03-20 18:28:57 +01:00
a2f505c167
Add Register/Unregister
2020-03-20 18:23:59 +01:00
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
2020-03-20 18:23:59 +01:00
5c89bc6957
Add protocol elements for tracker
...
Needs to implements tracker now.
2020-03-20 18:23:59 +01:00
740e25546a
refractor exception -> localexception
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/head This commit looks good
2020-03-19 13:48:39 +01:00
9493a8cb30
Add hashsum
2020-03-04 22:29:54 +01:00
fd5eac9988
Add logLevel
2020-03-04 15:03:23 +01:00
e947fc7c46
fixes #18
2020-03-03 19:30:04 +01:00
11901db822
Fixes #19 , Fixes #13
2020-03-03 16:39:19 +01:00
e6d950d16b
client is able to close the connection, but the server IS NOT
2020-03-02 15:31:37 +01:00
11fcaa25ea
Add TCP support
...
Fixes #7
2020-02-29 17:01:52 +01:00