8000 GitHub - Jire/netrune-old: High-performance networking layer designed for RuneScape protocols.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.

Jire/netrune-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netrune

High-performance networking layer designed for RuneScape protocols.


Snapshots only, project is not ready for use.


Using in Gradle

You need to add these repositories:

repositories {
    maven(url = "https://repo.runelite.net/")
    maven(url = "https://repo.openrs2.org/repository/openrs2-snapshots/")

    maven(url = "https://jitpack.io")
}

Then add the dependency (this will add all modules):

dependencies {
    implementation("org.jire", "netrune", "main-SNAPSHOT")
}

To add a specific module, for example buffer:

dependencies {
    implementation("org.jire.netrune", "buffer", "main-SNAPSHOT")
}

About

High-performance networking layer designed for RuneScape protocols.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0