netty channel communicating via TUN devices

This artifact contains a Channel implementation that can be used to send or receive packets over a TUN interface.

License

License

Categories

Categories

Net Netty Networking
GroupId

GroupId

org.drasyl
ArtifactId

ArtifactId

netty-tun
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

netty channel communicating via TUN devices
This artifact contains a Channel implementation that can be used to send or receive packets over a TUN interface.
Project URL

Project URL

https://drasyl.org/
Project Organization

Project Organization

Heiko Bornholdt and Kevin Röbert
Source Code Management

Source Code Management

https://github.com/drasyl-overlay/netty-tun

Download netty-tun

How to add to project

<!-- https://jarcasting.com/artifacts/org.drasyl/netty-tun/ -->
<dependency>
    <groupId>org.drasyl</groupId>
    <artifactId>netty-tun</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.drasyl/netty-tun/
implementation 'org.drasyl:netty-tun:1.1.0'
// https://jarcasting.com/artifacts/org.drasyl/netty-tun/
implementation ("org.drasyl:netty-tun:1.1.0")
'org.drasyl:netty-tun:jar:1.1.0'
<dependency org="org.drasyl" name="netty-tun" rev="1.1.0">
  <artifact name="netty-tun" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.drasyl', module='netty-tun', version='1.1.0')
)
libraryDependencies += "org.drasyl" % "netty-tun" % "1.1.0"
[org.drasyl/netty-tun "1.1.0"]

Dependencies

compile (2)

Group / Artifact Type Version
io.netty : netty-transport jar 4.1.74.Final
net.java.dev.jna : jna jar 5.10.0

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0