FR_D¶
-
class
NetworkSim.simulation.process.receiver.
FR_D
(env, until, receiver_id, simulator, model=None)[source]¶ Fixed receiver simulator corresponding to downstream transmitters.
- Parameters
env (simpy Environment) – The simulation environment.
receiver_id (int) – The receiver ID.
model (Model, optional) – The network model used for the simulation. Default is
Model()
.
- Variables
received_data_packet_df (pandas DataFrame) –
A DataFrame keeping the information of the received data packets, containing the columns:
Timestamp
Raw Packet
Source ID