jar

li.pitschmann : knx-core

Maven & Gradle

Jun 16, 2022
4 usages
22 stars

KNX Core · KNX Core - A Java library for KNX Net/IP communication

Table Of Contents

Latest Version

Download li.pitschmann : knx-core JAR file - Latest Versions:

All Versions

Download li.pitschmann : knx-core JAR file - All Versions:

Version Vulnerabilities Size Updated
0.5.x
0.4.x
0.3.x
0.2.x
0.1.x
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window knx-core-0.5.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

li.pitschmann.knx.core.communication.event

├─ li.pitschmann.knx.core.communication.event.KnxEvent.class - [JAR]

├─ li.pitschmann.knx.core.communication.event.KnxMultiEvent.class - [JAR]

├─ li.pitschmann.knx.core.communication.event.KnxSingleEvent.class - [JAR]

├─ li.pitschmann.knx.core.communication.event.RequestEvent.class - [JAR]

├─ li.pitschmann.knx.core.communication.event.ResponseEvent.class - [JAR]

li.pitschmann.knx.core.exceptions

├─ li.pitschmann.knx.core.exceptions.DataPointTypeIncompatibleBytesException.class - [JAR]

├─ li.pitschmann.knx.core.exceptions.DataPointTypeIncompatibleSyntaxException.class - [JAR]

├─ li.pitschmann.knx.core.exceptions.KnxBodyNotReceivedException.class - [JAR]

├─ li.pitschmann.knx.core.exceptions.KnxChannelIdNotReceivedException.class - [JAR]

├─ li.pitschmann.knx.core.exceptions.KnxCommunicationException.class - [JAR]

├─ li.pitschmann.knx.core.exceptions.KnxConfigurationException.class - [JAR]

├─ li.pitschmann.knx.core.exceptions.KnxDataPointTypeNotFoundException.class - [JAR]

├─ li.pitschmann.knx.core.exceptions.KnxDescriptionNotReceivedException.class - [JAR]

├─ li.pitschmann.knx.core.exceptions.KnxDiscoveryNotReceivedException.class - [JAR]

├─ li.pitschmann.knx.core.exceptions.KnxEnumNotFoundException.class - [JAR]

├─ li.pitschmann.knx.core.exceptions.KnxException.class - [JAR]

├─ li.pitschmann.knx.core.exceptions.KnxIllegalArgumentException.class - [JAR]

├─ li.pitschmann.knx.core.exceptions.KnxNoTunnelingException.class - [JAR]

├─ li.pitschmann.knx.core.exceptions.KnxNullPointerException.class - [JAR]

├─ li.pitschmann.knx.core.exceptions.KnxNumberOutOfRangeException.class - [JAR]

├─ li.pitschmann.knx.core.exceptions.KnxPluginException.class - [JAR]

├─ li.pitschmann.knx.core.exceptions.KnxProjectParserException.class - [JAR]

├─ li.pitschmann.knx.core.exceptions.KnxServiceTypeHasNoResponseIdentifier.class - [JAR]

├─ li.pitschmann.knx.core.exceptions.KnxUnknownBodyException.class - [JAR]

├─ li.pitschmann.knx.core.exceptions.KnxUnsupportedAPCICodeException.class - [JAR]

├─ li.pitschmann.knx.core.exceptions.KnxWrongChannelIdException.class - [JAR]

li.pitschmann.knx.core.annotations

├─ li.pitschmann.knx.core.annotations.Nullable.class - [JAR]

li.pitschmann.knx.core.utils

├─ li.pitschmann.knx.core.utils.BitGenerator.class - [JAR]

├─ li.pitschmann.knx.core.utils.ByteFormatter.class - [JAR]

├─ li.pitschmann.knx.core.utils.Bytes.class - [JAR]

├─ li.pitschmann.knx.core.utils.ClassHelper.class - [JAR]

├─ li.pitschmann.knx.core.utils.Closeables.class - [JAR]

├─ li.pitschmann.knx.core.utils.Configs.class - [JAR]

├─ li.pitschmann.knx.core.utils.Exceptions.class - [JAR]

├─ li.pitschmann.knx.core.utils.Json.class - [JAR]

├─ li.pitschmann.knx.core.utils.Maps.class - [JAR]

├─ li.pitschmann.knx.core.utils.Networker.class - [JAR]

├─ li.pitschmann.knx.core.utils.Preconditions.class - [JAR]

├─ li.pitschmann.knx.core.utils.Sleeper.class - [JAR]

├─ li.pitschmann.knx.core.utils.Stopwatch.class - [JAR]

├─ li.pitschmann.knx.core.utils.Strings.class - [JAR]

li.pitschmann.knx.core.net.tunnel

├─ li.pitschmann.knx.core.net.tunnel.ConnectionRequestInfo.class - [JAR]

├─ li.pitschmann.knx.core.net.tunnel.ConnectionResponseData.class - [JAR]

├─ li.pitschmann.knx.core.net.tunnel.LayerType.class - [JAR]

li.pitschmann.knx.core.config

├─ li.pitschmann.knx.core.config.Config.class - [JAR]

├─ li.pitschmann.knx.core.config.ConfigBuilder.class - [JAR]

├─ li.pitschmann.knx.core.config.ConfigValue.class - [JAR]

├─ li.pitschmann.knx.core.config.CoreConfigs.class - [JAR]

├─ li.pitschmann.knx.core.config.InternalConfigValue.class - [JAR]

li.pitschmann.knx.core.header

├─ li.pitschmann.knx.core.header.Header.class - [JAR]

├─ li.pitschmann.knx.core.header.ServiceType.class - [JAR]

li.pitschmann.knx.core.knxproj

├─ li.pitschmann.knx.core.knxproj.XmlGroupAddress.class - [JAR]

├─ li.pitschmann.knx.core.knxproj.XmlGroupAddressStyle.class - [JAR]

├─ li.pitschmann.knx.core.knxproj.XmlGroupRange.class - [JAR]

├─ li.pitschmann.knx.core.knxproj.XmlProject.class - [JAR]

li.pitschmann.knx.core.communication.queue

├─ li.pitschmann.knx.core.communication.queue.AbstractInboxQueue.class - [JAR]

├─ li.pitschmann.knx.core.communication.queue.AbstractKnxQueue.class - [JAR]

├─ li.pitschmann.knx.core.communication.queue.AbstractOutboxQueue.class - [JAR]

├─ li.pitschmann.knx.core.communication.queue.DefaultInboxQueue.class - [JAR]

├─ li.pitschmann.knx.core.communication.queue.DefaultOutboxQueue.class - [JAR]

├─ li.pitschmann.knx.core.communication.queue.MulticastInboxQueue.class - [JAR]

├─ li.pitschmann.knx.core.communication.queue.MulticastOutboxQueue.class - [JAR]

li.pitschmann.knx.core.body

├─ li.pitschmann.knx.core.body.Body.class - [JAR]

├─ li.pitschmann.knx.core.body.BodyFactory.class - [JAR]

├─ li.pitschmann.knx.core.body.BytesBody.class - [JAR]

├─ li.pitschmann.knx.core.body.ConnectRequestBody.class - [JAR]

├─ li.pitschmann.knx.core.body.ConnectResponseBody.class - [JAR]

├─ li.pitschmann.knx.core.body.ConnectionStateRequestBody.class - [JAR]

├─ li.pitschmann.knx.core.body.ConnectionStateResponseBody.class - [JAR]

├─ li.pitschmann.knx.core.body.ControlChannelRelated.class - [JAR]

├─ li.pitschmann.knx.core.body.DataChannelRelated.class - [JAR]

├─ li.pitschmann.knx.core.body.DescriptionChannelRelated.class - [JAR]

├─ li.pitschmann.knx.core.body.DescriptionRequestBody.class - [JAR]

├─ li.pitschmann.knx.core.body.DescriptionResponseBody.class - [JAR]

├─ li.pitschmann.knx.core.body.DisconnectRequestBody.class - [JAR]

├─ li.pitschmann.knx.core.body.DisconnectResponseBody.class - [JAR]

├─ li.pitschmann.knx.core.body.MulticastChannelRelated.class - [JAR]

├─ li.pitschmann.knx.core.body.RequestBody.class - [JAR]

├─ li.pitschmann.knx.core.body.ResponseBody.class - [JAR]

├─ li.pitschmann.knx.core.body.RoutingIndicationBody.class - [JAR]

├─ li.pitschmann.knx.core.body.SearchRequestBody.class - [JAR]

├─ li.pitschmann.knx.core.body.SearchResponseBody.class - [JAR]

├─ li.pitschmann.knx.core.body.Status.class - [JAR]

├─ li.pitschmann.knx.core.body.TunnelingAckBody.class - [JAR]

├─ li.pitschmann.knx.core.body.TunnelingRequestBody.class - [JAR]

li.pitschmann.knx.core.plugin

├─ li.pitschmann.knx.core.plugin.BooleanConfigValue.class - [JAR]

├─ li.pitschmann.knx.core.plugin.DoubleConfigValue.class - [JAR]

├─ li.pitschmann.knx.core.plugin.EnumConfigValue.class - [JAR]

├─ li.pitschmann.knx.core.plugin.ExtensionPlugin.class - [JAR]

├─ li.pitschmann.knx.core.plugin.IntegerConfigValue.class - [JAR]

├─ li.pitschmann.knx.core.plugin.LongConfigValue.class - [JAR]

├─ li.pitschmann.knx.core.plugin.ObserverPlugin.class - [JAR]

├─ li.pitschmann.knx.core.plugin.PathConfigValue.class - [JAR]

├─ li.pitschmann.knx.core.plugin.Plugin.class - [JAR]

├─ li.pitschmann.knx.core.plugin.PluginConfigValue.class - [JAR]

├─ li.pitschmann.knx.core.plugin.PluginHelper.class - [JAR]

├─ li.pitschmann.knx.core.plugin.PluginManager.class - [JAR]

├─ li.pitschmann.knx.core.plugin.StringConfigValue.class - [JAR]

li.pitschmann.knx.core

├─ li.pitschmann.knx.core.CEMIAware.class - [JAR]

├─ li.pitschmann.knx.core.ChannelIdAware.class - [JAR]

├─ li.pitschmann.knx.core.KnxByteEnum.class - [JAR]

├─ li.pitschmann.knx.core.KnxBytesEnum.class - [JAR]

├─ li.pitschmann.knx.core.KnxEnum.class - [JAR]

├─ li.pitschmann.knx.core.MultiRawDataAware.class - [JAR]

├─ li.pitschmann.knx.core.SingleRawDataAware.class - [JAR]

li.pitschmann.knx.core.datapoint

├─ li.pitschmann.knx.core.datapoint.BaseDataPointType.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.BaseRangeDataPointType.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DPT1.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DPT10.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DPT11.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DPT12.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DPT13.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DPT14.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DPT15.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DPT16.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DPT17.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DPT18.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DPT19.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DPT2.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DPT20.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DPT21.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DPT22.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DPT23.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DPT24.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DPT25.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DPT26.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DPT27.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DPT28.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DPT29.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DPT3.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DPT4.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DPT5.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DPT6.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DPT7.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DPT8.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DPT9.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DPTEnum.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DPTRaw.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DataPoint.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DataPointEnum.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DataPointRegistry.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.DataPointType.class - [JAR]

li.pitschmann.knx.core.datapoint.value

├─ li.pitschmann.knx.core.datapoint.value.AbstractDataPointFlag.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.AbstractDataPointFlags.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.AbstractDataPointValue.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.DPT10Value.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.DPT11Value.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.DPT12Value.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.DPT13Value.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.DPT14Value.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.DPT15Value.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.DPT16Value.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.DPT17Value.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.DPT18Value.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.DPT19Value.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.DPT1Value.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.DPT21Value.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.DPT22Value.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.DPT24Value.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.DPT25Value.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.DPT26Value.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.DPT27Value.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.DPT28Value.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.DPT29Value.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.DPT2Value.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.DPT3Value.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.DPT4Value.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.DPT5Value.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.DPT6Value.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.DPT7Value.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.DPT8Value.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.DPT9Value.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.DPTEnumValue.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.DPTRawValue.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.DataPointEnumValue.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.DataPointValue.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.PayloadOptimizable.class - [JAR]

├─ li.pitschmann.knx.core.datapoint.value.StepInterval.class - [JAR]

li.pitschmann.knx.core.address

├─ li.pitschmann.knx.core.address.AddressType.class - [JAR]

├─ li.pitschmann.knx.core.address.GroupAddress.class - [JAR]

├─ li.pitschmann.knx.core.address.IndividualAddress.class - [JAR]

├─ li.pitschmann.knx.core.address.KnxAddress.class - [JAR]

li.pitschmann.knx.core.knxproj.parser

├─ li.pitschmann.knx.core.knxproj.parser.AbstractParser.class - [JAR]

├─ li.pitschmann.knx.core.knxproj.parser.Parser.class - [JAR]

├─ li.pitschmann.knx.core.knxproj.parser.ParserStrategy.class - [JAR]

├─ li.pitschmann.knx.core.knxproj.parser.ProjectDataParser.class - [JAR]

├─ li.pitschmann.knx.core.knxproj.parser.ProjectInfoParser.class - [JAR]

li.pitschmann.knx.core.cemi

├─ li.pitschmann.knx.core.cemi.APCI.class - [JAR]

├─ li.pitschmann.knx.core.cemi.AdditionalInfo.class - [JAR]

├─ li.pitschmann.knx.core.cemi.BroadcastType.class - [JAR]

├─ li.pitschmann.knx.core.cemi.CEMI.class - [JAR]

├─ li.pitschmann.knx.core.cemi.ControlByte1.class - [JAR]

├─ li.pitschmann.knx.core.cemi.ControlByte2.class - [JAR]

├─ li.pitschmann.knx.core.cemi.MessageCode.class - [JAR]

├─ li.pitschmann.knx.core.cemi.Priority.class - [JAR]

├─ li.pitschmann.knx.core.cemi.TPCI.class - [JAR]

li.pitschmann.knx.core.communication.task

├─ li.pitschmann.knx.core.communication.task.ConnectResponseTask.class - [JAR]

├─ li.pitschmann.knx.core.communication.task.ConnectionStateResponseTask.class - [JAR]

├─ li.pitschmann.knx.core.communication.task.DescriptionResponseTask.class - [JAR]

├─ li.pitschmann.knx.core.communication.task.DisconnectRequestTask.class - [JAR]

├─ li.pitschmann.knx.core.communication.task.DisconnectResponseTask.class - [JAR]

├─ li.pitschmann.knx.core.communication.task.RoutingIndicationTask.class - [JAR]

├─ li.pitschmann.knx.core.communication.task.SearchResponseTask.class - [JAR]

├─ li.pitschmann.knx.core.communication.task.TunnelingAckTask.class - [JAR]

├─ li.pitschmann.knx.core.communication.task.TunnelingRequestTask.class - [JAR]

li.pitschmann.knx.core.net

├─ li.pitschmann.knx.core.net.ConnectionType.class - [JAR]

├─ li.pitschmann.knx.core.net.HPAI.class - [JAR]

├─ li.pitschmann.knx.core.net.HostProtocol.class - [JAR]

li.pitschmann.knx.core.dib

├─ li.pitschmann.knx.core.dib.DescriptionType.class - [JAR]

├─ li.pitschmann.knx.core.dib.DeviceInformationDIB.class - [JAR]

├─ li.pitschmann.knx.core.dib.IPConfigDIB.class - [JAR]

├─ li.pitschmann.knx.core.dib.IPCurrentConfigDIB.class - [JAR]

├─ li.pitschmann.knx.core.dib.KnxAddressesDIB.class - [JAR]

├─ li.pitschmann.knx.core.dib.ManufacturerDataDIB.class - [JAR]

├─ li.pitschmann.knx.core.dib.MediumType.class - [JAR]

├─ li.pitschmann.knx.core.dib.ServiceTypeFamily.class - [JAR]

├─ li.pitschmann.knx.core.dib.ServiceTypeFamilyVersion.class - [JAR]

├─ li.pitschmann.knx.core.dib.SupportedServiceFamiliesDIB.class - [JAR]

li.pitschmann.knx.core.communication

├─ li.pitschmann.knx.core.communication.BaseKnxClient.class - [JAR]

├─ li.pitschmann.knx.core.communication.DefaultKnxClient.class - [JAR]

├─ li.pitschmann.knx.core.communication.InternalKnxClient.class - [JAR]

├─ li.pitschmann.knx.core.communication.InternalKnxEventPool.class - [JAR]

├─ li.pitschmann.knx.core.communication.InternalKnxStatistic.class - [JAR]

├─ li.pitschmann.knx.core.communication.InternalKnxStatusPool.class - [JAR]

├─ li.pitschmann.knx.core.communication.KnxClient.class - [JAR]

├─ li.pitschmann.knx.core.communication.KnxStatistic.class - [JAR]

├─ li.pitschmann.knx.core.communication.KnxStatusData.class - [JAR]

├─ li.pitschmann.knx.core.communication.KnxStatusPool.class - [JAR]

li.pitschmann.knx.core.communication.communicator

├─ li.pitschmann.knx.core.communication.communicator.AbstractChannelCommunicator.class - [JAR]

├─ li.pitschmann.knx.core.communication.communicator.ChannelFactory.class - [JAR]

├─ li.pitschmann.knx.core.communication.communicator.CommunicatorFactory.class - [JAR]

├─ li.pitschmann.knx.core.communication.communicator.ConnectionStateCommunicator.class - [JAR]

├─ li.pitschmann.knx.core.communication.communicator.ControlAndDataChannelCommunicator.class - [JAR]

├─ li.pitschmann.knx.core.communication.communicator.ControlChannelCommunicator.class - [JAR]

├─ li.pitschmann.knx.core.communication.communicator.DataChannelCommunicator.class - [JAR]

├─ li.pitschmann.knx.core.communication.communicator.DescriptionChannelCommunicator.class - [JAR]

├─ li.pitschmann.knx.core.communication.communicator.MulticastChannelCommunicator.class - [JAR]

Advertisement

Dependencies from Group

Jun 16, 2022
4 usages
22 stars
Jan 10, 2021
5 stars
May 11, 2021
3 stars
May 11, 2021
2 stars

Discover Dependencies

Feb 26, 2020
0 stars
Aug 08, 2022
1 usages
Mar 02, 2022
1 stars
Jan 13, 2020
1 usages
0 stars
Dec 29, 2019
1 stars
Jan 17, 2022
1 usages
0 stars
Feb 05, 2020
0 stars
Jan 19, 2020
1 usages
642 stars
Jan 19, 2020
1 usages
642 stars