Search found 11 matches

by Autonomous
Thu Jan 26, 2023 12:59 am
Forum: Mobile Apps and Event Server
Topic: nodejs code to enable zmNinga to establish a ngrok connection - generated by codex!
Replies: 6
Views: 1838

Re: nodejs code to enable zmNinga to establish a ngrok connection - generated by codex!

Hey that is really cool.Create a PR and we will look at merging it.
Will do, thanks!
by Autonomous
Tue Jan 24, 2023 7:31 am
Forum: Mobile Apps and Event Server
Topic: nodejs code to enable zmNinga to establish a ngrok connection - generated by codex!
Replies: 6
Views: 1838

Re: nodejs code to enable zmNinga to establish a ngrok connection - generated by codex!

The create ssh/ngrok tunnel code has been added to a fork of the zmNinja app. A third zmNinja connection type option was added to options called "use ssh tunnel", where you can specify parameters to establish a ssh connection to a router or directly to a server via ngrok. The normal userna...
by Autonomous
Sat Jan 21, 2023 2:34 am
Forum: User Contributions
Topic: Instant notification on alarm + machine learning object detection
Replies: 35
Views: 75790

Re: Instant notification on alarm + machine learning object detection

I just published a new release. See: https://github.com/montagdude/zoneminder-notifier/releases/tag/0.2 New in this release: 4 object detection models included: Darknet (Yolo V4), SSD MobileNet V3, SSD Inception V2, and Histograms of Oriented Gradients Regarding running object detection on hardware...
by Autonomous
Sun Jan 15, 2023 10:29 pm
Forum: Mobile Apps and Event Server
Topic: nodejs code to enable zmNinga to establish a ngrok connection - generated by codex!
Replies: 6
Views: 1838

Re: nodejs code to enable zmNinga to establish a ngrok connection - generated by codex!

It took several iterations of rewriting the instructions for codex then the resulting code needed a little reworking in a few key areas. But it generated 98% of the code correctly. Here is a functional version of nodejs establishing ssh tunneling with port forwards via ngrok. I am currently watching...
by Autonomous
Sun Jan 15, 2023 12:11 am
Forum: Mobile Apps and Event Server
Topic: nodejs code to enable zmNinga to establish a ngrok connection - generated by codex!
Replies: 6
Views: 1838

nodejs code to enable zmNinga to establish a ngrok connection - generated by codex!

So this is really trippy - I don't know if people are familiar with openai and it's code generation capabilities. After writing a simple python script to establish a ngrok connection, I pasted the code into openai and asked it to review my code. It seemed to like my code but suggested using a more r...
by Autonomous
Thu Jan 12, 2023 1:19 am
Forum: Mobile Apps and Event Server
Topic: zmNinja connection via ngrok with script for setting up a ngrok connection
Replies: 0
Views: 7406

zmNinja connection via ngrok with script for setting up a ngrok connection

With zmNinja it is possible to tunnel into a ZM server on android with ngrok running on termux with ssh local port forwarding. It works great, however with free ngrok accounts you need to constantly obtain the latest hostport. It can be a pain to setup a ngrok connection on your phone manually so I ...
by Autonomous
Mon Jan 09, 2023 11:44 pm
Forum: User Contributions
Topic: Instant notification on alarm + machine learning object detection
Replies: 35
Views: 75790

Re: Instant notification on alarm + machine learning object detection

I modded pushapi_pushover.py to function as the hook end event. This script checks for "person" in event notes generated by objdetect and sends a notification immediately via pushover. The issue with push event processing is that DetectionJson isn't provided as a parameter to the notificat...
by Autonomous
Sat Dec 31, 2022 10:32 pm
Forum: User Contributions
Topic: ZM on Android/Termux
Replies: 3
Views: 6534

Re: ZM on Android/Termux

Hi, nice to meet you iconnor and thanks for all your work in developing ZM! I have ZM running on multiple phones on Termux. Here are a few notes on this Termux distribution: There is currently only an Ubuntu tarbar for Termux running on aarch64. Other phones such as amd64 would need to have ZM reins...
by Autonomous
Wed Dec 28, 2022 10:19 pm
Forum: User Contributions
Topic: ZM on Android/Termux
Replies: 3
Views: 6534

ZM on Android/Termux

Hello - I just finished porting ZM Server and ZMEventnotifications to Termux running on a non-rooted Android phone. The purpose was to deploy a surveillance network in a location that only has access to mobile networks and to combine the functions of a mobile hotspot and stand-alone linux computer o...
by Autonomous
Wed Dec 28, 2022 9:48 pm
Forum: ZoneMinder Distributions
Topic: Android/Termux ZoneMinder Event Server
Replies: 0
Views: 12596

Android/Termux ZoneMinder Event Server

Hello - I just finished porting ZM Server and ZMEventnotifications to Termux running on a non-rooted Android phone. The purpose was to deploy a surveillance network in a location that only has access to mobile networks and to combine the functions of a mobile hotspot and stand-alone linux computer o...