Skip to content
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.

luisparravicini/codinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COD4 Servers info

DESCRIPTION:

codinfo is a small library written to get info on Call of Duty 4 servers. Although not tested, it should work on almost any game using the Q3 protocol.

Just found Qstat[http://qstat.org/], which already does what codinfo is doing plus much more functionality. So I wont continue developing this.

USAGE:

irb(main):001:0> info = CODInfo.new

# returns a list of game servers:

irb(main):002:0> servers = info.get_servers

# getting info on a server:

irb(main):003:0> info.get_info(servers.first)

or

irb(main):003:0> info.get_info(‘192.168.1.2’)

REQUIREMENTS:

  • Ruby 1.8.7+

  • Rake and rspec if you want to run the tests

INSTALL:

use the source

LICENSE:

codinfo is released under the terms of the Apache License 2.0

About

Getting info on Call of Duty 4 (COD4) servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages