XQF / xqf

XQF game server browser
http://xqf.github.io
GNU General Public License v2.0
37 stars 12 forks source link

Use xml/json QStat output instead of doing low-level parsing #12

Open illwieckz opened 10 years ago

illwieckz commented 10 years ago
  1. QStat has a native xml export.
  2. Someone has wrote a json patch: https://github.com/eXprojects/qstat/commit/1c560859b52472d6b5638298f3b6b28fa8c66f90 https://github.com/eXprojects/qstat/commit/3eafcf38d1935812c37e26484d55f027ace8bbbc

We can use a high level lib to parse qstat output and let others handling pointers for us.

illwieckz commented 10 years ago

Good thing for #29

illwieckz commented 9 years ago

See multiplay/qstat#13