Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tftp_etape3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pierre.johner
tftp_etape3
Commits
93af07b8
There was a problem fetching the pipeline summary.
Commit
93af07b8
authored
8 years ago
by
pierre.johner
Browse files
Options
Downloads
Patches
Plain Diff
Upload new file
parent
6874f5bd
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
readme.txt
+74
-0
74 additions, 0 deletions
readme.txt
with
74 additions
and
0 deletions
readme.txt
0 → 100644
+
74
−
0
View file @
93af07b8
# **Authors** : Rochat Ares Johner
## 22.12.2016
## V 1.0
## **Informations** :
Nous avons legrement modifiee client pour corriger un bug de timeOut. (Pas de reset de timeOutMax entre les diffentes pertes de packets)
## **Serveur** :
## **Exemples** :
python server.py 69 0
### **Put** :
Wait on 69
Start Server
Start state 0
Try to receive Packet
Try to send Packet
Send Packet Ok
End state 0
Start state 1
Try to receive Packet
Try to send Packet
Send Packet Ok
8b1a9953c4611296a827abf8c47804d7
End state 1
### **Get** :
Start state 0
Try to receive Packet
Try to send Packet
Send Packet Ok
End state 0
Start state 4
Try to receive Packet
End state 4
Start state 0
Try to receive Packet
## **Client** :
## **Exemples** :
### **Get** :
`python client.py get hepia.infolibre.ch 69 test100 10
Connection on 69
Start Client
Start state 0
Try to send Packet
Send Packet Ok
End state 0
Start state 1
Try to receive Packet
Try to send Packet
Send Packet KO
a743a69fa909a4b05137afa71195635f
End state 1`
### **Put** :
`python client.py put hepia.infolibre.ch 69 w_test100 10
Connection on 69
Start Client
Start state 0
Try to send Packet
Send Packet Ok
End state 0
Start state 2
Try to receive Packet
Try to send Packet
Send Packet Ok
End state 2
Start state 4
Try to receive Packet
End state 4`
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment