tuwien.auto.calimero.link.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of calimero-core Show documentation
Show all versions of calimero-core Show documentation
Calimero, a free KNX network library
The newest version!
/**
* Link interface to access a KNX network. Two different types of links are provided:
*
* - send L-data messages to the KNX network and receive L-data messages from the network
* - monitor a KNX network by receiving monitor indication messages (completely passive)
*
* A link implementation uses a specific underlying protocol to access the KNX network, hiding the particular type of
* connection establishment and protocol interaction.
* Also, a link is configured with the KNX network medium used to interconnect KNX devices, to enable transparent
* handling of network medium-specific message parts.
*/
package tuwien.auto.calimero.link;