diff --git a/.vscode/launch.json b/.vscode/launch.json index f289ecc..996058b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,6 +5,7 @@ "version": "0.2.0", "configurations": [ + { "type": "java", "name": "Launch BasicTestCB", @@ -77,6 +78,28 @@ "rmi://localhost:4000/linda" ], "projectName": "Projet PDR" + }, + { + "type": "java", + "name": "Eratosthène Server", + "request": "launch", + "mainClass": "linda.eratosthene.Server", + "args": [ + "rmi://localhost:4000/linda", + "4000", + "1000" + ], + "projectName": "Projet PDR" + }, + { + "type": "java", + "name": "Eratosthène Client", + "request": "launch", + "mainClass": "linda.eratosthene.Client", + "args": [ + "rmi://localhost:4000/linda" + ], + "projectName": "Projet PDR" } ] } \ No newline at end of file diff --git a/RF_GUILLOTIN.tar.gz b/RF_GUILLOTIN.tar.gz new file mode 100644 index 0000000..4f2c3fd Binary files /dev/null and b/RF_GUILLOTIN.tar.gz differ