HTTP Service Output

  1. This feature outputs XML, JSON or TXT feed, which can be accessed from another computer in local network or even from public network.
  2. Make sure you dont use field names with spaces or field names that start with digits, they are not allowed for XML output. For example, 'Score Home' will not work, you must use “ScoreHome”

To access the feed, you have to use one of the respective URLs:

http://ip_address:port/results.xml
http://ip_address:port/results.json
http://ip_address:port/results.txt

Here is an example the content of the XML response:

<?xml version="1.0"?>
<root>
    <clock>1:30</clock>
    <shot_clock>10</shot_clock>
</root>