Difference between revisions of "N3uron Notifier"

From Teltonika Networks Wiki
(Created page with "N3uron SMPP Notifier")
 
Line 1: Line 1:
N3uron SMPP Notifier
+
<b>N3uron</b> is a modern and universal IoT platform specializing in data collection.
 +
 
 +
__TOC__
 +
==Introduction==
 +
 
 +
This article contains instructions on how to:
 +
<ul>
 +
<li>Install N3uron software on a windows operating system</li>
 +
<li>Configure SMPP Notifier on N3uron platform (node)</li>
 +
<li>Configure SMPP server on RUT device.</li>
 +
<li></li>
 +
</ul>
 +
 
 +
==Prerequisites==
 +
 
 +
You will need:
 +
 
 +
*A Teltonika device which supports SMPP service and has internet connectivity
 +
*An end device to host a N3uron node
 +
 
 +
==N3uron software installation==
 +
 
 +
This example covers installation process for Windows operating system.
 +
 
 +
<ul>
 +
<li>Visit https://n3uron.com/downloads-software/ and download N3uron software suited for your operating system.</li>
 +
 
 +
[[File:Networking rutos manual n3uron installation 1 v4.png|border|class=tlt-border]]
 +
 
 +
<li>Extract downloaded archive, run the installation file and proceed through installation steps.</li>
 +
 
 +
[[File:Networking rutos manual n3uron installation 2.png|border|class=tlt-border]]
 +
 
 +
<li>After arriving at Select components step, check '''Notifier: Mail (SMTP) and SMS (SMPP) tag event and alaram notifications''' component and press '''Next'''.</li>
 +
 
 +
[[File:Networking rutos manual n3uron installation 3.png|border|class=tlt-border]]
 +
 
 +
<li>Press '''Install''' button and wait for installation process to finish.</li>
 +
 
 +
[[File:Networking rutos manual n3uron installation 4.png|border|class=tlt-border]]
 +
 
 +
<li>After arriving at the final step, keep all boxes checked and hit '''Finish'''.</li>
 +
 
 +
[[File:Networking rutos manual n3uron installation 5.png|border|class=tlt-border]]
 +
</ul>
 +
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.
 +
 
 +
<li>To login, enter default credentials. User - '''admin''', password - '''n3uron'''. Afterwards you will be redirected to N3uron node window.</li>
 +
 
 +
[[File:Networking rutos manual n3uron configuration 1.png|border|class=tlt-border]]
 +
 
 +
<li>Next, navigate to '''Config -> Modules''' and create a new Module. Name it '''Notifier_1'''.</li>
 +
 
 +
[[File:Networking rutos manual n3uron configuration 2.png|border|class=tlt-border]]
 +
 
 +
<li>Near property '''Module type''' select '''Notifier''' value and click '''Save''' at the bottom of the page.</li>
 +
 
 +
[[File:Networking rutos manual n3uron configuration 3.png|border|class=tlt-border]]
 +
 
 +
<li>Now navigate to newly created module and create '''New Message''' in '''Model''' window. Call it '''Message_1'''</li>
 +
 
 +
[[File:Networking rutos manual n3uron configuration 4.png|border|class=tlt-border]]
 +
 
 +
<li>Next, at the '''Notifiers''' property click on [[File:Networking rutos manual n3uron configuration 3 dots.png]]. Add a '''New SMPPNotifier''' and call it '''SMPP_Notifier_1'''.</li>
 +
 
 +
[[File:Networking rutos manual n3uron configuration 5.png|border|class=tlt-border]]
 +
<br>
 +
<li>Let's configure '''SMPP_Notifier_1'''. Main changes are described below.</li>
 +
 
 +
# '''Enabled''' - enable the notifier by selecting '''Yes''' value.
 +
# '''Host''' - host of the SMPP server. In this case it will be RUT (public or private) IP address.
 +
# '''Port''' - port that will be used by the SMPP server. Default value is 2775.
 +
# '''System ID''' - this property specifies the username for SMPP server authentication.
 +
# '''Password''' - password used for SMPP server authentication.
 +
# '''Destinatary''' - enter cell phone number of the recipient.
 +
# '''Body''' - this body permits to include a text in the message.
 +
 
 +
Apply changes by pressing [[File:Networking rutos manual n3uron configuration button save.png]] button.
 +
</ul>
 +
 
 +
[[File:Networking rutos manual n3uron configuration 6 v2.png|border|class=tlt-border]]
 +
 
 +
The final step is to add a '''trigger''' for SMPP Notifier. For simplicity a periodic trigger is configured.
 +
 
 +
<li>Add '''New Periodic''' trigger. Name it '''Periodic_1'''.</li>
 +
 
 +
[[File:Networking rutos manual n3uron configuration 7.png|border|class=tlt-border]]
 +
 
 +
# Set '''Scan rate''' to desired period in milliseconds. Default value can be used.
 +
# Change '''Type''' to '''Fixed interval'''.
 +
 
 +
[[File:Networking rutos manual n3uron configuration 8.png|border|class=tlt-border]]
 +
 
 +
N3uron SMPP Notifier will now send messages to SMPP server.
 +
 
 +
==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 internet connectivity'''.
 +
 
 +
<li>Navigate to '''Services -> Package manager''' and install '''SMPP''' service.</li>
 +
 
 +
[[File:Networking rutos manual smpp installation 1.png|border|class=tlt-border]]
 +
 
 +
<li>SMPP configuration can be found in '''Services -> Mobile utilities -> SMS gateway -> SMPP'''. Values must match the ones set in N3uron SMPP Notifier.</li>
 +
 
 +
# Enable SMPP service.
 +
# '''Username''' as in N3uron SMPP Notifier's '''System ID'''.
 +
# '''Password''' as in N3uron SMPP Notifier's '''Password'''.
 +
# '''Server port''' as in N3uron SMPP Notifier's '''Port'''.
 +
# '''Modem''' - modem used to send SMS to the recipient.*
 +
 
 +
* - '''''Modem''' option is available only on RUTX12 device.''

Revision as of 09:49, 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 internet 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.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.

    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.

    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 internet connectivity.

  • Navigate to Services -> Package manager and install SMPP service.
  • Networking rutos manual smpp installation 1.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.