WhoIsHome | A simple network based presence detection system
kandi X-RAY | WhoIsHome Summary
kandi X-RAY | WhoIsHome Summary
WhoIsHome is a PHP library. WhoIsHome has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.
A simple network based presence detection system. It works by using nmap to do a ping sweep of the network every 5 minutes. It matches the MAC address to each device found to a list of known devices and compares the last time it was seen to the current scan time to determine if the device is Home, Away, Online, Offline or Unknown. (Note: Some devices go online/offline a lot to conserve battery power. That is the reason for the 30min window when determining that a device is away.). I have the event on my system set to send an email to the SMS gateway of my service provider to send a text message to my phone. The event can be configured to do just about anything though. Currently I am running this on a PogoPlug v2 E02 and Arch Linux with Apache. I have also tested this on a Windows machine running IIS.
A simple network based presence detection system. It works by using nmap to do a ping sweep of the network every 5 minutes. It matches the MAC address to each device found to a list of known devices and compares the last time it was seen to the current scan time to determine if the device is Home, Away, Online, Offline or Unknown. (Note: Some devices go online/offline a lot to conserve battery power. That is the reason for the 30min window when determining that a device is away.). I have the event on my system set to send an email to the SMS gateway of my service provider to send a text message to my phone. The event can be configured to do just about anything though. Currently I am running this on a PogoPlug v2 E02 and Arch Linux with Apache. I have also tested this on a Windows machine running IIS.
Support
Quality
Security
License
Reuse
Support
WhoIsHome has a low active ecosystem.
It has 20 star(s) with 7 fork(s). There are 3 watchers for this library.
It had no major release in the last 6 months.
There are 1 open issues and 1 have been closed. On average issues are closed in 34 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of WhoIsHome is current.
Quality
WhoIsHome has 0 bugs and 0 code smells.
Security
WhoIsHome has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
WhoIsHome code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
WhoIsHome is licensed under the GPL-3.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
WhoIsHome releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed WhoIsHome and discovered the below as its top functions. This is intended to give you an instant insight into WhoIsHome implemented functionality, and help decide if they suit your requirements.
- Wake up a broadcast address
Get all kandi verified functions for this library.
WhoIsHome Key Features
No Key Features are available at this moment for WhoIsHome.
WhoIsHome Examples and Code Snippets
No Code Snippets are available at this moment for WhoIsHome.
Community Discussions
No Community Discussions are available at this moment for WhoIsHome.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install WhoIsHome
Clone repo to a folder in your web servers document root. Change directory into that folder and issue the following command. Set owner to the user that your web service runs as. Change directory into the "includes" folder and edit the settings in "config.php".
If running on a windows web server, create "bin" folder and put nmap.exe & curl.exe there. Setup a scheduled task to run the following command every 5mins as administrator.
On linux create a file named "WhoIsHome" in /etc/sudoers.d that contains the following line. Change "http" to the user that your web service runs as. Add Cron Job to run cron.php script every 5mins.
If running on a windows web server, create "bin" folder and put nmap.exe & curl.exe there. Setup a scheduled task to run the following command every 5mins as administrator.
On linux create a file named "WhoIsHome" in /etc/sudoers.d that contains the following line. Change "http" to the user that your web service runs as. Add Cron Job to run cron.php script every 5mins.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page