v0.1.0-alpha
Pre-release
Pre-release
ischeinkman
released this
13 Nov 08:23
·
2 commits
to master
since this release
This is just a pre-MVP build that implements basic file pushing and pulling to/from the Switch. To use, run nxusb_server.nro
on your switch and run cargo run -- [--push | --pull] [FILE_ON_SWITCH] [FILE_ON_COMPUTER]
to either push
the file FILE_ON_COMPUTER
from the PC to the Switch (with the name on the Switch of FILE ON SWITCH
) or the other way around.
Note that this is currently REALLY slow for a bunch of reasons and not guaranteed to not screw up transfers.