Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrated FTP Server #30

Open
sebastienrouget opened this issue Jul 11, 2016 · 4 comments
Open

Integrated FTP Server #30

sebastienrouget opened this issue Jul 11, 2016 · 4 comments

Comments

@sebastienrouget
Copy link

sebastienrouget commented Jul 11, 2016

Today, the process to edit a save and get it back on a game may be a little fastidious for some, and inefficient for others.

  1. Open svdt.
  2. Dump a save to a location on the SD.
  3. Exit svdt to Homebrew Launcher.
  4. Open any FTP server homebrew.
  5. Copy the file from SD to the computer via FTP client.
  6. Edit the save.
  7. Copy the save from the computer to SD via FTP client.
  8. Exit the FTP server homebrew to Homebrew Launcher.
  9. Open svdt.
  10. Inject the modified save to the game.

By intregrating an FTP server to svdt, we could skip 4 of those steps.

We may configure an automatic startup of this feature in a config file, to avoid using any combination of inputs ; startup which may occur asynchronously after directories display. Some debug will inform about the end of the FTP instance creation, and display the current IP.

@suloku
Copy link
Contributor

suloku commented Jul 11, 2016

Not a bad idea, I guess the best would be to just throw in ftbrony in another thread.

Unfortunately me or meladroit aren't actively wroking on this, I still haven't had time to implement secure value deleting (yes, that can be done in userland)

@sebastienrouget
Copy link
Author

sebastienrouget commented Jul 11, 2016

I wanna try to implement it.
Any idea of where I can find an example of threadCreate used to call another homebrew?

@suloku
Copy link
Contributor

suloku commented Jul 11, 2016

Masher added it to his hbl mod: https://github.com/mashers/3ds_hb_menu

I don't know about any other (simpler) homebrew that uses it.

@sebastienrouget
Copy link
Author

I'll take a look, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants