Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
communications-backbone
Commits
11e93903
Unverified
Commit
11e93903
authored
2 years ago
by
Dan Jones
Browse files
Options
Download
Email Patches
Plain Diff
docs: add links to adapter repos and context
parent
0a4f14a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
README.md
README.md
+21
-0
No files found.
README.md
View file @
11e93903
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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