1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-21 12:26:34 -04:00
sdrangel/sdrbase/webapi
Daniele Forsi e46f7f09b8 Fix API host address in About dialog and debug message
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.
2024-07-20 22:00:00 +02:00
..
webapiadapter.cpp Remove unused includes and use more direct includes 2024-04-11 23:31:34 +02:00
webapiadapter.h Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00
webapiadapterbase.cpp Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00
webapiadapterbase.h Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00
webapiadapterinterface.cpp Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00
webapiadapterinterface.h Fix typos in include files 2024-07-10 23:06:38 +02:00
webapirequestmapper.cpp WDSP receiver: added to Web API mapper 2024-07-12 05:01:07 +02:00
webapirequestmapper.h Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00
webapiserver.cpp Fix API host address in About dialog and debug message 2024-07-20 22:00:00 +02:00
webapiserver.h Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00
webapiutils.cpp WDSP receiver: added to Web API mapper 2024-07-12 05:01:07 +02:00
webapiutils.h Add additional patchChannelSettings variants and addChannel. 2024-04-06 22:22:28 +01:00