Use Your Private Server

Use Your Private Server

Optionally, you can use your private server to host the configuration files (PDB(s) and app.json).

To achieve that, you just need to configure theNAOServicesConfig class as follows:

NAOServicesConfig.setRootURL("YOUR_SERVER_URL");

This class will be used by all the SDK Services.

  • Copy app.json to url : YOUR_SERVER_URL/<API Key>/app.json
  • Copy PDB file(s) (<site_id>.jscx) to url : YOUR_SERVER_URL/<API Key>/<site_id>.jscx

Warning: private server can only be used to store PDB(s) and app.json. The analytics and beacon status data will be uploaded to NAO Cloud as usual.

 

If you want to download the latest PDB(s)/app.json file directly from your server, you can use the following URLs:

    • Related Articles

    • Use Your Private Server

      Optionally, you can use your private server to host the configuration files (PDB(s) and app.json). To achieve that, you just need to configure theNAOServicesConfig class as follows: [NAOServicesConfig setRootUrl("YOUR_SERVER_URL")]; This class will ...
    • Self-hosted integration

      This page describes how to configure NAO Logger and NAO SDK when using the NAO Server default installation parameters. In the .env file in the self-hosted install folders you used to deploy NAO Server, the server IP and port information are defined ...
    • Connection and authentication

      Please use the following information to connect to our Cloud MQTT broker: Host : iot.nao-cloud.com Port : 8883 Protocol: MQTTS (TLS v1.2) Client ID: can be empty or random string Amazon Root CA: https://www.amazontrust.com/repository/ Keep alive: 60s ...
    • Issue reporting

      1 Report an issue By default, the SDK logs and stacks traces of the integration calls in the phone’s internal storage. These logs are useful to troubleshoot the integration issues. 1.1 Enable the debug mode However, in addition to this default logs, ...
    • Android

      NAOMAPSDK is a mobile map tool that allows developers to integrate indoor maps into Android and iOS applications using map data from NAO Cloud. This SDK simplifies the process of adding indoor mapping functionality to mobile apps, making it easier ...