Steam Condenser: Difference between revisions
Jump to navigation
Jump to search
(Added Ohloh link) |
(Added information about the current status) |
||
Line 1: | Line 1: | ||
The Steam Condenser is - or more precisely will be - a multi-language library for querying [[Source]] and [[GoldSrc]] game servers as well as the Steam master servers. | The Steam Condenser is - or more precisely will be - a multi-language library for querying [[Source]] and [[GoldSrc]] game servers as well as the Steam master servers. | ||
Currently it is (being) implemented in [http://www.java.com Java], [http://www.php.net PHP] and [http://www.ruby-lang.org Ruby]. | Currently it is (being) implemented in [http://www.java.com Java], [http://www.php.net PHP] and [http://www.ruby-lang.org Ruby]. | ||
At the moment the library is able to query Source servers and built objects respresenting the server (including basic information, players and rules) in all three languages. | |||
The project is hosted on [http://code.google.com/p/steam-condenser Google Code] and was created by [[User:Koraktor|Koraktor]]. | The project is hosted on [http://code.google.com/p/steam-condenser Google Code] and was created by [[User:Koraktor|Koraktor]]. | ||
Line 6: | Line 8: | ||
== See Also == | == See Also == | ||
* [http://code.google.com/p/steam-condenser Project website] | * [http://code.google.com/p/steam-condenser Project website] | ||
* [http://code.google.com/p/steam-condenser/wiki/CurrentStatus Project status] | |||
* [http://www.ohloh.net/projects/steam-condenser Ohloh project page] | * [http://www.ohloh.net/projects/steam-condenser Ohloh project page] | ||
* [[Source Server Query Protocol]] | * [[Source Server Query Protocol]] | ||
[[Category:Networking]] | [[Category:Networking]] |
Revision as of 03:22, 1 August 2008
The Steam Condenser is - or more precisely will be - a multi-language library for querying Source and GoldSrc game servers as well as the Steam master servers. Currently it is (being) implemented in Java, PHP and Ruby.
At the moment the library is able to query Source servers and built objects respresenting the server (including basic information, players and rules) in all three languages.
The project is hosted on Google Code and was created by Koraktor.