Difference between revisions of "News Channel"
Jump to navigation
Jump to search
Synkronizer (talk | contribs) m (Updated information.) |
m (added to the category of Nintendo software instead of that page, also this is a stub) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Nintendo software]] | ||
+ | |||
+ | {{stub}} | ||
{{Infobox channel | {{Infobox channel | ||
| title = News Channel | | title = News Channel | ||
Line 4: | Line 7: | ||
| desc = News information | | desc = News information | ||
| id = HAGA, HAGx | | id = HAGA, HAGx | ||
+ | | source = update | ||
| type = General channel | | type = General channel | ||
| version = 0.7 (7) | | version = 0.7 (7) | ||
Line 10: | Line 14: | ||
}} | }} | ||
− | The '''News Channel''' | + | The '''News Channel''' downloads data packages from Nintendo servers via plain HTTP connection. The official servers for the News Channel were discontinued on June 28, 2013; however, [[RiiConnect24]] has since restored its functionality. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | [[ | + | The data files are RSA-2048-SHA1 signed, and the LZ10 compressed content begins at 0x140. A Kaitai file documenting the file structure can be found [https://github.com/RiiConnect24/Kaitai-Files/blob/master/Kaitais/news_file.ksy here], and code used by RiiConnect24 to download news data and generate files is available [https://github.com/RiiConnect24/File-Maker/tree/master/Channels/News_Channel here]. |
Latest revision as of 18:53, 24 May 2022
This article is a stub. You can help WiiBrew by expanding it. |
News Channel | |
![]() | |
Version | 0.7 (7) |
---|---|
Title ID | HAGA, HAGx |
Type | General channel |
Installed from | System Update |
Peripherals | ![]() ![]() |
The News Channel downloads data packages from Nintendo servers via plain HTTP connection. The official servers for the News Channel were discontinued on June 28, 2013; however, RiiConnect24 has since restored its functionality.
The data files are RSA-2048-SHA1 signed, and the LZ10 compressed content begins at 0x140. A Kaitai file documenting the file structure can be found here, and code used by RiiConnect24 to download news data and generate files is available here.