Unverified Commit 11e93903 authored by Dan Jones's avatar Dan Jones
Browse files

docs: add links to adapter repos and context

parent 0a4f14a6
......@@ -92,6 +92,27 @@ At present the soar bus creates the clients defined in the API when it starts
but does not monitor for new clients so if you create a new client you will
need to restart the bus. This will be fixed in a later release.
### Client Adapters
The intended use of the backbone is that multiple clients connect to the backbone
using adapters. An adapter handles:
- Authentication
- Sending and receiving over the backbone API
- Transforming messages between local formats and the backbone message formats
We have implemented the following template client adapters:
- [Javascript](https://git.noc.ac.uk/communications-backbone-system/backbone-adapter-javascript)
- [Python](https://git.noc.ac.uk/communications-backbone-system/backbone-adapter-python)
If you need to port the adapter to another language please contact us.
The adapters can be installed as packages and sub-classed as required for your
client application.
For install and usage instructions for the adapters see the READMEs.
### Usage
- Run the backbone
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment