server: Serve well-known bus names

Prior to this patch the mapper served unique connection
names.  Serve well-known names instead so clients can
cache mapper lookup results.

Tested: Manually verified mapper content and signals in the
  following workflows:
   - Service discovery
   - Interface added post discovery
   - Interface removed post discovery
   - Bus disconnect post discovery
   - Bus connect post discovery
   - Association added post discovery
   - Association removed post discovery
   - Association modified post discovery
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Change-Id: Ia697c86dc287b6e289ea6d84364b24ef9a2c18c8
1 file changed
tree: 9be0952d206e518e7db797478f6f4f716c880895
  1. fail-monitor/
  2. libmapper/
  3. obmc/
  4. .gitignore
  5. bootstrap.sh
  6. configure.ac
  7. LICENSE
  8. Makefile.am
  9. phosphor-mapper
  10. README.md
  11. setup.cfg
  12. setup.py.in
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.