Sha256: 5a6282815b5347ccecbe3523680d4f998f550db42bcaf5f4fa9ff2abecfa4851

Contents?: true

Size: 740 Bytes

Versions: 8

Compression:

Stored size: 740 Bytes

Contents

= vrowser
server browser for many games (left4Dead2, TeamFortress2, etc)

= Setup & Install
You need to install QStat version 2.12+.

QStat is Real-time game server stats fetcher - http://qstat.sourceforge.net/
  svn co https://qstat.svn.sourceforge.net/svnroot/qstat qstat 
  cd qstat
  ./autogen.sh
  ./configure 
  make
  make install

Install Gems
  gem install vrowser

= Usage
Generate sample config file
  $ vrowser sample
  $ ls
  config.yml

Fetch server list
  $ vrowser -f ./config.yml fetch

Update already registered servers
  $ vrowser -f ./config.yml update

Boot WEB Daemon (default is http://localhost:3000/)
  $ vrowser -f ./config.yml daemon

== Copyright
Copyright (c) 2012 kimoto. See LICENSE.txt for
further details.

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
vrowser-0.1.5 README.rdoc
vrowser-0.1.4 README.rdoc
vrowser-0.1.3 README.rdoc
vrowser-0.1.2 README.rdoc
vrowser-0.1.1 README.rdoc
vrowser-0.1.0 README.rdoc
vrowser-0.0.9 README.rdoc
vrowser-0.0.8 README.rdoc