Represents a network host that can communicate through routers.
Definition host.h:32
NetworkCard networkCard() const
Retrieve the network card.
Definition host.cpp:15
Represents a virtual network card with network and physical address capabilities.
Definition networkcard.h:27
Represents a network package.
Definition package.h:28
Represents a Server entity in the simulation.
Definition server.h:24
QString htmlFile() const
Retrieves the HTML content associated with the server.
Definition server.cpp:19
void receivePackage(Package data) override
Processes an incoming data package.
Definition server.cpp:21
QString domain() const
Retrieves the domain associated with the server.
Definition server.cpp:17
Server()=default
Default constructor.
The Host class implements a host in the network.