https://github.com/mwarning/web-torrent
Experimental web browser with P2P capabilities
https://github.com/mwarning/web-torrent
Last synced: 4 months ago
JSON representation
Experimental web browser with P2P capabilities
- Host: GitHub
- URL: https://github.com/mwarning/web-torrent
- Owner: mwarning
- License: unlicense
- Created: 2014-03-01T13:27:19.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-11-06T13:28:00.000Z (over 8 years ago)
- Last Synced: 2025-06-15T07:44:44.080Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A simple web browser that allows to show websites (of course)
and downloads content from torrents when clicking on magnet links.
This browser supports links into torrent content: `Click here`
A magnet link / torrent files content can be browsed and displayed like a website.
New torrents can be created via drag&drop and then shared via magnet link.
This is an experiment to explore how web sites and P2P technology can be merged.
* OS supported: GNU/Linux
* Ubuntu/Debian: `apt-get install python-libtorrent python-qt4`
* Dependencies: Python, libtorrent+python-bindings, PyQt/Webkit
* Current status: alpha
* License: GPLv3
Future plans:
* less bugs :-)
* mutable / signed content
* access to the DHT as DNS addition
* everything as browser plugin for Firefox/Chrome etc.