Commit Graph

32 Commits

Author SHA1 Message Date
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
223e512684 refactor servermanagemntudp methods
All checks were successful
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/pr-etape4 This commit looks good
2020-03-20 17:03:30 +01:00
879164304a added server help argument
All checks were successful
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/pr-etape4 This commit looks good
2020-03-20 16:39:27 +01:00
cc8997b65b Merge branch 'exceptionsheritage' into etape4 2020-03-19 14:07:56 +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
977ff22300 Add missing javadoc
This closes #36
2020-03-19 13:30:49 +01:00
4c7fcab67d Improvement multithreads
All checks were successful
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-16 16:38:23 +01:00
9493a8cb30 Add hashsum 2020-03-04 22:29:54 +01:00
600ef1b2cd Fix crash when unexisting subdir 2020-03-04 15:14:18 +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
b6351d30d3 Change to ProtocolP2PPacket, should be easier to implement tcp 2020-02-29 17:01:52 +01:00
d01bbd85f2 Load PartialContents
Fixes #9
2020-02-26 18:57:18 +01:00
d33d9bf624 Add empty file error code 2020-01-25 21:25:36 +01:00
2d20357150 Implement ServerManagement and ClientManagement 2020-01-25 19:34:23 +01:00
f4e318dfe5 Fix last commit 2020-01-21 19:56:50 +01:00
b3cc441d9e Factorize code for opening directory 2020-01-21 19:48:46 +01:00
3a27d84690 Add openning functionnality to server 2020-01-21 11:32:01 +01:00
f3d47433e1 Update project 2020-01-21 10:55:20 +01:00
c1ac428fc6 Fix errors on Directories.java 2020-01-16 12:43:12 +01:00
0e1a451214 Avoid duplication of code 2020-01-16 12:36:05 +01:00
14b7a2b814 Fix last commit 2020-01-15 22:20:27 +01:00
bb1df85273 Add default user data folder for mac 2020-01-15 21:58:11 +01:00
7e50b3874a Remove .class files and add it to .gitignore 2020-01-14 12:37:46 +01:00
789c0c0257 Remove debugs print 2020-01-14 12:33:21 +01:00
ecc92f79d1 erreurs 2020-01-14 11:55:02 +01:00
a326c33124 fix syntax in serverP2P 2020-01-14 10:32:55 +01:00