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
Vladislav Rykov
gateway_protocol
Commits
921b5414
Commit
921b5414
authored
Jun 18, 2020
by
vladislav
Browse files
Message Sequence Charts added
parent
0423f424
Changes
6
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
921b5414
...
@@ -80,7 +80,7 @@ Used to send requested pending message from the gateway.
...
@@ -80,7 +80,7 @@ Used to send requested pending message from the gateway.
## STAT packet
## STAT packet
Used to confirm, confirm and inform about pending message, nack the message
Used to confirm, confirm and inform about pending message, nack the message
or inform that there are no pending messages.
or inform that there are no pending messages.
```
```
...
@@ -93,6 +93,24 @@ or inform that there are no pending messages.
...
@@ -93,6 +93,24 @@ or inform that there are no pending messages.
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
```
```
# Message Sequence Flow Charts
## Time request
![
time-request.png
](
/img/time-request.png
)
## Data send (no pending messages)
![
data-send-(no-pending-messages).png
](
/img/data-send-(no-pending-messages
)
.png)
## Data send (pending message)
![
data-send-(pending-message).png
](
/img/data-send-(pending-message
)
.png)
## Check for a pending message
![
check-for-a-pending-message.png
](
/img/check-for-a-pending-message.png
)
# Packet type values
# Packet type values
```
```
...
@@ -115,4 +133,4 @@ or inform that there are no pending messages.
...
@@ -115,4 +133,4 @@ or inform that there are no pending messages.
ACK_PEND = 0x01,
ACK_PEND = 0x01,
NACK = 0xFF
NACK = 0xFF
}
}
```
```
\ No newline at end of file
img/.gitkeep
deleted
100644 → 0
View file @
0423f424
img/check-for-a-pending-message.png
0 → 100644
View file @
921b5414
28.6 KB
img/data-send-(no-pending-messages).png
0 → 100644
View file @
921b5414
17.7 KB
img/data-send-(pending-message).png
0 → 100644
View file @
921b5414
28.7 KB
img/time-request.png
0 → 100644
View file @
921b5414
14.6 KB
Write
Preview
Supports
Markdown
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