Description

For our final project, we worked on making a ‘translation device’ with the intention of connecting to an API and translating the resulting JSON response. For my translation device, I decided to connect to WIGLE api, a ‘wardriving’ api that hosts information on publicly discoverable networks. WIGLE is a website that hosts wardriving or network scanning data that has been uploaded by the public. I wanted to create an interface in p5js that allowed my user to use that publicly available data, to find if they know a network that has been scanned and uploaded. I wanted to let my user search by SSID(the name of the network) or BSSID( the mac address of the router) and respond with the number of similar networks, if any, that were hosted on Wigle’s database.