avahi service publishing

This commit is contained in:
arne
2021-04-13 18:15:53 +02:00
parent 415dec37ad
commit ec44a4391a
7 changed files with 160 additions and 3 deletions
+2
View File
@@ -15,6 +15,8 @@
#define CERTIFICATE_FILE CA_DIR "/cacert.pem"
namespace nvhttp {
constexpr auto PORT_HTTP = 47989;
constexpr auto PORT_HTTPS = 47984;
void start(std::shared_ptr<safe::signal_t> shutdown_event);
}