More actions
m (Text replacement - "Infobox 3DS homebrew" to "Infobox-3DS-Homebrews") |
No edit summary |
||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | {{Infobox 3DS Homebrews | ||
| title = Local CIA server with QR codes | |title=3DS Game Server | ||
| | |image=3dspc.png | ||
| type = PC Utilities | |description=Local CIA server with QR codes. Creates a web page listing from user-provided CIAs. | ||
| version = | |author=elmerohueso | ||
| | |lastupdated=2020/01/05 | ||
| | |type=PC Utilities | ||
| website = https://gbatemp.net/threads/release-local-cia-server-with-qr-codes.555653 | |version=2020 | ||
|license=Mixed | |||
| source = https:// | |download=https://dlhb.gamebrew.org/3dshomebrews/3ds_game_server.zip | ||
|website=https://gbatemp.net/threads/release-local-cia-server-with-qr-codes.555653 | |||
|source=https://github.com/elmerohueso/3DS_Game_Server | |||
}} | }} | ||
This program creates a web page listing from user-provided CIAs. Generated web page includes a sortable table with auto-generated QR codes for downloading/installing the CIAs over LAN via FBI. | |||
Game titles link to descriptions on [http://www.gametdb.com/ www.gametdb.com], and table also pulls cover art from there. Uses Python SimpleHTTPServer, so just one download request/thread at a time. | |||
It was originally developed to help distributing CIAs between family's DSes. | |||
==User guide== | |||
Requires Python 2.7 to run: | |||
* Edit BuildCatalog.py. Set "releasesXML" and "ciaFolder". | |||
* Create a folder to match the name set in "ciaFolder" | |||
* Dump all desired CIAs into the created folder (subfolders are OK). | |||
* Run BuildCatalog.py | |||
* Edit StartServer.py. Set "PORT". | |||
* Run StartServer.py. | |||
'''Note:''' To use an updated releases list, download 3dsreleases.xml from http://www.3dsdb.com. | |||
==External links== | |||
* GitHub - https://github.com/elmerohueso/3DS_Game_Server | |||
* GBAtemp - https://gbatemp.net/threads/release-local-cia-server-with-qr-codes.555653 | |||
- | |||
- | |||
Latest revision as of 10:27, 22 Haziran 2024
3DS Game Server | |
---|---|
General | |
Author | elmerohueso |
Type | PC Utilities |
Version | 2020 |
License | Mixed |
Last Updated | 2020/01/05 |
Links | |
Download | |
Website | |
Source | |
This program creates a web page listing from user-provided CIAs. Generated web page includes a sortable table with auto-generated QR codes for downloading/installing the CIAs over LAN via FBI.
Game titles link to descriptions on www.gametdb.com, and table also pulls cover art from there. Uses Python SimpleHTTPServer, so just one download request/thread at a time.
It was originally developed to help distributing CIAs between family's DSes.
User guide
Requires Python 2.7 to run:
- Edit BuildCatalog.py. Set "releasesXML" and "ciaFolder".
- Create a folder to match the name set in "ciaFolder"
- Dump all desired CIAs into the created folder (subfolders are OK).
- Run BuildCatalog.py
- Edit StartServer.py. Set "PORT".
- Run StartServer.py.
Note: To use an updated releases list, download 3dsreleases.xml from http://www.3dsdb.com.