nyu-mlab / iot-inspector-client

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

Generate mock devices and traffic incrementally #138

Closed crazyideas21 closed 2 years ago

crazyideas21 commented 2 years ago

The python driver should incrementally generate new devices and traffic -- just like in the real deployment.

Right now, it generates 30 devices at once, and then their traffic incrementally -- which is not realistic.

crazyideas21 commented 2 years ago

New feature in the mock data generation script: It generates...

/cc: @cdnicoll