Difference between revisions of "News Channel"
Jump to navigation
Jump to search
Bitflusher (talk | contribs) m (Category:WII_chanel) |
m (Improved, inc "Wii channel" category) |
||
Line 1: | Line 1: | ||
− | News | + | The News and Forecast channels download data packages from Nintendo servers via plain http connection. |
Some examples: | Some examples: | ||
Line 25: | Line 25: | ||
Data compression method is still unknown. If you calculate entropy of the data, you will notice that it is definitely not encrypted. Probably it uses a modified version of propieritary Nintendo compression method described here: http://everything2.com/index.pl?node_id=1469892 | Data compression method is still unknown. If you calculate entropy of the data, you will notice that it is definitely not encrypted. Probably it uses a modified version of propieritary Nintendo compression method described here: http://everything2.com/index.pl?node_id=1469892 | ||
− | [[Category:Software]][[Category: | + | [[Category:Software]][[Category:Wii channel]] |
Revision as of 18:41, 23 February 2008
The News and Forecast channels download data packages from Nintendo servers via plain http connection.
Some examples:
http://weather.wapp.wii.com/1/076/short.bin http://weather.wapp.wii.com/1/076/forecast.bin http://news.wapp.wii.com/1/076/news.bin.08
Nowadays, it seems the news file has moved:
http://news.wapp.wii.com/v2/1/076/news.bin.00
...
http://news.wapp.wii.com/v2/1/076/news.bin.23
File structure:
$0000 - $003F: padding (00) $0040 - $013F: rsa encrypted sha-1 signature of rest of the file $0140 - $....: compressed data
Data compression method is still unknown. If you calculate entropy of the data, you will notice that it is definitely not encrypted. Probably it uses a modified version of propieritary Nintendo compression method described here: http://everything2.com/index.pl?node_id=1469892