From 2a2700503f7472227007169e8d80761d798fb8d0 Mon Sep 17 00:00:00 2001 From: Burnleydev Date: Wed, 7 Apr 2021 17:45:52 +0000 Subject: [PATCH 1/2] Add udp support for tor notes --- Add-support-for-upd-notes.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Add-support-for-upd-notes.md diff --git a/Add-support-for-upd-notes.md b/Add-support-for-upd-notes.md new file mode 100644 index 0000000..7ac80fc --- /dev/null +++ b/Add-support-for-upd-notes.md @@ -0,0 +1,31 @@ +# Tor Hackweek Project: Add support for UDP sockets over onion services, possibly with enabling support for WebRTC in Tor Browser + +Summary: + + *Goal: Present Hack Week results via Tor Browser on BBB + + *Intermediate Tor steps: + + -Add support for relaying UDP datagrams + + -Add support for configuring UDP onion services + + *Intermediate Tor Browser steps: + + -Enable WebRTC + + -? + + Skills Needed: C/C++, familiar with tor and/or Firefox and/or webrtc + + # Team: + + *sysrqb (UTC-5) + + Notes: Possibly, ask mike and nick for the notes we took on how to make Tor support UDP, if you're interested in doing it that way? --nick + + + + + + -- GitLab From 6acc3668b0194027b209ea6dfda1433e04ae92d7 Mon Sep 17 00:00:00 2001 From: Burnleydev Date: Wed, 7 Apr 2021 17:58:45 +0000 Subject: [PATCH 2/2] Updated it since wasn't displaying correclty --- Add-support-for-upd-notes.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Add-support-for-upd-notes.md b/Add-support-for-upd-notes.md index 7ac80fc..df4f878 100644 --- a/Add-support-for-upd-notes.md +++ b/Add-support-for-upd-notes.md @@ -2,27 +2,27 @@ Summary: - *Goal: Present Hack Week results via Tor Browser on BBB + - Goal: Present Hack Week results via Tor Browser on BBB - *Intermediate Tor steps: +* Intermediate Tor steps: - -Add support for relaying UDP datagrams + - Add support for relaying UDP datagrams - -Add support for configuring UDP onion services + - Add support for configuring UDP onion services - *Intermediate Tor Browser steps: +* Intermediate Tor Browser steps: - -Enable WebRTC + - Enable WebRTC - -? + - ? - Skills Needed: C/C++, familiar with tor and/or Firefox and/or webrtc +Skills Needed: C/C++, familiar with tor and/or Firefox and/or webrtc # Team: - *sysrqb (UTC-5) +* sysrqb (UTC-5) - Notes: Possibly, ask mike and nick for the notes we took on how to make Tor support UDP, if you're interested in doing it that way? --nick + **Notes:** Possibly, ask mike and nick for the notes we took on how to make Tor support UDP, if you're interested in doing it that way? --nick -- GitLab