hypertunnel

command module
v0.0.0-...-ec39a3d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 19, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

README

HyperTunnel

Installation

git clone https://github.com/abrekhov/hypertunnel
cd hypertunnel
go build -o ht

Or using go install (GOBIN must be set)

export GOPATH=$HOME/go
export GOBIN="${GOPATH}/bin"
export PATH="$PATH:${GOPATH}/bin:${GOROOT}/bin"
go install github.com/abrekhov/hypertunnel

Usage

Both computers must have access to the Internet!

#First machine
./ht -f <file>
#Second machine
./ht
#Cross insert SPDs

RoadMap

  • Encrypt file with key as stream
  • Decrypt file with key as stream
  • TCP/IP Connection through stun/turn/ice
  • ORTC connection behind NAT
  • Move one file between candidates behind NAT
  • Start candidates in any order
  • Decompose and refactor
  • Directory transfer
  • Barline
  • SSH server behind NAT
  • Tests
  • Benchs

Documentation

Overview

Copyright © 2021 NAME HERE <EMAIL ADDRESS>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Directories

Path Synopsis
pkg
datachannel
* Copyright (c) 2021 Anton Brekhov * All rights reserved.
* Copyright (c) 2021 Anton Brekhov * All rights reserved.
hashutils
* Copyright (c) 2021 Anton Brekhov anton.brekhov@rsc-tech.ru * All rights reserved.
* Copyright (c) 2021 Anton Brekhov anton.brekhov@rsc-tech.ru * All rights reserved.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL