Skip to content

Commit

Permalink
linter findigs fixed ...
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Gfeller <[email protected]>
  • Loading branch information
pgfeller committed Dec 29, 2023
1 parent ed02dd1 commit fa51a9b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,4 @@ The device path (`/dev/ttyACM0`) or container name (`openhab`) could be differen
[^multicastrouting]:
IP multicast is always available within the local subnet. Achieving IP multicast service over a wider area requires multicast routing. Many networks, including the Internet, do not support multicast routing. Multicast routing functionality is available in enterprise-grade network equipment but is typically not available until configured by a network administrator.
[^jupnp]:
openHAB is using the [UPnP/DLNA library for Java](https://www.jupnp.org); it defines the relevant parameters in the [NetworkAddressFactory](https://github.com/jupnp/jupnp/blob/4a3ab9dec37cb9be324d02f6dc81ffca74237e1e/bundles/org.jupnp/src/main/java/org/jupnp/transport/spi/NetworkAddressFactory.java#L33) implementation:
```java
public static final String SYSTEM_PROPERTY_NET_IFACES = "org.jupnp.network.useInterfaces";
public static final String SYSTEM_PROPERTY_NET_ADDRESSES = "org.jupnp.network.useAddresses";
```
openHAB is using the [UPnP/DLNA library for Java](https://www.jupnp.org); it defines the relevant parameters in the [NetworkAddressFactory](https://github.com/jupnp/jupnp/blob/4a3ab9dec37cb9be324d02f6dc81ffca74237e1e/bundles/org.jupnp/src/main/java/org/jupnp/transport/spi/NetworkAddressFactory.java#L33) implementation.

0 comments on commit fa51a9b

Please sign in to comment.