Skip to content

khiet-vo/time

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages

  • JavaScript 72.5%
  • HTML 27.5%