TD2: Make the IHM client with one receive thread and one send thread.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 16 Mar 2018 13:56:19 +0000 (14:56 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 16 Mar 2018 13:56:19 +0000 (14:56 +0100)
commitef87f1a8633012e6ba3ba20d095a619b7387ab49
tree571d6caace811fcd21355f751975b7d83c21fe90
parent15850b4cdcf949dae5a150a7c209bd1b95061121
TD2: Make the IHM client with one receive thread and one send thread.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
TD2/IHM/IHM.java
TD2/IHM/Main.java [new file with mode: 0644]
TD2/IHM/Makefile
TD2/IHM/ThreadIHMReceive.java [new file with mode: 0644]
TD2/IHM/ThreadIHMSend.java [new file with mode: 0644]
TD2/server/BroadcastThreadService.java
TD2/server/BroadcastoThreadService.java
TD2/server/Main.java