Coder Social home page Coder Social logo

tech-ticks / pelipper-test Goto Github PK

View Code? Open in Web Editor NEW

This project forked from irdkwia/pelipper-test

0.0 0.0 0.0 91 KB

Python WFC re-implementation for PMD:Explorers

License: GNU General Public License v3.0

Shell 1.53% Python 90.61% HTML 7.48% Batchfile 0.38%

pelipper-test's Introduction

Pelipper Test

Python WFC re-implementation for PMD:Explorers.

How to use

Pre-config

Clone this repository. You need python3 installed. Once installed, run pip install -r requirements.txt.

In structure/constants.py, change SERVER_ADDR to your server's public ip (or local ip if you want to test it locally Note: Never set it as 127.0.0.1 or localhost, use one of your network interface ip instead)

Run python createdb.py to create a new empty database. You can also run python populatedb.py to populate your database with some minimal data for Wonder Mail S support.

Then run runservers.sh or runservers.bat according to your operating system.

For Python 3 users below 3.5.5 You can alternatively run runservers35.sh or runservers35.bat according to your operating system.

If you can't run these scripts Then run each of these scripts:

  • python dnsserver.py - Minimal DNS Server
  • python httpserver.py - Main HTTP Server
  • python shttpserver.py - Main HTTPS Server (forwards to HTTP for DS requests, Second HTTPS for others)
  • python shttpserver2.py - Second HTTPS Server
  • python tcpserver.py - TCP Server
  • python tcpserver2.py - Second TCP Server
  • python udpserver.py - UDP Server

If you are below 3.5.5, run python oldshttpserver.py instead of python shttpserver.py.

Your Nintendo DS system must be connected to your server setting the DNS as the ip you set for SERVER_ADDR (which, since the NDS doesn't let you configure it as 127.0.0.1, needs to be one of your network interface)

pelipper-test's People

Contributors

irdkwia avatar tech-ticks avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.