Skip to content

Commit

Permalink
Fix #10 Amend Text
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jul 31, 2024
1 parent c40be4c commit 9193335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ A direct comparison of the two IoT Agents can be seen below:
| HTTP commands posted to a well-known URL - response is in the reply | HTTP commands posted to a well-known URL - response is in the reply | Communications Handshake |
| MQTT devices are identified by the path of the topic `/XXX/YYY` | MQTT devices are identified by the path of the topic `/XXX/YYY` | Device Identification |
| MQTT commands posted to the `cmd` topic | MQTT commands posted to the `cmd` topic | Communications Handshake |
| MQTT command responses posted to the `cmdexe` topic | MQTT commands posted to the `cmdexe` topic | Communications Handshake |
| MQTT command responses posted to the `cmdexe` topic | MQTT command responses posted to the `cmdexe` topic | Communications Handshake |

As can be seen, the message payload differs entirely between the two IoT Agents, but much of the rest of the protocol
remains the same.
Expand Down

0 comments on commit 9193335

Please sign in to comment.