C++ Understanding boost asio multicast receiver
I have recently started trying to learn the boost multicast receiver example and what it is doing [code]. I understand basic multicast receivers/sends but I have been struggling to understand a few things:
- Within the code they have a listener address and a multicast address. Is the multicast address the address on the local machine that the packet is being sent to, while the listener address is the address of the machine?
- Followup to the first question - In the default code they have the listener address as 0.0.0.0 . In older network code I never explicitly came into contact with this. What is the purpose of the listen address and is there any good reference for what its uses are?
- When I set the listener address to 0.0.0.0 and my multicast address to 224.0.0.10 and run a netstat I cannot find the multicast address. I would expect to see the address that I am listening on unless I am not understanding something correctly.
network-interface netstat udp multicast boost
migrated from unix.stackexchange.com Jan 24 at 12:56
This question came from our site for users of Linux, FreeBSD and other Un*x-like operating systems.
add a comment |
I have recently started trying to learn the boost multicast receiver example and what it is doing [code]. I understand basic multicast receivers/sends but I have been struggling to understand a few things:
- Within the code they have a listener address and a multicast address. Is the multicast address the address on the local machine that the packet is being sent to, while the listener address is the address of the machine?
- Followup to the first question - In the default code they have the listener address as 0.0.0.0 . In older network code I never explicitly came into contact with this. What is the purpose of the listen address and is there any good reference for what its uses are?
- When I set the listener address to 0.0.0.0 and my multicast address to 224.0.0.10 and run a netstat I cannot find the multicast address. I would expect to see the address that I am listening on unless I am not understanding something correctly.
network-interface netstat udp multicast boost
migrated from unix.stackexchange.com Jan 24 at 12:56
This question came from our site for users of Linux, FreeBSD and other Un*x-like operating systems.
a vast subject. I'd start with en.wikipedia.org/wiki/IP_multicast#Overview . Also usually 0.0.0.0 means "any", like any ip belonging to me etc.
– A.B
Jan 23 at 20:04
I think some of my main concerns currently are regarding the specific questions that I asked. In particular about why the address I registered to is not showing up. But I will definitely review that material in my free time. Thanks!
– Sharki
Jan 23 at 20:18
add a comment |
I have recently started trying to learn the boost multicast receiver example and what it is doing [code]. I understand basic multicast receivers/sends but I have been struggling to understand a few things:
- Within the code they have a listener address and a multicast address. Is the multicast address the address on the local machine that the packet is being sent to, while the listener address is the address of the machine?
- Followup to the first question - In the default code they have the listener address as 0.0.0.0 . In older network code I never explicitly came into contact with this. What is the purpose of the listen address and is there any good reference for what its uses are?
- When I set the listener address to 0.0.0.0 and my multicast address to 224.0.0.10 and run a netstat I cannot find the multicast address. I would expect to see the address that I am listening on unless I am not understanding something correctly.
network-interface netstat udp multicast boost
I have recently started trying to learn the boost multicast receiver example and what it is doing [code]. I understand basic multicast receivers/sends but I have been struggling to understand a few things:
- Within the code they have a listener address and a multicast address. Is the multicast address the address on the local machine that the packet is being sent to, while the listener address is the address of the machine?
- Followup to the first question - In the default code they have the listener address as 0.0.0.0 . In older network code I never explicitly came into contact with this. What is the purpose of the listen address and is there any good reference for what its uses are?
- When I set the listener address to 0.0.0.0 and my multicast address to 224.0.0.10 and run a netstat I cannot find the multicast address. I would expect to see the address that I am listening on unless I am not understanding something correctly.
network-interface netstat udp multicast boost
network-interface netstat udp multicast boost
asked Jan 23 at 20:00
SharkiSharki
1158
1158
migrated from unix.stackexchange.com Jan 24 at 12:56
This question came from our site for users of Linux, FreeBSD and other Un*x-like operating systems.
migrated from unix.stackexchange.com Jan 24 at 12:56
This question came from our site for users of Linux, FreeBSD and other Un*x-like operating systems.
a vast subject. I'd start with en.wikipedia.org/wiki/IP_multicast#Overview . Also usually 0.0.0.0 means "any", like any ip belonging to me etc.
– A.B
Jan 23 at 20:04
I think some of my main concerns currently are regarding the specific questions that I asked. In particular about why the address I registered to is not showing up. But I will definitely review that material in my free time. Thanks!
– Sharki
Jan 23 at 20:18
add a comment |
a vast subject. I'd start with en.wikipedia.org/wiki/IP_multicast#Overview . Also usually 0.0.0.0 means "any", like any ip belonging to me etc.
– A.B
Jan 23 at 20:04
I think some of my main concerns currently are regarding the specific questions that I asked. In particular about why the address I registered to is not showing up. But I will definitely review that material in my free time. Thanks!
– Sharki
Jan 23 at 20:18
a vast subject. I'd start with en.wikipedia.org/wiki/IP_multicast#Overview . Also usually 0.0.0.0 means "any", like any ip belonging to me etc.
– A.B
Jan 23 at 20:04
a vast subject. I'd start with en.wikipedia.org/wiki/IP_multicast#Overview . Also usually 0.0.0.0 means "any", like any ip belonging to me etc.
– A.B
Jan 23 at 20:04
I think some of my main concerns currently are regarding the specific questions that I asked. In particular about why the address I registered to is not showing up. But I will definitely review that material in my free time. Thanks!
– Sharki
Jan 23 at 20:18
I think some of my main concerns currently are regarding the specific questions that I asked. In particular about why the address I registered to is not showing up. But I will definitely review that material in my free time. Thanks!
– Sharki
Jan 23 at 20:18
add a comment |
0
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',
autoActivateHeartbeat: false,
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54347196%2fc-understanding-boost-asio-multicast-receiver%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54347196%2fc-understanding-boost-asio-multicast-receiver%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
a vast subject. I'd start with en.wikipedia.org/wiki/IP_multicast#Overview . Also usually 0.0.0.0 means "any", like any ip belonging to me etc.
– A.B
Jan 23 at 20:04
I think some of my main concerns currently are regarding the specific questions that I asked. In particular about why the address I registered to is not showing up. But I will definitely review that material in my free time. Thanks!
– Sharki
Jan 23 at 20:18