Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javidjms/algo_distrib
2A-Enshare
https://github.com/javidjms/algo_distrib
Last synced: 9 days ago
JSON representation
2A-Enshare
- Host: GitHub
- URL: https://github.com/javidjms/algo_distrib
- Owner: Javidjms
- Created: 2016-01-04T02:18:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T20:30:48.000Z (almost 9 years ago)
- Last Synced: 2023-03-03T02:32:56.975Z (over 1 year ago)
- Language: Java
- Size: 358 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Security: security.policy
Awesome Lists containing this project
README
# 1/ Décompressez l'archive Enshare.zip, ce qui vous donne un répertoire Enshare
# 2/ Déplacez le répertoire Enshare dans votre répertoire workspace d'Eclipse (vous aurez donc un répertoire ~/quelquepart/workspace/Enshare)
# 3/ Créez un nouveau projet ("Projet Java") dans Eclipse et appelez le "Enshare" (du même nom exactement que le répertoire dans votre workspace.# 4/ Éditer les fichiers run_server.sh, run_gui_client.sh et run_console_client.sh et changez la valeur ./build/classes par ./bin
# 5/ Lancement du serveur (dans le répertoire contenant run_server.sh)
./run_server.sh rmi://localhost:1099/serveur .# 6/ Lancement de clients
./run_gui_client.sh rmi://localhost:1099/client1 rmi://localhost:1099/serveur
./run_gui_client.sh rmi://localhost:1099/client2 rmi://localhost:1099/serveur