Pool Video Switch v2
Software video switch for distributed remote display in a lecture environment
|
#include "serverconnection.h"
#include "../vnc/vncserver.h"
#include "../../shared/util.h"
#include "../../shared/settings.h"
#include "../util/platform/blankscreen.h"
#include "../clientapp/clientapp.h"
#include <QPixmap>
#include <QGuiApplication>
#include <QHostInfo>
#include <QScreen>
#include <sys/types.h>
#include <pwd.h>
#include <unistd.h>
Go to the source code of this file.
Macros | |
#define | CHALLENGE_LEN 20 |
#define CHALLENGE_LEN 20 |
Definition at line 18 of file serverconnection.cpp.