Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@D3fau4 D3fau4 released this 07 Sep 11:06
· 41 commits to master since this release

This is an alpha version soooo everything can go wrong.

if you want update offline in /switch/Sys-Updater/ make a folder named "temp" a put the ncas there

and if you want do online updates you need to do a http server with the next struct

C:.
│   672137336
│   info
│
└───c
    ├───a
    │       [META NCAS HERE]
    │
    └───c
            [PROGRAM, DATA AND PUBLICDATA HERE]

the file "info" have this

{
  "Firmwver": "10.1.0", // the lastest update in the server
  "intfw": "672137336" // same but that is the file name of the json contains all update info
}

and "672137336" is the json that contains all the update information and the file name depends on the firmware version. Check the json of 10.1.0 fw: here

  • I currently want to make my own server but I don't know where to host it, I don't have money to pay for it and I have thought of asking for donations to pay for the server if someone has an idea or wants to offer to host it to let me know by opening an issue.

I am currently making a program to facilitate the creation of the files for the server, it will be finished as soon as possible.