Recent

Author Topic: Sending alerts from a fixed IP to a mobile phone  (Read 365 times)

jollytall

  • Sr. Member
  • ****
  • Posts: 376
Sending alerts from a fixed IP to a mobile phone
« on: October 24, 2024, 04:22:53 pm »
I have an application running on a server with fixed IP. Every now and then I want to send alerts to my mobile phone. Options I considered:
- Send e-mail: This one works well, but not alerting enough (or all my spam e-mails would alert me at night).
- Use Skype to call. As far as I could find there is no Skype API available, especially not one with no GUI.
- Use some central services to send SMS or even to voice call to a public telephone number. I found many services like that with subscription, cost, and a whole large infrastructure.
- I would be happy with a very small mobile App that logs in to my server directly and waits for an Alert. Theoretically I could write it, but would prefer a ready app. Is there any simple mobile app that does not do anything else than just logs in to a server and makes noise when it gets an alert? And of course one, where the server side is either easy to write (some socket handling) or where there is a Pascal API.

Any other, better idea?

MarkMLl

  • Hero Member
  • *****
  • Posts: 8104
Re: Sending alerts from a fixed IP to a mobile phone
« Reply #1 on: October 24, 2024, 04:30:35 pm »
Use a GSM modem with a minimal-cost account to a telecoms provider. I've used Siemens modules for this in the past, and sending an SMS was basically a Hayes-style command.

MarkMLl
MT+86 & Turbo Pascal v1 on CCP/M-86, multitasking with LAN & graphics in 128Kb.
Logitech, TopSpeed & FTL Modula-2 on bare metal (Z80, '286 protected mode).
Pet hate: people who boast about the size and sophistication of their computer.
GitHub repositories: https://github.com/MarkMLl?tab=repositories

delphius

  • Jr. Member
  • **
  • Posts: 77
fpmtls - ssl/tls 1.3 implementation in pure pascal
fpmailsend - sending a simple email message
pascal-webui - use web browser as gui and fpc as backend

 

TinyPortal © 2005-2018