diff options
author | Mattias Andrée <maandree@kth.se> | 2017-10-22 13:10:53 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-10-22 13:10:53 +0200 |
commit | 63f50a4a5946aea651043b226b8236b8ebe0021f (patch) | |
tree | d6d5f9bea681c0685db02aa637ea8e003ed8fed9 | |
parent | Add support for secret messages (diff) | |
download | sbus-63f50a4a5946aea651043b226b8236b8ebe0021f.tar.gz sbus-63f50a4a5946aea651043b226b8236b8ebe0021f.tar.bz2 sbus-63f50a4a5946aea651043b226b8236b8ebe0021f.tar.xz |
Update README
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,6 +9,7 @@ Features: Increasing message size limit may cause problems Support for routing keys with wildcards. Support for secret communication. + Reliable and ordered communication. Non-features: No IP or cluster support, should be implemented as a separate service. @@ -21,6 +22,9 @@ Non-features: implemented as a separate service or at application level. No support for server-verified credentials, can be implemented at application level by using '!.cred.' routing keys. + No acknowledgement of when messages have been processes, can be + implemented at application level by sending yourself a message + and wait for it to return. Routing keys: Routing keys are used to filter received messages. A routing key |