Thingsboard CoAP Port opening











up vote
0
down vote

favorite












I am trying to send data from my NodeMCU to my local thingsboard installation on my computer. However, I don't know how to do it. I am really new at these stuff, I saw some fine examples with HTTP and MQTT, but there isn't any info about CoAP on thingsboard website.
There is a documentation about CoAP API Reference that says I need to send a post request to coap://localhost:5683/api/v1/........../telemetry but when i try to do it with Postman it says cant reach the following adress. I tried doing it with http://localhost:5683/api/v1/........../telemetry and it works. I saw my messages in Latest Telemetry Section in my Device on Thingsboard.



To connect to my Thingsboard installation I use localhost:8080 so I assume my thingsboard server is only started at port 8080 not 5683-> Coap. I would very much appreciate the help.










share|improve this question






















  • Check your thingsboard.yml configuration. CoAP protocol is disabled by default and you need to enable it: coap.enalbed : true
    – Vitaliy Paromskiy
    Nov 8 at 14:27










  • It is enabled. I have enabled it. But I still cannot connect
    – Berk karaağaç
    Nov 11 at 9:21










  • I don't think that postman supports CoAP protocol. But you can use npm CoAP client for sending requests: npmjs.com/package/coap
    – Vitaliy Paromskiy
    Nov 12 at 13:32















up vote
0
down vote

favorite












I am trying to send data from my NodeMCU to my local thingsboard installation on my computer. However, I don't know how to do it. I am really new at these stuff, I saw some fine examples with HTTP and MQTT, but there isn't any info about CoAP on thingsboard website.
There is a documentation about CoAP API Reference that says I need to send a post request to coap://localhost:5683/api/v1/........../telemetry but when i try to do it with Postman it says cant reach the following adress. I tried doing it with http://localhost:5683/api/v1/........../telemetry and it works. I saw my messages in Latest Telemetry Section in my Device on Thingsboard.



To connect to my Thingsboard installation I use localhost:8080 so I assume my thingsboard server is only started at port 8080 not 5683-> Coap. I would very much appreciate the help.










share|improve this question






















  • Check your thingsboard.yml configuration. CoAP protocol is disabled by default and you need to enable it: coap.enalbed : true
    – Vitaliy Paromskiy
    Nov 8 at 14:27










  • It is enabled. I have enabled it. But I still cannot connect
    – Berk karaağaç
    Nov 11 at 9:21










  • I don't think that postman supports CoAP protocol. But you can use npm CoAP client for sending requests: npmjs.com/package/coap
    – Vitaliy Paromskiy
    Nov 12 at 13:32













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I am trying to send data from my NodeMCU to my local thingsboard installation on my computer. However, I don't know how to do it. I am really new at these stuff, I saw some fine examples with HTTP and MQTT, but there isn't any info about CoAP on thingsboard website.
There is a documentation about CoAP API Reference that says I need to send a post request to coap://localhost:5683/api/v1/........../telemetry but when i try to do it with Postman it says cant reach the following adress. I tried doing it with http://localhost:5683/api/v1/........../telemetry and it works. I saw my messages in Latest Telemetry Section in my Device on Thingsboard.



To connect to my Thingsboard installation I use localhost:8080 so I assume my thingsboard server is only started at port 8080 not 5683-> Coap. I would very much appreciate the help.










share|improve this question













I am trying to send data from my NodeMCU to my local thingsboard installation on my computer. However, I don't know how to do it. I am really new at these stuff, I saw some fine examples with HTTP and MQTT, but there isn't any info about CoAP on thingsboard website.
There is a documentation about CoAP API Reference that says I need to send a post request to coap://localhost:5683/api/v1/........../telemetry but when i try to do it with Postman it says cant reach the following adress. I tried doing it with http://localhost:5683/api/v1/........../telemetry and it works. I saw my messages in Latest Telemetry Section in my Device on Thingsboard.



To connect to my Thingsboard installation I use localhost:8080 so I assume my thingsboard server is only started at port 8080 not 5683-> Coap. I would very much appreciate the help.







thingsboard coap






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 7 at 12:55









Berk karaağaç

41




41












  • Check your thingsboard.yml configuration. CoAP protocol is disabled by default and you need to enable it: coap.enalbed : true
    – Vitaliy Paromskiy
    Nov 8 at 14:27










  • It is enabled. I have enabled it. But I still cannot connect
    – Berk karaağaç
    Nov 11 at 9:21










  • I don't think that postman supports CoAP protocol. But you can use npm CoAP client for sending requests: npmjs.com/package/coap
    – Vitaliy Paromskiy
    Nov 12 at 13:32


















  • Check your thingsboard.yml configuration. CoAP protocol is disabled by default and you need to enable it: coap.enalbed : true
    – Vitaliy Paromskiy
    Nov 8 at 14:27










  • It is enabled. I have enabled it. But I still cannot connect
    – Berk karaağaç
    Nov 11 at 9:21










  • I don't think that postman supports CoAP protocol. But you can use npm CoAP client for sending requests: npmjs.com/package/coap
    – Vitaliy Paromskiy
    Nov 12 at 13:32
















Check your thingsboard.yml configuration. CoAP protocol is disabled by default and you need to enable it: coap.enalbed : true
– Vitaliy Paromskiy
Nov 8 at 14:27




Check your thingsboard.yml configuration. CoAP protocol is disabled by default and you need to enable it: coap.enalbed : true
– Vitaliy Paromskiy
Nov 8 at 14:27












It is enabled. I have enabled it. But I still cannot connect
– Berk karaağaç
Nov 11 at 9:21




It is enabled. I have enabled it. But I still cannot connect
– Berk karaağaç
Nov 11 at 9:21












I don't think that postman supports CoAP protocol. But you can use npm CoAP client for sending requests: npmjs.com/package/coap
– Vitaliy Paromskiy
Nov 12 at 13:32




I don't think that postman supports CoAP protocol. But you can use npm CoAP client for sending requests: npmjs.com/package/coap
– Vitaliy Paromskiy
Nov 12 at 13:32

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53189875%2fthingsboard-coap-port-opening%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53189875%2fthingsboard-coap-port-opening%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







這個網誌中的熱門文章

Academy of Television Arts & Sciences

L'Équipe

1995 France bombings