Name Date Size #Lines LOC

..Today-

test/H22-Aug-2024-541379

.clang-formatH A D22-Aug-20243.7 KiB137135

.gitignoreH A D31-Jul-202417 32

LICENSEH A D07-Mar-202111.1 KiB202169

OWNERSH A D07-Apr-20231.5 KiB4540

README.mdH A D15-Apr-2023370 1810

endian.hppH A D07-Mar-2021865 5449

main.cppH A D31-Jul-20242.1 KiB7759

meson.buildH A D31-Jul-20241.2 KiB5651

meson.optionsH A D31-Jul-202461 21

slp.hppH A D07-Mar-20215.4 KiB277105

slp_message_handler.cppH A D22-Aug-202415.4 KiB449292

slp_meta.hppH A D31-Jul-20242 KiB8756

slp_parser.cppH A D31-Jul-202414.2 KiB395285

slp_server.cppH A D28-Oct-20212.2 KiB11079

slp_server.hppH A D22-Aug-2024888 4328

slp_service_info.hppH A D22-Aug-20241.3 KiB5850

sock_channel.cppH A D07-Aug-20244.3 KiB149125

sock_channel.hppH A D07-Mar-20212.8 KiB11744

README.md

1# slpd-lite
2
3## Building
4
5The repository is built using meson.
6
7`meson setup builddir && ninja -C builddir`
8
9## Details
10
11SLPD:-This is a unicast SLP UDP server which serves the following two messages:
12
131. finsrvs
142. findsrvtypes
15
16NOTE:- Multicast support is not there and this server neither listen to any
17advertisement messages nor it advertises it's services with DA.
18