Pocket Connector
Introduction
The Pocket Connector is one of the agents that controls communications with the outside world. It is specifically designed to handle all communication between the database and the PocketApps.
In and on itself, the Pocket Connector does not do much, but is needed to connect PocketApps to the system.
Communication developer
Information is communicated between the PocketApp and its Connector using XML over an HTTP POST interface. Be default the Connector listens on all IP addresses, on port 8080.
When listening to IP 0.0.0.0 (default), it needs administrator privileges.
All received messages will be XML-parsed and checked against an XMLSchema. The schemas can be found in the Sapphire Runtime/schemas
folder.
INI settings
section | name | value | description |
---|---|---|---|
general | loglevel |
| What messages should be logged |
general | logbuffer | (integer) | Length of the buffer on screen |
objectinfo | article | (query) | The query to run when an object of type |
objectinfo | carrier | (query) | Idem, for |
objectinfo | location | (query) | Idem, for |