Pool Video Switch v2
Software video switch for distributed remote display in a lecture environment
|
#include "client.h"
#include "../serverapp/serverapp.h"
#include "../../shared/settings.h"
#include "../../shared/util.h"
#include <QPixmap>
#include <cassert>
#include <QNetworkInterface>
#include <QTcpSocket>
#include <QSslSocket>
#include <QTimer>
Go to the source code of this file.
Macros | |
#define | CHALLENGE_LEN 20 |
#define CHALLENGE_LEN 20 |
Definition at line 20 of file client.cpp.