Skip to content
forked from pipe/sctp4j

Pure Java implementation of SCTP with webRTC data channel support adjusted for NetherNet

Notifications You must be signed in to change notification settings

MCXboxBroadcast/sctp4j

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCTP4J - NetherNet Edition

A fork of https://github.com/pipe/sctp4j with the required checksum changes for NetherNet (due to Mojang using non-standard implementation). (since 1.21.30 it nolonger needs changing)

Now it's just an easy jitpack compatiable library for SCTP in Java.

Usage

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.MCXboxBroadcast:sctp4j:main-SNAPSHOT'
}

About

Pure Java implementation of SCTP with webRTC data channel support adjusted for NetherNet

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • Java 94.5%
  • Groovy 5.5%