Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Kas-tle
/
NetworkCompatible
Public
Notifications
You must be signed in to change notification settings
Fork
7
Star
7
Code
Issues
0
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Add Nethernet support (netty-transport-nethernet)
- #4
#4
Merged
Kas-tle
merged 24 commits into
master
Kas-tle/NetworkCompatible:master
from
feature/nethernet
Kas-tle/NetworkCompatible:feature/nethernet
Copy head branch name to clipboard
Jan 10, 2026
Conversation
Commits
24
(24)
Checks
Files changed
Merged
Add Nethernet support (netty-transport-nethernet)
#4
Kas-tle
merged 24 commits into
master
Kas-tle/NetworkCompatible:master
from
feature/nethernet
Kas-tle/NetworkCompatible:feature/nethernet
Copy head branch name to clipboard
Commits
Commits on Nov 30, 2025
Add transport-nethernet package
Show description for 151ce94
Kas-tle
committed
151ce94
View commit details
Copy full SHA for 151ce94
Browse repository at this point
Commits on Dec 6, 2025
Correct discovery packet length and properly encode discovery string length as varint
Show description for ba15c3b
Kas-tle
and
RaphiMC
committed
ba15c3b
View commit details
Copy full SHA for ba15c3b
Browse repository at this point
Refactor NetherNetClientChannel using RTCDataChannelObserver to succeed connectPromise
Show description for e5cd21a
Kas-tle
committed
e5cd21a
View commit details
Copy full SHA for e5cd21a
Browse repository at this point
Commits on Dec 8, 2025
Encourage use of single PeerConnectionFactory
Show description for 961a5c1
Kas-tle
committed
961a5c1
View commit details
Copy full SHA for 961a5c1
Browse repository at this point
Commits on Dec 15, 2025
Merge branch 'master' into feature/nethernet
Kas-tle
committed
2265b69
View commit details
Copy full SHA for 2265b69
Browse repository at this point
Commits on Dec 28, 2025
Switch to data only webrtc lib
Show description for 1f4ded4
Kas-tle
committed
1f4ded4
View commit details
Copy full SHA for 1f4ded4
Browse repository at this point
Commits on Dec 31, 2025
Refactor to support joining realms
Show description for 7091257
Kas-tle
committed
7091257
View commit details
Copy full SHA for 7091257
Browse repository at this point
Commits on Jan 2, 2026
Fix issues with connectionId being signed in SDP strings; fix LAN server channel
Show description for 5add21b
Kas-tle
committed
5add21b
View commit details
Copy full SHA for 5add21b
Browse repository at this point
Expose ice servers in NetherNetXboxSignaling
Show description for 42c1272
Kas-tle
committed
42c1272
View commit details
Copy full SHA for 42c1272
Browse repository at this point
Remove native depends
Show description for 3a049c8
Kas-tle
committed
3a049c8
View commit details
Copy full SHA for 3a049c8
Browse repository at this point
Merge remote-tracking branch 'origin/master' into feature/nethernet
Kas-tle
committed
3b6ef7a
View commit details
Copy full SHA for 3b6ef7a
Browse repository at this point
Commits on Jan 4, 2026
More robust logging and ICE/TURN parsing
Show description for b7e1579
Kas-tle
committed
b7e1579
View commit details
Copy full SHA for b7e1579
Browse repository at this point
Properly track NetherNetServerChannel state
Show description for 1ae72d4
Kas-tle
committed
1ae72d4
View commit details
Copy full SHA for 1ae72d4
Browse repository at this point
Prep for nethernet release
Show description for c29af62
Kas-tle
committed
c29af62
View commit details
Copy full SHA for c29af62
Browse repository at this point
Fix option access
Show description for 6a8915d
Kas-tle
committed
6a8915d
View commit details
Copy full SHA for 6a8915d
Browse repository at this point
Commits on Jan 10, 2026
Add max retries for client connect
Show description for d21d75b
Kas-tle
committed
d21d75b
View commit details
Copy full SHA for d21d75b
Browse repository at this point
Fail connect promise if target network id is not found
Show description for 8c31704
Kas-tle
committed
8c31704
View commit details
Copy full SHA for 8c31704
Browse repository at this point
Add case for Delivery Acknowledgement
Show description for bc30e63
Kas-tle
committed
bc30e63
View commit details
Copy full SHA for bc30e63
Browse repository at this point
Refactor to use specific functional interfaces for all string handlers; javadoc formatting
Show description for 32e5d19
Kas-tle
committed
32e5d19
View commit details
Copy full SHA for 32e5d19
Browse repository at this point
Use connectexception if we can't reach xbox signaling
Show description for ae2aba5
Kas-tle
committed
ae2aba5
View commit details
Copy full SHA for ae2aba5
Browse repository at this point
Complete with ConnectException if we cannot connect to xbox signaling wss; ensure signaling handler is removed on close
Show description for c7685d5
Kas-tle
committed
c7685d5
View commit details
Copy full SHA for c7685d5
Browse repository at this point
Use ConnectException for handshake failure
Show description for 5a50d9f
Kas-tle
committed
5a50d9f
View commit details
Copy full SHA for 5a50d9f
Browse repository at this point
Update README structure
Show description for 20d3e92
Kas-tle
committed
20d3e92
View commit details
Copy full SHA for 20d3e92
Browse repository at this point
Small README tweaks
Show description for 0c642a5
Kas-tle
committed
0c642a5
View commit details
Copy full SHA for 0c642a5
Browse repository at this point
You can’t perform that action at this time.