kopia lustrzana https://github.com/f4exb/sdrangel
e46f7f09b8
The API server is listening on all interfaces. This is indicated by Qt with the address 0.0.0.0 even if it is listening on both IPv4 and IPv6 https://doc.qt.io/qt-6/qhostaddress.html#toString So the following addresses are valid http://127.0.0.1:8091/ http://[::1]:8091/ http://0.0.0.0:8091/ http://[::]:8091/ plus any other address assigned to wired, wireless or virtual interfaces. |
||
---|---|---|
.. | ||
webapiadapter.cpp | ||
webapiadapter.h | ||
webapiadapterbase.cpp | ||
webapiadapterbase.h | ||
webapiadapterinterface.cpp | ||
webapiadapterinterface.h | ||
webapirequestmapper.cpp | ||
webapirequestmapper.h | ||
webapiserver.cpp | ||
webapiserver.h | ||
webapiutils.cpp | ||
webapiutils.h |