Netty/Transport/jSerialComm

A Netty Serial Transport using the jSerialComm library

License

License

Categories

Categories

Net Netty Networking
GroupId

GroupId

se.koc
ArtifactId

ArtifactId

netty-transport-jserialcomm
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Netty/Transport/jSerialComm
A Netty Serial Transport using the jSerialComm library
Project URL

Project URL

https://github.com/Ziver/Netty-Transport-jSerialComm
Source Code Management

Source Code Management

https://github.com/Ziver/Netty-Transport-jSerialComm

Download netty-transport-jserialcomm

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
io.netty : netty-buffer jar 4.1.13.Final
io.netty : netty-transport jar 4.1.13.Final
io.netty : netty-codec jar 4.1.13.Final
com.fazecast : jSerialComm jar 1.3.11

Project Modules

There are no modules declared in this project.

Netty jSerialComm Transport

This project is a Netty transport plugin for connecting to a serial port using the jSerialComm library.

Documentation

Unfortunately, there is no dedicated documentation available. You can refer to the Netty documentation or look at the JUnit test cases for usage examples.

Installation

Include these lines in your pom file:

<dependency>
    <groupId>se.koc</groupId>
    <artifactId>netty-transport-jserialcomm</artifactId>
    <version>1.0.0</version>
</dependency>

Authors

  • Ziver Koc

Related Projects

License

This project is licensed under the Apache License version 2.0

Versions

Version
1.0.0