Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cb-314/scapy-rssi
Example of how to read RSSI values from wifi packaged using Scapy
https://github.com/cb-314/scapy-rssi
Last synced: 26 days ago
JSON representation
Example of how to read RSSI values from wifi packaged using Scapy
- Host: GitHub
- URL: https://github.com/cb-314/scapy-rssi
- Owner: cb-314
- License: bsd-2-clause
- Created: 2014-07-29T08:24:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T21:59:52.000Z (over 4 years ago)
- Last Synced: 2024-05-18T20:36:52.728Z (7 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 20
- Watchers: 4
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **14**星
README
scapy-rssi
==========Example of how to read RSSI values from wifi packages using Scapy. If you're only interested in how to extract the RSSI values from the packets, have a look at the parsePacket() method.