1# Introduction to Distributed Service Kit 2 3Distributed Service Kit implements distributed device management, distributed hardware management, and distributed keyboard and mouse traversal. 4 5Distributed services are underpinned by distributed device management, which involves discovering and authenticating nearby devices, querying device information, and listening for device status. That is, distributed services can be performed only between authenticated devices. 6 7## Working Principles 8 9The application is required to initiate a request for device discovery, authentication, query, and listening. 10 11## Constraints 12 13The application needs user authorization before implementing distributed device management. 14