Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

PiPass 1.6 - A Nintendo 3DS Homepass Relay Station for the Raspberry Pi

Latest
Compare
Choose a tag to compare
@Matthew-Hsu Matthew-Hsu released this 28 Jun 17:21

PiPass 1.6 builds upon on its logging system by offering relevant information for identifying a wider range of potential issues relating to WiFi chipsets and network connectivity. This new release also focuses on tightening up the dashboard to offer a better user experience.

The list of changes are as follows:

  • PiPass will now accept incorrectly formatted MAC addresses that use dashes instead of colons. PiPass will internally convert dashes to colons when dealing with Nintendo Zone MAC addresses and externally make this change for authenticated MAC addresses.
  • PiPass will now check network connectivity. If there is a network connectivity issue, PiPass will stop cycling and stop hostapd. Once network connectivity has been re-established, PiPass will continue cycling again.
  • PiPass can now detect incompatible hostapd WiFi chipsets that are unable to change its own MAC address.
  • 'PiPass Settings' uses JQuery form validation instead of HTML5 form validation.
  • Added 'Time Until Next Zone' progress bar to the dashboard.
  • User interface tweaks.
  • HTML code cleanup.