News Channel: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(28 intermediate revisions by 18 users not shown) | |||
Line 1: | Line 1: | ||
News | {{Infobox channel | ||
| title = News Channel | |||
| image = [[File:Newschannel.png|200px]] | |||
| desc = News information | |||
| id = HAGA, HAGx | |||
| type = General channel | |||
| version = 0.7 (7) | |||
| peripherals = {{Wiimote1}} {{Internet}} | |||
| wc24 = 1 | |||
}} | |||
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]. | |||
File | |||
Revision as of 05:31, 9 April 2021
News Channel | |
![]() | |
Version | 0.7 (7) |
---|---|
Title ID | HAGA, HAGx |
Type | General channel |
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.