We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Server must be running for example if your pc ip is:192.168.70.50 then
Request request = new Request(Method.GET); request.URI = new Uri("coap://192.168.70.50:5683/hello"); request.Send();
// wait for one response Response response = request.WaitForResponse();