Coder Social home page Coder Social logo

Tor as a transport about reticulum HOT 4 CLOSED

darrenmartyn avatar darrenmartyn commented on August 27, 2024
Tor as a transport

from reticulum.

Comments (4)

darrenmartyn avatar darrenmartyn commented on August 27, 2024 2

Stem and PySocks would probably be the two "new dependancies" added to implement this.

PySocks would allow TCPClient interfaces to connect over a SOCKS proxy to a public facing instance running a TCPServer interface, including ones operating as hidden services.

Stem will allow to programatically control the Tor process, for example, by launching a hidden service.

One other fairly significant option that a tor interface could provide, is the ability for a RNS Instance to easily connect to some public-facing TCPServer, using tor exit nodes.

That is pretty much it. And with hidden service support for TCPServer's, you can have location-hidden RNS Instances behind NAT that offer a "public facing" interface for clients to connect to.

I think I'll try get a draft/test of adding SOCKS support to the TCPClient interface first. Should allow me to get familiar with the codebase.

from reticulum.

srem1 avatar srem1 commented on August 27, 2024 2

why not https://freenetproject.org/ it is better because use similar messages system.

from reticulum.

4c3e avatar 4c3e commented on August 27, 2024

Unless I am missing something?

I don't think you are missing anything. Pretty sure right now you could use the existing TCPServer and TCPClient interfaces to tunnel a Reticulum connection through tor, it just requires some manual setup of your tor process.

Do you know if there are any python libraries that would provide an easy method of managing tor hidden services?
Didn't realize the Stem library you mentioned does exactly this, sorry.
Using I2P, you can tunnel normal Reticulum TCP connections, but there's also an API that allows the Reticulum process to manage all the I2P-related things programmatically, and more efficiently that spawning a setting up a TCP interface for every I2P peer.

One other fairly significant option that a tor interface could provide, is the ability for a RNS Instance to easily connect to some public-facing TCPServer, using tor exit nodes.

from reticulum.

markqvist avatar markqvist commented on August 27, 2024

That sounds like a good approach. Let me know if you bump into any problems or have questions along the way, I will try my best to be helpful :)

from reticulum.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.