Commit Graph

18 Commits

Author SHA1 Message Date
js
3f3e7fd2f3 added new panels done with NetBeans 2020-04-12 16:59:22 +02: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
2a4ad8316f rename exceptions to accomodate java's nomenclature 2020-03-19 14:55:02 +01:00
05be51d604 added motherclass for exceptions 2020-03-19 14:05:58 +01:00
740e25546a refractor exception -> localexception
All checks were successful
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/head This commit looks good
2020-03-19 13:48:39 +01:00
11901db822 Fixes #19, Fixes #13 2020-03-03 16:39:19 +01:00
b6351d30d3 Change to ProtocolP2PPacket, should be easier to implement tcp 2020-02-29 17:01:52 +01:00
a77de625d6 Edit serialVersionUID in exceptions 2020-01-26 14:59:25 +01:00
2d20357150 Implement ServerManagement and ClientManagement 2020-01-25 19:34:23 +01:00
2afb87303f Fix all errors and all warnings 2020-01-23 15:54:27 +01:00
c3b8c2c5e0 Update protocol classes modelisation 2020-01-23 11:38:30 +01:00
855e4ed73e Update RequestResponse codes 2020-01-22 13:02:03 +01:00
572a75e3ae correction syntaxiques de clientP2P 2020-01-14 11:10:11 +01:00
a326c33124 fix syntax in serverP2P 2020-01-14 10:32:55 +01:00
192f0a2c94 Add client implementation + update doc 2020-01-12 23:29:49 +01:00
acaa363153 Add send method + update documentation 2020-01-12 22:20:52 +01:00
e7b4d7a5c3 Implement protocol
TODO : send method
2020-01-12 22:04:49 +01:00
2f202812c8 Class stub 2019-12-12 11:57:02 +01:00