http proxy for reticulum for browser usage #763
ducksandgoats
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i've been wanting a way to interact with reticulum using the browser, python is not my main language but i worked on this. maybe everyone here can improve upon it.
https://github.com/ducksandgoats/reticulum
i am using this proxy on a p2p browser i work on
https://github.com/HybridWare/hybrid-browser
the protocol scheme on hybrid browser for reticulum is
rns
i have tried it using
rns://2d03725b327348980d570f739a3a5708/
i keep getting the error
Can't create outbound SINGLE destination without an identity
, i am guessing that because the destination is not reachable so it can not get an identity for it. i am usingRNS.Identity.recall(destination)
but it's not returning an identity instance.maybe if a destination was reachable then it would work.
Beta Was this translation helpful? Give feedback.
All reactions