Lines Matching refs:service
57 Join the Thread Network and register a `_ipps._tcp` service:
80 > srp client service add my-service _ipps._tcp 12345
105 ### Verify the service status
107 Check if the host and service has been successfully registered on the client node:
113 > srp client service
114 instance:"my-service", name:"_ipps._tcp", state:Registered, port:12345, priority:0, weight:0
118 Make sure it shows `state:Registered` for both host and service commands.
120 Check the host & service on the server node:
124 my-host.default.service.arpa.
128 > srp server service
129 my-service._ipps._tcp.default.service.arpa.
138 host: my-host.default.service.arpa.
143 Make sure it shows `deleted: false` for both host and service commands.
145 ### Remove the service
147 A service can be removed through the client node:
150 > srp client service remove my-service _ipps._tcp
154 Confirm on the server node that the service has been removed:
157 > srp server service
158 my-service._ipps._tcp.default.service.arpa.
163 The service entry is listed because the name of service is not removed.
165 ### Remove the host and service names
167 A host and service, along with their names, can be removed through the client node:
174 Confirm on the server node that no host or service entries are listed:
179 > srp server service