bytedreamer / Aporta

Aporta is an open source physical access controller. The main purpose of the software is to secure doors from unauthorized access. This is accomplished by determining if a person is authorized to enter a door. The door is unlocked momentarily by the software when authorized credential are presented.
Eclipse Public License 2.0
53 stars 6 forks source link

Idea: Support for 4G/Out of Band connectivity #3

Open jraynes opened 3 years ago

jraynes commented 3 years ago

A common feature in many modern burglar alarm systems is 4G connectivity. Because if you lose your primary connection, either due to power loss or an upstream fiber cut you won't receive any alerts from your panel, nor will you be able to manage it remotely. Cellular networks on the other hand very rarely go down.

New low bandwidth cellular technologies like NB-IoT and LTE Cat-M allows connectivity to be added inexpensively. With a module I bought off Aliexpress and a prepaid SIM card I have a backup connection for only a few dollars a month. Even better these modules can send out text messages directly with a few AT commands.

I think this would be a useful feature.

mistial-dev commented 3 years ago

Another option, depending on where one is, would be something like LoRA and The Things Network.

rsgmodelworks commented 12 months ago

I concur these are interesting questions. 4g connectivity provides tcp/ip I believe. So one could run OSDP over TCP/IP using a cell modem and get the fallback capability you suggest. LoRA and other creatures do not AFAIK directly provide a connection mechanism. I think you would have to use the "OSDP Data Model" on top of other mechanisms.