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

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

There is a newer version: 2.6-rc1
Show newest version
/**		
Contains a collection of Calimero command-line tools for KNX network communication and management. 
Each tool provides a ready-to-use functionality of the Calimero-core library.

Access to the KNX network is supported using KNXnet/IP tunneling, KNXnet/IP routing or KNX IP over an IP network connection, KNX USB and KNX RF USB over a USB connection, and FT1.2 or TP-UART over a serial port connection.

KNXnet/IP address considerations:

  • If the local endpoint has several active network interfaces (also known as multi-homed host), the default chosen local network interface and IP address might not be the one expected by the user. In that situation, the local IP address has to be supplied via a command-line option.
  • The KNXnet/IP protocol expects IPv4 addresses by default.
  • Network Address Translation (NAT) aware communication can only be used if the KNXnet/IP server supports it. Otherwise, connection timeouts will occur.
  • With NAT enabled, KNXnet/IP also accepts IPv6 addresses.
*/ package tuwien.auto.calimero.tools;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy