Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Local CIA server with QR codes 3DS: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 1: Line 1:
{{Infobox 3DS Homebrews
{{Infobox 3DS Homebrews
|title=Local CIA server with QR codes
|title=3DS Game Server
|image=LocalCIAserverwithQRcodes.jpg
|image=3dspc.png
|description=Creates a web page listing from user-provided CIAs.
|description=Local CIA server with QR codes. Creates a web page listing from user-provided CIAs.
|author=elmerohueso
|author=elmerohueso
|lastupdated=2020/01/05
|lastupdated=2020/01/05
Line 8: Line 8:
|version=2020
|version=2020
|license=Mixed
|license=Mixed
|download=https://dlhb.gamebrew.org/3dshomebrew/LocalCIAserverwithQRcodes.rar
|download=https://dlhb.gamebrew.org/3dshomebrews/3dsgameserverelm.7z
|website=https://gbatemp.net/threads/release-local-cia-server-with-qr-codes.555653/
|website=https://gbatemp.net/threads/release-local-cia-server-with-qr-codes.555653
|source=https://github.com/elmerohueso/3DS_Game_Server
|source=https://github.com/elmerohueso/3DS_Game_Server
}}
}}
<youtube>BfG0tR-emjU</youtube>
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.


There are probably other utilities like this, but I thought I'd share mine. Nothing fancy. I put this together last week to make distributing CIAs to my family's DSes easier.
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.


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.
Originally developed to help distributing CIAs between family's DSes.


To do (maybe someday, but I don't really need it): Add error logging for unparseable titleids and games not found in release XML
==User guide==
Requires Python 2.7 to run.


Requires Python 2.7
To use an updated releases list, download 3dsreleases.xml from http://www.3dsdb.com.


To use an updated releases list, download '3dsreleases.xml' from http://www.3dsdb.com/
* 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.


# Edit BuildCatalog.py
==External links==
Set &quot;releasesXML&quot; and &quot;ciaFolder&quot;
* GitHub - https://github.com/elmerohueso/3DS_Game_Server
# Create a folder to match the name set in &quot;ciaFolder&quot;
* GBAtemp - https://gbatemp.net/threads/release-local-cia-server-with-qr-codes.555653
# Dump all desired CIAs into the created folder (subfolders are OK)
 
# Run BuildCatalog.py
[[Category:3DS homebrew applications]]
# Edit StartServer.py
[[Category:PC utilities for 3DS homebrew]]
Set &quot;PORT&quot;
# Run StartServer.py

Revision as of 00:14, 18 March 2022

3DS Game Server
3dspc.png
General
Authorelmerohueso
TypePC Utilities
Version2020
LicenseMixed
Last Updated2020/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.

Originally developed to help distributing CIAs between family's DSes.

User guide

Requires Python 2.7 to run.

To use an updated releases list, download 3dsreleases.xml from http://www.3dsdb.com.

  • 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.

External links

Advertising: