libupnp

Portable UPnP development kit for building UPnP devices and control points

brewmacoslinux
Try with needOr install directly
Source

About

Portable UPnP development kit

Commands

upnp-inspectorlibupnp

Examples

Include libupnp headers in C/C++ project compilation$ gcc -I/usr/local/opt/libupnp/include myprogram.c -L/usr/local/opt/libupnp/lib -lupnp -lixml
Check installed libupnp version and configuration$ pkg-config --modversion libupnp
Get compiler flags needed for libupnp integration$ pkg-config --cflags --libs libupnp