https://github.com/openbmc/phosphor-net-ipmid
Network IPMI server
https://github.com/openbmc/phosphor-net-ipmid
Last synced: over 1 year ago
JSON representation
Network IPMI server
- Host: GitHub
- URL: https://github.com/openbmc/phosphor-net-ipmid
- Owner: openbmc
- License: apache-2.0
- Created: 2016-07-28T11:02:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T09:48:54.000Z (over 1 year ago)
- Last Synced: 2025-03-22T04:02:01.327Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 1.82 MB
- Stars: 11
- Watchers: 21
- Forks: 11
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phosphor-net-ipmid
## To Build
To build this package, do the following steps:
```sh
1. ./bootstrap.sh
2. ./configure ${CONFIGURE_FLAGS}
3. make
```
To clean the repository run `./bootstrap.sh clean`.