KurZ0n

A simple NTFY script for Amiga: AmiNTFY

Greetings,

I am a frequent user of the NTFY.sh service. I have a self-hosted NTFY server, and my devices at home handle their messaging through this server. If you do not want to go the self-hosted route, you can do the same thing via public servers at https://ntfy.sh.

The logic of the system is simple. When a message carried with an HTTP or HTTPS packet arrives at the distribution point, this message is broadcast from here to other "listener" devices. Very simple but functional.

Since the system is simple and based on the HTTP(s) standard, I thought, "Why not integrate this system into Amiga as well?" and I came up with this Arexx script called AmiNTFY. The only thing this simple script does is take the server and topic information from the config file in .txt format and send the message it receives from you to the ntfy server via curl. I tested it on my Amiga500+ with AmigaOS3.2, and it worked great. Since the system includes basic Arexx commands, it should theoretically work on all Amigas with OS3.0 and higher.

amintfy

You can download it from Aminet. Please do not forget to share your comments!