adalsa91 / tfg

GNU General Public License v3.0
0 stars 1 forks source link

Create structures to store detected wifi devices #8

Closed adalsa91 closed 7 years ago

adalsa91 commented 7 years ago

The structure must store a hash value (MAC address) and time of detection. Maybe a good option can be to use std map and use hash as a key, and time as a value.