Interactions-HSG / IMP-Hypermedia-in-MicroWatts

0 stars 0 forks source link

Possible way to enable switching of Workspaces for Sensing Agents #9

Open KaiTries opened 1 month ago

KaiTries commented 1 month ago

If we hardcode the workspace name into the Sensing agent we will not be able to move the agent without recompiling. This could be fixed by having a fixed endpoint on the sensing agent through which their belief could be updated. This would be done through a Room Manager that has a mapping of each Agent and his room. Adjusting the room in the Room manager will trigger the room manager to update the sensing agent through the dedicated endpoint once he becomes available again. This again will trigger the embedded agent to leave his current workspace and join the new one as well as changing within the OrgManager

nikokelx commented 1 month ago

Thoughts:

KaiTries commented 1 month ago

Solution should be implemented through BLE Beacons to remove need for human interference