Non omlox™ certified RTLS
You would need to develop a software adapter that receives location data from the RTLS system, creates Location Updates according to the omlox™ specification, and sends them to the DeepHub® via the REST API. The adapter needs to be deployed somewhere where access to both the RTLS and the DeepHub® is possible. If the RTLS is not sending data in WGS84 coordinate system, you also need to create a matching Zone in the DeepHub® and use the Zone ID as the source in the Location Updates.
omlox™ certified RTLS
Your system should be able to send Location Updates directly to the DeepHub®. You need to provide instructions for the user to configure the DeepHub® URL and credentials in the RTLS. You should also provide instructions on how to create a correct Zone configuration for your RTLS if it is not sending data in WGS84 and how to configure the Zone ID in the RTLS.
Non omlox™ certified Consumer
You need to develop a software adapter that receives data (Location Updates, Fence Events, etc. - whatever needed) from the DeepHub® via REST API or by subscribing to WebSockets, transforms the data, and forwards it to the consumer application as needed. The adapter needs to be deployed somewhere where access to both the DeepHub® and the consumer application is possible.
omlox™ certified Consumer
Your consumer should be able to receive data (Location Updates, Fence Events, etc. - whatever needed) from the DeepHub®, either via REST API or by subscribing to WebSockets. You need to provide Instructions for the user to configure the DeepHub® URL and credentials in your application.