Metadata-Version: 2.1
Name: iotanalyzer
Version: 0.0.1
Summary: IoTAnalyzer is an open-source IoT device management toolkit that can help smart home owner, Internet Service Providers (ISPs), and researchers to automatically monitor smart home IoT devices, and analyze potential security and privacy vulnerabilities.
Home-page: https://github.com/gghg1989/IoTAnalyzer
Author: Aaron Feng
Author-email: gghg1989@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pandas (==1.1.2)
Requires-Dist: numpy (==1.19.2)
Requires-Dist: scikit-learn (==0.23.2)

# IoTAnalyzer

IoTAnalyzer is an open-source IoT device management toolkit that can help smart home owner, Internet Service Providers (ISPs), and researchers to automatically monitor smart home IoT devices, and analyze potential security and privacy vulnerabilities.

## Installation

Run the following to install:

```python
pip install iotanalyzer
```

## Usage

### Machine Learning Classifier

```python
from iotanalyzer import classifier

c = classifier
```



