nyu-mlab / iot-inspector-client

IoT Inspector: capturing and analyzing your smart home network traffic
https://inspector.engineering.nyu.edu/
MIT License
410 stars 64 forks source link

Add tcp banner ssdp mdns (new version) #210

Open FlyTweety opened 9 months ago

FlyTweety commented 9 months ago
  1. Change method names and the position of comments to follow basic python conventions
  2. Break down looooong methods
  3. Remove object oriented patterns
  4. Change some variable names to make it more clear
  5. Remove extra spaces

Because I don't have any mDNS devices in my home, I can only partly test dnssd scan on raspberry. (The scan can run successfully and get expected results, but the "store_data_to_database" cannot be tested)