More actions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
| version=v1.1.2 | | version=v1.1.2 | ||
| lastupdated = 2018/01/16 | | lastupdated = 2018/01/16 | ||
| licence = | | licence = MIT | ||
| author = LiquidFenrir | | author = LiquidFenrir | ||
| website = https://github.com/LiquidFenrir/WifiManager | | website = https://github.com/LiquidFenrir/WifiManager | ||
Line 13: | Line 13: | ||
<youtube>arvGSoCSi6Q</youtube> | <youtube>arvGSoCSi6Q</youtube> | ||
= WifiManager = | == WifiManager == | ||
WifiManager is a simple 3ds homebrew meant to help you backup and restore your console's WiFi slots. It could prove useful if you travel a lot and need to connect to new wifi networks all the time, or if only 3 slots is really too few for you. | WifiManager is a simple 3ds homebrew meant to help you backup and restore your console's WiFi slots. It could prove useful if you travel a lot and need to connect to new wifi networks all the time, or if only 3 slots is really too few for you. | ||
== CRC == | == CRC == | ||
WifiManager uses <code>include/checksum.h</code> and <code>src/crc16.c</code> from [https://github.com/lammertb/libcrc/tree/v2.0 libcrc 2.0] by lammertb, licensed under the MIT license, which were modified to remove the functions and data unused by this application. | WifiManager uses <code>include/checksum.h</code> and <code>src/crc16.c</code> from [https://github.com/lammertb/libcrc/tree/v2.0 libcrc 2.0] by lammertb, licensed under the MIT license, which were modified to remove the functions and data unused by this application. | ||
== License == | == License == | ||
WifiManager is licensed under the MIT license, a copy of which can be found in the <code>LICENSE.txt</code> file. | WifiManager is licensed under the MIT license, a copy of which can be found in the <code>LICENSE.txt</code> file. |
Revision as of 14:11, 11 September 2021
WifiManager
WifiManager is a simple 3ds homebrew meant to help you backup and restore your console's WiFi slots. It could prove useful if you travel a lot and need to connect to new wifi networks all the time, or if only 3 slots is really too few for you.
CRC
WifiManager uses include/checksum.h
and src/crc16.c
from libcrc 2.0 by lammertb, licensed under the MIT license, which were modified to remove the functions and data unused by this application.
License
WifiManager is licensed under the MIT license, a copy of which can be found in the LICENSE.txt
file.