subins2000/p2pt

WebTorrent Tracker implementation in Java

Closed this issue · 1 comments

I'm working on a pure Java implementation of a WebTorrent tracker. Progress here : https://gitlab.com/subins2000/dots/-/tree/java-wtt.

I'm making it to use WebRTC in Android LAN devices. Initially it's to make vett.space an internet-less LAN Android game. I initially tried ott, but it has many issues and idk C++. A Java port will be easier and reduces dependencies for the app.

Let's see how this goes.

Related Twitter thread

A basic tracker in Java has been created : https://github.com/subins2000/webtorrent-tracker-java/