Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 630 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 630 Bytes

janus_file_browser

A simple file browser for janusVR

Imgur Imgur2

requirements: Python 2.7

How to use: Launch like:

python server.py

Then in JanusVR create a portal to 127.0.0.1:9191

That's it!

DISCLAIMER: This script hosts a web server bound to localhost:9191 that will give a directory listing and serve files from your root directory. It should, by default, not serve to other IPs. However hosting anything like this is inherently dangerous. Do not use this unless you know what you are doing and you are doing it securely.