a cross-platform proxy server for pretendo, but it's flexible
Go to file
Superwhiskers 9290244d36 i might actually end up using this 2018-04-23 19:37:49 -05:00
test Oh come on... 2018-04-14 21:01:50 -04:00
.gitignore fix the directory 2018-04-10 18:36:30 +00:00
LICENSE some files 2018-02-25 10:28:44 -06:00
README.md i might actually end up using this 2018-04-23 19:37:49 -05:00
build.sh added a buildscript 2018-03-16 11:37:54 -05:00
data.go a quick backup push 2018-03-20 17:41:43 -05:00
fs.go prettify the config before writing 2018-04-22 21:35:50 +00:00
maryo.go another attempt at fixing this 2018-04-22 00:28:11 -05:00
network.go good night, style update 2018-03-21 01:53:49 -05:00
proxy.go fix the directory 2018-04-10 18:36:30 +00:00
setup.go i might actually end up using this 2018-04-23 19:37:49 -05:00
shell.go some optimizations 2018-04-09 19:34:34 -05:00
utils.go good night, style update 2018-03-21 01:53:49 -05:00

README.md

maryo

a proxy server used for accessing pretendo, the open source nintendo network replacement

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

about

maryo is a proxy program intended to be as easy as possible to use, the user interface comes first, then the features. if i were to focus more on the features, i could end up with a program that works, but i'd then have a bunch of people asking me how to use it.

instructions

using precompiled binaries

go to the releases, and download the correct binary for your system. just double-click it and follow the instructions (it's that easy!)

building from source (WARNING: EXTREMELY HARDCORE)

prerequisites

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)