Sponsored Content
Full Discussion: Send SMS to mobile
Top Forums UNIX for Advanced & Expert Users Send SMS to mobile Post 303044476 by Neo on Monday 24th of February 2020 01:48:28 AM
Old 02-24-2020
Update:

I have been doing a lot of Device / Server <--> MQTT <--> Node-RED <--> Device / Server / Mobile Phone recently.

In that work, I trying using a number of SMS gateway services; and all worked "slow" and delivered alerts between 1 and 2 minutes after the server sends the alert. Furthermore, their customer agreements (for example nexmo) say "up to 24 hours" to deliver an SMS message.

So, I switch gears and switched to sending messages using Telegram, and it works almost instantly.

Code:
Device / Server  <--> MQTT <--> Node-RED <--> Telegram <--> Device / Server / Mobile Phone

The Telegram module for Node-RED works well, although it can be a bit tricky to set up the first time (getting the chatid can be confusing); but after a short learning curve, this is a great combo:
  • Linux server Sends MQTT messages to MQTT broker.
  • Node-RED listens for MQTT topic.
  • Node-RED processes MQTT topic when received; and then,
  • Node-RED sends alert or message via Telegram to mobile phone.

This works well, and is FREE (except for your standard Internet fees, so it is no additional costs for most people).
This User Gave Thanks to Neo For This Post:
 

6 More Discussions You Might Find Interesting

1. Programming

can anyone send sms application

actually i need this sms application ,to gain some knowledge in linux platform. (1 Reply)
Discussion started by: parvathy
1 Replies

2. IP Networking

Send SMS from PC to mobile phones

Hi All, Can any expert provide me a guide on how i can send SMS from pc to mobile phone using VBA or some other language ? I am a newbie in networking. (1 Reply)
Discussion started by: Raynon
1 Replies

3. UNIX for Advanced & Expert Users

Script which will run every 10minutes and Send SMS to mobile

Hello Genuis guys, I am running Aix5 and Oracle 9 on it. I have sql query which only count a particular rows. I need to prepare a script which will run that sql query every 10 minutes and if the ouput count is greate than 20. It will send SMS to mobile numbers. Need your kind help to... (8 Replies)
Discussion started by: thepurple
8 Replies

4. Shell Programming and Scripting

Bash script to send SMS

Hey guys I was wondering how to go about creating a bash script to send SMS..any ideas are appreciated.. (2 Replies)
Discussion started by: blackzeus
2 Replies

5. UNIX for Dummies Questions & Answers

Need to set up UNIX script to send sms on mobile

Hi All, Can anyone please help in setting up Unix script for sending text messages on mobile?? Actually scenario is we want notification when there is any failures in our processes or if any service goes down we must be notified by a text message on our mobile, we already have email... (3 Replies)
Discussion started by: NikhilM
3 Replies

6. AIX

send SMS via curl

I need from aix to send an SMS, you know if the command curl serves me (3 Replies)
Discussion started by: tricampeon81
3 Replies
mip6mod(7)						 Miscellaneous Information Manual						mip6mod(7)

NAME
mip6mod - Mobile IPv6 STREAMS Module SYNOPSIS
Use the mip6admin utility to start, stop, configure, and manage (see for details). User applications should not use directly. DESCRIPTION
a kernel-resident STREAMS module for Mobile IPv6, implements the Correspondent Node and Home Agent functionality. The STREAMS moudle is responsible for processing and generating all Mobile IPv6 Mobility Header messages: Binding Update (BU), Binding Acknowledgement (BA), Binding Refresh Request (BRR), Binding Error (BE), Home Test Init (HoTI), Care-of Test Init (CoTI), Home Test (HoT), Care-of Test (CoT). The following Mobile IPv6 ICMPv6 messages are handled by the IPv6 Router Advertisement Daemon, Mobile Prefix Solicitation/Advertisement (MPS/MPA), Dynamic Home Agent Discovery Request/Reply (DHAAD Request/Reply). When the system is configured as a Correspondent Node, supports Route Optimization using the Return Routability Procedure. During the Return Routability Procedure, the Correspondent Node and the Mobile Node exchange HoTI/HoT and CoTI/CoT messages in order to establish a binding management key (Kbm) for authenticating the BU and BA messages. You can configure to send out BRR messages when the remaining lifetime of the binding entry drops below the system-configured BRR threshhold value (see for details) When the system is configured as a Home Agent, the IPv6 Router Advertisement Daemon ( ) must alos be running on the system to provide home link prefix information to Multiple home links are supported if the correct home link prefixes are configured on each home link interface. On a Home Agent, IPsec is used to proctect the signalling messages (i.e. BU, BA, HoTI, HoT, MPS, and MPA) between the Mobile Node and the Home Agent. If IPsec ESP is used, the Alternate Care-of Address option must be included within the BU message as the ESP protocol will not be able to protect the Care-of Address (i.e. source address) in the IPv6 header. For troubleshooting purpose, IPsec authentication can be turned off on via to allow Home Agent to accept plain BU messages from the Mobile Node without out IPsec AH or ESP protection. You can configure to include Binding Refresh Advice (BRA) option within the Binding Acknowledgement from the Home Agent when the remaining lifetime of the binding entry drops below the system-configured BRA interval value (see for details). For better performance on high-end systems, multiple instances of can be configured to run on the system processing Mobility Header mes- sages in parallel (see for details). For diagnostics purposes, supports five different levels of diagnostic message logging (i.e. ALERT, ERROR, WARN, INFO, and DEBUG) via the standard mechanism. By default, the system is configured to log at ERROR level. NOTE
provides Mobile IPv6 server functionality (i.e. Home Agent and Correspondent Node). does not provide Mobile Node functionality which is not required on server. AUTHOR
was developed by HP. SEE ALSO
mip6admin(1M), mip6config(1M), rtradvd(1M), syslog(3C) IETF Document Mobility Support in IPv6 IETF Document Using IPsec to Protect Mobile IPv6 Signaling between Mobile Nodes and Home Agents mip6mod(7)
All times are GMT -4. The time now is 07:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy