CroatianMeteorNetwork / RMS

RPi Meteor Station
https://globalmeteornetwork.org/
GNU General Public License v3.0
169 stars 47 forks source link

Create CamManager.py #284

Closed satmonkey closed 2 months ago

satmonkey commented 2 months ago

This tool allows to quickly discover all visible XMeye cameras, no matter which IP address is set. Subsequently, it is possible to change the IP address to the desired one. No additional module to the standard RMS installation is needed. In case of missing GUI, cmdline version is available by using '-n' switch (testers welcome). Only the wired interface is used, the name should be recognized automatically. In short, it utilizes the UDP multicast broadcast feature built-in the XM cameras, and widely used in their VMS (CMS) tool. It has been successfully tested on the directly attached cameras, the cameras attached via unmanaged switch and via the router with wifi/lan bridge. The tool was created by patching the code which originally comes from: https://github.com/OpenIPC/python-dvr/blob/master/DeviceManager.py

satmonkey commented 2 months ago

image