Difference between revisions of "N3uron Notifier"

From Teltonika Networks Wiki
m (Tomas moved page Draft:N3uron Notifier to N3uron Notifier without leaving a redirect)
m (Protected "N3uron Notifier" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(No difference)

Revision as of 16:16, 16 June 2022

Main Page > General Information > Configuration Examples > Third party services > IoT platforms > N3uron Notifier

N3uron is a modern and universal IoT platform specializing in data collection.

Introduction

This article contains instructions on how to:

  • Install N3uron software on a windows operating system
  • Configure SMPP Notifier on N3uron platform (node)
  • Configure SMPP server on RUT device

Prerequisites

You will need:

  • A Teltonika device which supports SMPP service and has mobile data connectivity
  • An end device to host a N3uron node

N3uron software installation

This example covers installation process for Windows operating system.

  • Visit https://n3uron.com/downloads-software/ and download N3uron software suited for your operating system.
  • Networking rutos manual n3uron installation 1 v4.png
  • Extract downloaded archive, run the installation file and proceed through installation steps.
  • Networking rutos manual n3uron installation 2.png
  • After arriving at Select components step, check Notifier: Mail (SMTP) and SMS (SMPP) tag event and alaram notifications component and press Next.
  • Networking rutos manual n3uron installation 3.png
  • Press Install button and wait for installation process to finish.
  • Networking rutos manual n3uron installation 4.png
  • After arriving at the final step, keep all boxes checked and hit Finish.
  • Networking rutos manual n3uron installation 5.png

If everything was done correctly you should have N3uron service running. You should also have N3uron node login web page in front of you.

N3uron SMPP Notifier configuration

N3uron node is managed through web interface by visiting http://localhost:8003 or https://localhost:8443/ URLs.

  • To login, enter default credentials. User - admin, password - n3uron. Afterwards you will be redirected to N3uron node window.
  • Networking rutos manual n3uron configuration 1 v2.png

  • Next, navigate to Config -> Modules and create a new Module. Name it Notifier_1.
  • Networking rutos manual n3uron configuration 2.png

  • Near property Module type select Notifier value and click Save at the bottom of the page.
  • Networking rutos manual n3uron configuration 3.png

  • Now navigate to newly created module and create New Message in Model window. Call it Message_1
  • Networking rutos manual n3uron configuration 4.png

  • Next, at the Notifiers property click on Networking rutos manual n3uron configuration 3 dots.png. Add a New SMPPNotifier and call it SMPP_Notifier_1.
  • Networking rutos manual n3uron configuration 5.png

  • Let's configure SMPP_Notifier_1. Main changes are described below.
    1. Enabled - enable the notifier by selecting Yes value.
    2. Host - host of the SMPP server. In this case it will be RUT (public or private) IP address.
    3. Port - port that will be used by the SMPP server. Default value is 2775.
    4. System ID - this property specifies the username for SMPP server authentication.
    5. Password - password used for SMPP server authentication.
    6. Destinatary - enter cell phone number of the recipient.
    7. Body - this body permits to include a text in the message. For this example N3uron test is used.

    Apply changes by pressing Networking rutos manual n3uron configuration button save.png button.

    Networking rutos manual n3uron configuration 6 v2.png

    The final step is to add a trigger for SMPP Notifier. For simplicity a periodic trigger is configured.

  • Add New Periodic trigger. Name it Periodic_1.
  • Networking rutos manual n3uron configuration 7.png

    1. Set Scan rate to desired period in milliseconds. Default value can be used.
    2. Change Type to Fixed interval.

    Networking rutos manual n3uron configuration 8.png
    N3uron SMPP Notifier will now send messages to SMPP server.
    Note: Since we are using trial (demo) license for N3uron's Notifier there is a time limit of two hours. Upon expiration , module will automatically stop running. This period can be reset by restarting the expired module (in this case - N3uron Notifier). The demo period may be restarted any number of times. Networking rutos manual n3uron notes 2.png

    SMPP server configuration on RUT device

    In this configuration example device RUTX12 is used.

    To begin configuring SMPP server, login to your RUT device. Also, make sure device has mobile data connectivity for SMPP service to work.

  • Navigate to Services -> Package manager and install SMPP service.
  • Networking rutos manual smpp installation 1 v3.png

  • SMPP configuration can be found in Services -> Mobile utilities -> SMS gateway -> SMPP. Values must match the ones set in N3uron SMPP Notifier.
    1. Enable SMPP service.
    2. Username as in N3uron SMPP Notifier's System ID.
    3. Password as in N3uron SMPP Notifier's Password.
    4. Server port as in N3uron SMPP Notifier's Port.
    5. Modem - modem used to send SMS to the recipient.*
    • - Modem option is available only on RUTX12 device.

    Networking rutos manual smpp installation 2.png
    At this point SMPP server is configured and recipient should receive an SMS with a body set in N3uron SMPP Notifier. In order to stop receiving messages simply disable the SMPP server on RUT device.