MotionDetection_Based_IP-Pinger

所属分类:Websocket编程
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2024-04-15 15:59:26
上 传 者sh-1993
说明:  This project utilizes webcam motion detection to trigger actions on a computer. When motion is detected, it opens a PowerPoint presentation in full-screen mode and pings different groups of IP addresses using WebSocket connections.

文件列表:
Main_Ping.py
ping_listener.py
requirements.txt

# Motion Detection and IP Ping Project This project uses a webcam to detect motion. When motion is detected, it opens a PowerPoint presentation in full-screen mode and asynchronously pings different groups of IP addresses using WebSocket connections. ## Features - Motion detection using webcam - Opening PowerPoint presentation in full-screen mode - Asynchronous pinging of IP addresses - WebSocket server-client communication ## Setup 1. Clone the repository: ```bash git clone https://github.com/your-username/motion-detection-project.git ``` 2. Install the required dependencies: ```bash pip install -r requirements.txt ``` 3. Run the main script: ```bash python main.py ``` ## Configuration - Modify the `ip_groups` list in `main.py` to specify the IP addresses to ping. ## Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. ## License [MIT](https://choosealicense.com/licenses/mit/)

近期下载者

相关文件


收藏者