Skip to main content

Configuring the Network Interface Converter

In this step, we deploy the Node-RED flow to connect your third-party network server to ThingPark Location.
We use the source code of TTN integration as an example. You can find the source code of other network servers such as Senet, Kerlink, Loriot: here.

Before you begin

You need the ThingPark X Location Engine token you have copied in Getting the token.

  1. Open the Node-RED flow manager application.
    img

  2. Click the menu icon on the top-right (with three horizontal bars) and select Import. img

  3. In the Clipboard area in the middle, paste the source code of the network server you want to integrate and click Import. img

  4. In the diagram that displays:

    • Double-click the Send_UL to Location Solver node.

    • In the Properties tab:

  5. Copy the Access Key in TTN Console. The Access Key will be needed in the next step for ThingPark X Location Engine to be able to send downlinks. img

  6. If you use the TTN network server, double-click the TTN DL Interface node and edit the code that displays so that the msg.key =”...” is defining the TTN access key. Then click Done.
    img

  7. Click Deploy on top of the screen.
    If you are requested to log in, click the user icon on the top right of the screen and enter your Node-RED credentials you have created earlier.