Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
typo + styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenpeeters committed May 30, 2018
1 parent b2d4bb5 commit 1393b2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The following capabilities are removed:
## HTTP API

This Agent exposes an HTTP api for starting and stopping of instances and the managemnt of buckets. This API is implemented by the [Agent API](https://github.com/ICTU/agent-api) library. This library can be reused by different Agent implementations as it only implements the API (contract) between the Dashboard and the 'Agent'.
**The HTTP API is marked as technical debt. See the 'Technical Debt' section below.
**The HTTP API is marked as technical debt. See the 'Technical Debt' section below.**


## MQTT
Expand Down Expand Up @@ -133,4 +133,4 @@ This component publishes information on the following topics
## Technical debt

This component currently contains some technical debt. Effort has been made to decouple component interactions by introducting MQTT as a message broker. This way all direct HTTP calls have been removed. The only remnant of this pre-MQTT era is the Agent HTTP API. In future developments the agent should accept MQTT messages, replacing the HTTP API completely.
Chaning from HTTP to MQTT also impacts the Dashboard, since it calls the HTTP API.
Changing from HTTP to MQTT also impacts the Dashboard, since it calls the HTTP API.

0 comments on commit 1393b2f

Please sign in to comment.