Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrcyjanek/btnet
Beta version of BitTorrent client that allow you to view torrents like it was a website
https://github.com/mrcyjanek/btnet
Last synced: about 2 months ago
JSON representation
Beta version of BitTorrent client that allow you to view torrents like it was a website
- Host: GitHub
- URL: https://github.com/mrcyjanek/btnet
- Owner: MrCyjaneK
- Created: 2021-03-12T13:17:14.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-14T09:36:45.000Z (over 3 years ago)
- Last Synced: 2024-10-12T01:37:02.694Z (2 months ago)
- Language: Go
- Size: 617 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BTnet
[![Build Status](https://ci.mrcyjanek.net/badge/build-btnet.svg)](https://ci.mrcyjanek.net/jobs/build-btnet)
BTnet - implementation of peer to peer www network using BitTorrent network.
- No central server
- Using BitTorrent network as it is (you can seed your site from your client)
- Works in any browser
- Simple and easy to use and implementNOTE: main development happens at [git.mrcyjanek.net](https://git.mrcyjanek.net/mrcyjanek/btnet).
### TODO
- Updates (fetch newer version signed by _btnet/pgp.asc)
- Minimal api to allow dynamic content.# Setup
- First you need to download binary, or compile it yourself [link to builds on my ci](https://static.mrcyjanek.net/laminarci/build-btnet/latest/)
- on debian you can run:
Install my APT repo to your system. Make sure to run this command as root
```bash
# wget 'https://static.mrcyjanek.net/laminarci/apt-repository/cyjan_repo/mrcyjanek-repo-latest.deb' && \
apt install ./mrcyjanek-repo-latest.deb && \
rm ./mrcyjanek-repo-latest.deb && \
apt update
```
After that install btnet
```bash
# apt install btnet
```
- Run the binary
- Open any web browser, go to settings and use `127.0.0.1:8080` as HTTP-only proxy.
- open http://6626ae3c23b19bf4ba7d17c765be2c83935d51a3.btnet/ in your browser
- profit.