Skip to content

rb365/fireport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fireport

Forward ports behind router/firewall through Firebase.

BEWARE: this is not secure at all!!!

Sample usecase: connect to VNC server behind router

VNC client <---> Fireport server <---> Firebase <---> Fireport client <---> VNC server

  1. Run VNC server on machine 1
  2. Run Fireport client on machine 1: java -jar fireport.jar vnc-test client 5900
  3. Run Fireport server on machine 2: java -jar fireport.jar vnc-test server 5900
  4. Run VNC client on machine 2 and connect to localhost
  5. Enjoy!

Build instructions:

  • download and install java
  • download and install maven
  • clone the repository
  • compile and generate jar: mvn clean compile assembly:single
  • run the jar: java -jar target/fireport-1.0-SNAPSHOT-jar-with-dependencies.jar

About

Forward ports behind router/firewall through Firebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages