Difference between revisions of "News Channel"
Jump to navigation
Jump to search
WiibrewBot (talk | contribs) m (Robot: Cosmetic changes) |
m (added to the category of Nintendo software instead of that page, also this is a stub) |
||
(12 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Nintendo software]] | ||
+ | |||
+ | {{stub}} | ||
{{Infobox channel | {{Infobox channel | ||
| title = News Channel | | title = News Channel | ||
− | | image = [[File: | + | | image = [[File:Newschannel.png|200px]] |
− | | desc = News | + | | desc = News information |
+ | | id = HAGA, HAGx | ||
+ | | source = update | ||
| type = General channel | | type = General channel | ||
− | | version = | + | | version = 0.7 (7) |
− | | peripherals = {{Wiimote1}} {{Internet}} | + | | peripherals = {{Wiimote1}} {{Internet}} |
+ | | wc24 = 1 | ||
}} | }} | ||
− | The '''News | + | 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 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | [[ | + | 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.