News Channel: Difference between revisions
Jump to navigation
Jump to search
ExtremsAlt (talk | contribs) mNo edit summary |
No edit summary |
||
(7 intermediate revisions by 5 users not shown) | |||
Line 2: | Line 2: | ||
| title = News Channel | | title = News Channel | ||
| image = [[File:Newschannel.png|200px]] | | image = [[File:Newschannel.png|200px]] | ||
| desc = News | | desc = News information | ||
| id = HAGA, HAGx | |||
| 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 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.