Computer-Networks-Project

Identifies type of device connected in Bluetooth network.

Python script uses hcitool con UNIX terminal command to fetch the MAC address of any Bluetooth device connected to the computer.
The MAC address is then input to an API to get the company name and company address of the connected device manufacturer.
The details are written to output.txt and displayed on the webpage accordingly.

Output Screenshots (laptop connected to boAt wireless earphones)

image image

Note: The following command must be run beforehand:
pip install maclookup
Must be run on Linux OS

Steps to execute:
1. Run python3 main.py in project directory
2. Open webpage to view the details


Made by Udeet Mittal & Pradyumn Kamath
CSE 5th sem CN mini-project