Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openbmc/phosphor-objmgr
Phosphor Object Manager
https://github.com/openbmc/phosphor-objmgr
Last synced: about 10 hours ago
JSON representation
Phosphor Object Manager
- Host: GitHub
- URL: https://github.com/openbmc/phosphor-objmgr
- Owner: openbmc
- License: apache-2.0
- Created: 2015-10-19T15:47:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T00:33:27.000Z (5 days ago)
- Last Synced: 2024-11-01T01:22:12.852Z (5 days ago)
- Language: C++
- Size: 1.16 MB
- Stars: 6
- Watchers: 23
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Mapper
This repository contains the mapper, which assists in finding things on D-Bus.
There is documentation about it [here][1].## Prerequisites
Non-OpenBMC build dependencies are:
- meson/ninja
- boost
- libsystemd
- systemd
- tinyxml2## Build
`meson build && ninja -C build`
## Run Unit Tests
`meson build && ninja -C build test`
## Clean the repository
`rm -rf build`
[1]: https://github.com/openbmc/docs/blob/master/architecture/object-mapper.md