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

function to add a raspberry pi #43

Open CarterShin opened 2 weeks ago

CarterShin commented 2 weeks ago

add a raspberry pi via the serial number to the user that is logged in

CarterShin commented 2 weeks ago

when adding a raspberry pi, the username should be added with so that when they log back in we can check display their registered devices

lloydcreighton commented 2 weeks ago

Allowed to add a raspberry pi and to register user to raspberry pi API endpoints

lloydcreighton commented 2 weeks ago

Endpoints are /addDevice and /addDeviceToUser respectively