Package inet.physicallayer.communicationcache

Name Type Description
MapCommunicationCache compound module

This communication cache model stores radio, transmission and reception related intermediate computation results in map data structures. It's primarily useful for simulations with both static *and* dynamic radios, and with both short *and* long transmission durations.

ReferenceCommunicationCache compound module

This communication cache model allows validating other implementations. It can be used to provide a reference for communication logs, simulation fingerprints, and statistical results that can be compared with results of other communication cache implementations.

VectorCommunicationCache compound module

This communication cache model stores radio, transmission and reception related intermediate computation results in vector data structures. It's primarily useful for simulations with *either* static *or* short lived dynamic radios, and with only short transmission durations.