COS301-SE-2024 / IoT-DIRfram

This project aims to develop software for a Raspberry Pi that automatically executes when connected via USB or UART to retrieve information from an IoT device. The software will gather details such as firmware version, chip model, and voltage usage, compiling them into an XML format.
0 stars 0 forks source link

users view own, registered devices #45

Open CarterShin opened 1 month ago

CarterShin commented 1 month ago

users should only be able to view the devices that are connected to them via username. cookies are already set up so we just extract the username from there and do a cross check in the database to see which devices are reg to them

lloydcreighton commented 1 month ago

/devicesForUser API endpoint made for this sake