Skip to content

n0ot/nvremoted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NVRemoted is an implementation of the NVDA Remote server in Go.

To use:

  • go install github.com/n0ot/nvremoted/cmd/nvremoted
  • Create a directory, $HOME/.config/nvremoted, and copy examples/nvremoted.toml there.
  • Open $HOME/.config/nvremoted/nvremoted.toml, and follow the instructions in the file.
  • As NVDA Remote only uses TLS, you need to point NVRemoted at a certificate and private key. Self signed certificates can be generated with openssl, and signed certificates can be gotten from Let's Encrypt.
  • Run nvremoted start

Building

Install Mage, then use

mage build

to build, or

mage install

to install.

GOOS and GOARCH work as you'd expect.

About

NVRemoted is an implementation of the NVDA Remote server written in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages