Skip to content

libretro/libretro-netplay-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libretro-netplay-registry (Deprecated)

Stores a netplay registry for libretro. Now living over at https://github.com/libretro/netplay-lobby-server .

Usage

  • Retrieve all entries in registry.lpl by visiting index.php
  • Add an entry by requesting index.php?username=&ip=&corename=&coreversion=&gamename=&gamecrc=

Install

  1. Check out the git repository
  2. Make sure SQLite3 is available to PHP
  3. Make sure .registry.sqlite is writable by PHP
  4. Visit index.php and see that the registry is empty
  5. Visit index.php?username=&ip=&corename=&coreversion=&gamename=&gamecrc= to add an entry
  6. Visit index.php and see your new entry added

Development

Use Docker Compose to set up a development environment. Instructions are in docker-compose.yml.

TODO

  • Add some validation and security behind adding entries

Hosting

The server, hosted at http://lobby.libretro.com is running the following software:

  • PHP 5.5.9
  • SQLite3
  • Nginx