31 in_port_t port = 15099;
41 char c = std::cin.get();
Main server application that manages client connections and camera streaming.
void stop()
Stops the server.
bool start()
Starts the server.
void initAssertHandler()
Initializes the assertion handler system.
#define IRSOL_LOG_FATAL(...)
Logs a fatal (critical) message using the default logger.
#define IRSOL_LOG_INFO(...)
Logs an info-level message using the default logger.
#define IRSOL_LOG_WARN(...)
Logs a warning-level message using the default logger.
void initLogging(const char *fileSinkFilename="logs/irsol.log", std::optional< spdlog::level::level_enum > minLogLevel=std::nullopt)
Initializes the irsol logging system.