https://github.com/zimbora/rtls-scanner
program to run locally to update IPs and respective mac addresses
https://github.com/zimbora/rtls-scanner
Last synced: over 1 year ago
JSON representation
program to run locally to update IPs and respective mac addresses
- Host: GitHub
- URL: https://github.com/zimbora/rtls-scanner
- Owner: zimbora
- Created: 2021-12-05T20:46:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T14:15:21.000Z (about 3 years ago)
- Last Synced: 2025-01-13T18:17:58.253Z (over 1 year ago)
- Language: Python
- Size: 9.86 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Network Scanner
Scan network devices and send info to inloc server
## run
>> sudo python3 index.py
## Operation mode
Service uses ssid and bssid to get map id, with inloc cloud help
If map id is found, it will listen for arp requests associating ip address to mac address.
If a new association is detected it will send the new info to the inloc cloud
This association is important on situations that mobile apps cannot get mac address from the device, mainly on iphone devices
## docker
check DockerInstructions file