GPTEST.EXE

This application is used to as a test server for interfaces like inventory or room status interface.

This is a command line application which must be run as Administrator.

Argument Description
-hShow full help.
-pStart a HTTP server on the port specified. (required). Server will always respond with 200 OK.
-rawStart a raw socket server rather than an HTTP server.
-isiPerform a test inventory post to the specified server.
-rsiPerform a test room status post to the specified server.

Press CTRL + C to exit.

In this example you see it running on port 8080 along with a HTTP POST JSON formatted inventory packet.

  • Last modified: 2023/01/07 11:45
  • by 127.0.0.1