Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maxime POULAIN
Réseau - Client Serveur
Commits
277e4b88
Commit
277e4b88
authored
Nov 17, 2021
by
Maxime POULAIN
Browse files
Merge branch 'main' of
https://gitlab.isima.fr/mapoulain1/reseau-client-serveur
into main
parents
e0cf40ac
6c43033d
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
277e4b88
# Réseau - Client Serveur
## Auteur
Maxime POULAIN - F2 - ZZ2
## Usage
### Serveur
...
...
@@ -13,9 +17,9 @@ make
```
### Client
### Client
- C
Pour compiler et lancer le client :
Pour compiler et lancer le client
C
:
```
bash
cd
client
...
...
@@ -24,3 +28,13 @@ make
```
### Client - Java
Pour compiler et executer le client java :
```
bash
cd
client-java
javac src/Main.java
java
-cp
src Main
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment