Skip to content

Commit

Permalink
[docs] Add card-level service naming
Browse files Browse the repository at this point in the history
  • Loading branch information
kostorr committed Dec 9, 2020
1 parent 17dd199 commit ca04f3b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,15 @@ o2-alf-lib-client --card-id=#1 --serial=1041 --endpoint=1 --swt

## DIM Services

Service names are identified by the server's hostname, the card's serial and endpoint pair and the link, as follows:
Service names may refer to the card or the link level, depending on the functionality published.

Card-level services are identified by the server's hostname, and the card's serial:

`
ALF_[hostname]/SERIAL_[serial]/[service_name]
`

Link-level services are identified by the server's hostname, the card's serial and endpoint pair, and the link, as follows:

`
ALF_[hostname]/SERIAL_[serial]/ENDPOINT_[endpoint]/LINK_[link]/[service_name]
Expand Down

0 comments on commit ca04f3b

Please sign in to comment.