Skip to content

PHANTOM® Web Service

The PHANTOM® Web Service is a WCF service you install on your own Windows Server. Your gateway posts raw sensor data to it, the service writes each message to disk as a JSON file, and its endpoints read that data back.

Choose it over the EI-Analytic™ API when the data must stay on your own infrastructure, or when you want the raw sensor messages rather than processed measurements.

PHANTOM® sensors ──▶ Gateway ──▶ PHANTOM® Web Service ──▶ JSON files on disk
└──▶ your application (HTTP)

The gateway is pointed at your server through the PHANTOM® Manager mobile app, using its Alternate Cloud URL setting.

  • PhantomBigDataBlock is written to by the gateway. Your code should not call it.
  • Everything else reads stored data back, one sensor and one day at a time.

The shipped configuration also enables debug, detailed exception messages and IIS directory browsing. Review those before running it anywhere but a lab.