Skip to content

A python script to manage and dispatch SIA-IP messages originated from security systems

Notifications You must be signed in to change notification settings

dariogomez/alarmreceiversia

 
 

Repository files navigation

alarmreceiversia

A python script to manage and dispatch SIA-IP messages originated from security systems

## Requiered packs

pip install requests pycryptodome

config file

In /etc/alarmReceiver.conf

[DEFAULT]
telegram_message_url = https://api.telegram.org/botXXXXX:XXXX/sendMessage?chat_id=-XXXXX
server_port = 5002

post_send = True
post_send_url = http://127.0.0.1:8000/post/

About

A python script to manage and dispatch SIA-IP messages originated from security systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Other 0.1%