Miiverse

From 3dbrew
Revision as of 08:42, 2 November 2016 by Yellows8 (talk | contribs) (Created page with "This is the Miiverse system-applet which can be launched via Home Menu / etc(process-name is "olv"). Before doing ''any'' network requests at all, Miiverse starts the mint li...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is the Miiverse system-applet which can be launched via Home Menu / etc(process-name is "olv").

Before doing any network requests at all, Miiverse starts the mint library-applet for NNID network requests. Hence, if a sysupdate is required Miiverse would halt here without sending any network requests itself.

Then Miiverse uses HTTPC for requesting https://discovery.olv.nintendo.net/v1/endpoint, which then returns what domains to use afterwards(there's "portal_host" and "n3ds_host" tags but the tags' value are the same). This seems to be the only time Miiverse itself uses HTTPC.

Then it starts loading the Miiverse-browser(WebKit) for accessing the domain(s) specified above(with applet-side TLS/etc like the main browser).