All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tuwien.auto.calimero.buffer.package-info Maven / Gradle / Ivy

The newest version!
/**
 * Support for temporary storage of KNX network messages.
* A network buffer with one or more configurations added to it allows to build up and maintain a local image of process * communication messages to answer user queries. Main benefits are a decreased network load and short response * times for buffered messages.
* Using a network buffer allows polled mode of communication, since processing incoming messages can be delayed to some * later point in time.
* A network buffer configuration determines what messages to keep and what messages to ignore by the use of filters. * These filters might be user-defined implementations set for a particular configuration. Two predefined filters are * available to allow state based and command based network buffering. */ package tuwien.auto.calimero.buffer;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy