Skip to content
/ time Public
forked from wheatgrassgirl/time

Experimental service which allows you to play retro games with Nesbox emulator. It's decentralized, crossplatform and works with torrents.

License

Notifications You must be signed in to change notification settings

khiet-vo/time

This branch is 4 commits ahead of wheatgrassgirl/time:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 30, 2015
e1b8902 · Jun 30, 2015

History

10 Commits
Jun 30, 2015
Jun 30, 2015
Jun 30, 2015
Jun 30, 2015
Nov 24, 2014
Nov 24, 2014
Nov 25, 2014
Nov 25, 2014
Jun 30, 2015
Jun 30, 2015

Repository files navigation

Nesbox Time

Experimental service which allows you to play retro games with Nesbox emulator. It's decentralized, crossplatform and works with torrents.

Based on torrent-stream.

Usage

  1. Download and install Node.JS http://nodejs.org/download/
  2. npm install -g nesbox-time
  3. nesbox-time
  4. Open your browser at http://localhost:9000/
  5. Enjoy!

On Debian an Ubuntu install the p7zip-full package.

On Mac OSX use Homebrew brew install p7zip

Configuration

You can configure the service using config.json file. Here's an example that overrides the defaults, port and magnet links:

{
	"port":9000,
	"nes":"70A279D49E559C075174990F87526D6531C41383",
	"snes":"12386954C55C81AD6091C122F422A6F20958F380",
	"sega":"A86BEDB7EB319BB72EAD1C7ED905D593A5098763",
	"gb":"FCEF86795FCEDBF0291814E5F5EAF1E5C34C6C72",
	"gba":"49E40259BA6C9F2B60AD05151800D231AF6D896B"
}

About

Experimental service which allows you to play retro games with Nesbox emulator. It's decentralized, crossplatform and works with torrents.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.5%
  • HTML 27.5%