xref: /openbmc/slpd-lite/README.md (revision 0757597b)
1## To Build
2
3```
4To build this package, do the following steps:
5
6    1. ./bootstrap.sh
7    2. ./configure ${CONFIGURE_FLAGS}
8    3. make
9
10To full clean the repository again run `./bootstrap.sh clean`.
11
12SLPD:-This is a unicast SLP UDP server which serves the following
13two messages
141) finsrvs
152) findsrvtypes
16
17NOTE:- Multicast support is not there and this server neither
18listen to any advertisement messages nor it advertises it's
19services with DA.
20```
21