Sntp Wii: Difference between revisions

From GameBrew
(Created page with "{{#seo: |title=Wii Homebrew Apps (Other Apps) - GameBrew |title_mode=append |image=wii-logo.jpg |image_alt=sntp }} {{Infobox Wii Homebrews |title=sntp |image=wii-logo.jpg |des...")
 
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#seo:
|title=Wii Homebrew Apps (Other Apps) - GameBrew
|title_mode=append
|image=wii-logo.jpg
|image_alt=sntp
}}
{{Infobox Wii Homebrews
{{Infobox Wii Homebrews
|title=sntp
|title=sntp
|image=wii-logo.jpg
|image=sntpwii2.png
|description=A small homebrew that syncs the time of your wii to NTP.
|description=A small homebrew that syncs the time of your wii to NTP.
|author=ErikAndren
|author=ErikAndren
|lastupdated=2022/04/09
|lastupdated=2023/11/27
|type=Other Apps
|type=System Tools
|version=1.2.0
|version=1.2.1
|license=MIT
|license=MIT
|download=https://dlhb.gamebrew.org/wiihomebrews/sntpwii.7z
|download=https://github.com/ErikAndren/sntp/tree/master/releases
|website=https://gbatemp.net/threads/sntp-small-homebrew-that-syncs-the-time-of-your-wii-to-ntp.583042/
|website=https://gbatemp.net/threads/sntp-small-homebrew-that-syncs-the-time-of-your-wii-to-ntp.583042/
|source=https://github.com/ErikAndren/sntp
|source=https://github.com/ErikAndren/sntp
}}
}}
This is a small utility developed for the Nintendo Wii which will synchronize the system time to the NTP time.
==User guide==
There are two options on how to use this utility:
Option 1:
* Manual adjustment using the Wiimote or GameCube controller.
* Timezones are not remembered and will have to be adjusted manually by the user.


Option 2:
* Configuration using a timezone configuration file. Create a tzdb.cfg on the root of the SD card in your Wii.
* Populate it with the following lines: <code><nowiki>http://api.timezonedb.com/v2.1/get-time-zone?key=MY_API_KEY&format=json&by=zone&zone=America/Toronto&fields=gmtOffset</nowiki></code>
* Autosave.
* Register an account at [https://timezonedb.com/ timezonedb.com].
* Change the MY_API_KEY to the api key you will receive.
* Change the timezone from the list available at [https://timezonedb.com/time-zones timezonedb.com].
* If you want the utility to exit automatically after adjustment keep the autosave, otherwise remove.
Implementation details:
*Timekeeping is done by reading the (ever incrementing) Real Time Clock (RTC) and a counter bias stored in a system configuration.
*If you adjust your time in the wii menu or by using this program the counter bias is changed.
*There is always a risk that updating this counter bias could corrupt your system as it is part of the system configuration.
*The author shall not be held responsible if this would happen. This has been tested by the author on the Wii system.


==Screenshots==
==Screenshots==
==Media==
https://dlhb.gamebrew.org/wiihomebrews/sntpwii2.png
<youtube></youtube>
 
==Changelog==
'''v1.2.1'''
*Remove timezone 12 limit.
 
'''v1.2.0'''
*Includes timezone with DST detection and an automatic mode requiring no user input.
 
==External Links==
* GBAtemp - https://gbatemp.net/threads/sntp-small-homebrew-that-syncs-the-time-of-your-wii-to-ntp.583042/
* GitHub - https://github.com/ErikAndren/sntp

Latest revision as of 09:39, 19 January 2024

sntp
Sntpwii2.png
General
AuthorErikAndren
TypeSystem Tools
Version1.2.1
LicenseMIT License
Last Updated2023/11/27
Links
Download
Website
Source

This is a small utility developed for the Nintendo Wii which will synchronize the system time to the NTP time.

User guide

There are two options on how to use this utility:

Option 1:

  • Manual adjustment using the Wiimote or GameCube controller.
  • Timezones are not remembered and will have to be adjusted manually by the user.

Option 2:

  • Configuration using a timezone configuration file. Create a tzdb.cfg on the root of the SD card in your Wii.
  • Populate it with the following lines: http://api.timezonedb.com/v2.1/get-time-zone?key=MY_API_KEY&format=json&by=zone&zone=America/Toronto&fields=gmtOffset
  • Autosave.
  • Register an account at timezonedb.com.
  • Change the MY_API_KEY to the api key you will receive.
  • Change the timezone from the list available at timezonedb.com.
  • If you want the utility to exit automatically after adjustment keep the autosave, otherwise remove.

Implementation details:

  • Timekeeping is done by reading the (ever incrementing) Real Time Clock (RTC) and a counter bias stored in a system configuration.
  • If you adjust your time in the wii menu or by using this program the counter bias is changed.
  • There is always a risk that updating this counter bias could corrupt your system as it is part of the system configuration.
  • The author shall not be held responsible if this would happen. This has been tested by the author on the Wii system.

Screenshots

sntpwii2.png

Changelog

v1.2.1

  • Remove timezone 12 limit.

v1.2.0

  • Includes timezone with DST detection and an automatic mode requiring no user input.

External Links

Advertising: