a cross-platform proxy server for pretendo, but it's flexible
Go to file
Superwhiskers 4e19e86492 some files
2018-02-25 10:28:44 -06:00
.gitignore some files 2018-02-25 10:28:44 -06:00
fs.go some files 2018-02-25 10:28:44 -06:00
LICENSE some files 2018-02-25 10:28:44 -06:00
maryo.go some files 2018-02-25 10:28:44 -06:00
network.go some files 2018-02-25 10:28:44 -06:00
README.md some files 2018-02-25 10:28:44 -06:00
routing.go some files 2018-02-25 10:28:44 -06:00
shell.go some files 2018-02-25 10:28:44 -06:00

maryo

a proxy server used for accessing Pretendo, the open source Nintendo Network replacement

(also known as the terminal app your grandma can use)

instructions

using precompiled binaries:

go to the releases, and download the correct binary for your system. just double-click it and follow the instructions

building from source (WARNING: EXTREMELY HARDCORE)

prerequisites

  1. golang
  2. reverseproxy

building

  1. clone this repository
  2. it's easy, just go build in the source directory
  3. you can then double click your own binaries instead of ours (i don't care)