hirsivaja / JavaIPCodecSuite

IP codecs written in Java

Home Page:https://central.sonatype.com/artifact/io.github.hirsivaja/jipcs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Java IP Codec Suite

The jipcs contains the following codecs:

Requirements:

  • Java 8 or newer
  • This library does not have any external dependencies

Basic usage:

  • Gradle implementation 'io.github.hirsivaja:jipcs:1.0.0'
  • To decode an IPv4 or IPv6 message with headers call IpPayload.fromBytes(byte[] ipPayload) -method
  • To encode your IPv4 or IPv6 payload call IpPayload.toBytes() -method

This project is licensed under the terms of the MIT license.

About

IP codecs written in Java

https://central.sonatype.com/artifact/io.github.hirsivaja/jipcs

License:MIT License


Languages

Language:Java 100.0%