Skip to content

accessolutions/nvda-remote-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NVDA Remote Server Relay

This is a simple server used to relay connections for NVDA Remote

Basic Usage

  • Install Python 3 and Pip
  • Create a virtualenv
  • Install requirements into virtualenv
  • Obtain Certificate
  • Run server.py inside virtualenv

Docker

docker-compose up --build

This will expose the server on port 6837, the default. You must create a folder called certificate along-side the docker-compose.yml which contains the certificate, private key, and root chain named as cert, key, and chain respectively.

About

Relay server for NVDA's built in remote access functionality

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 94.0%
  • Dockerfile 6.0%