Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added blurb about si95 alpha push

...

The following are announcements related to RMR during the past 30 days; newest announcements first.


2020 January 17:

Work is in progress to add support for a new (faster) transport interface under RMR. This will replace NNG which seems to have a ceiling of approximately 50K msg/sec with the push/pull model that we use.  The new library (SI95) is being ported directly into RMR (in the src/rmr/si directory in the repo).  An alpha version is being pushed up today and has enough support for some initial testing; complete thread safety, complete bi-directional communications on all connections, and dynamic route manager updates are still in progress and missing from the current code.  The base API has not changed, and the packages will include a new librmr_si.* component to link against.

2019 December 6:

  • The release B (dev-b) has been merged back into master and is deprecated (will be deleted)
  • RMR core library version1.13.0 has been pushed; this change adds the support to route messages on the MEID (managed equipment ID) contained in the message after matching a route table entry using the normal message type and subscription ID. Additional documentation on MEID routing is in the RMR route table doc (link is below).

...