You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 31 Next »

Introduction

Application servers can communicate with the Nx70 via the MQTT protocol.

The MQTT access can be configured via the:

  • Web-interface
  • Auto-provisioning

You can connect using:

  • Pre-shared key (PSK) using port 8884
  • Certificates using port 8885


Configuration

In the Nx70 web-interface go to: SETTINGS - Online services - Application servers


FAQ Nx70 - Application servers


Create an Account for an Application server

You now can create an application server access.

  • Id: id for external clients are: "as1", "as2" ...
  • Application server name (username) (At least one character is needed)
  • Password (has to be at least 32 characters using hexadecimal digits only: 0 1 2 3 4 5 6 7 8 9 a b c d e f A B C D E F)

FAQ Nx70 - Application servers


Create an account via auto-provisioning

<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="e2">

<nvm>

<oper name="set_external_client">

<param name="Username" value="as1" />
<param name="Password" value="123456789012345678901234567890aB" />

</oper>

</nvm>
</provisioning>

  • No labels