Skip to content

Error when sending and receiving text messages from two nodes #31

Answered by gh0st42
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

This indicates that no dtnd was started on the nodes, thus, the CLI tools get a connection refused when trying to communicate with the local dtnd instance.

As I have no idea what your prior steps were, I can only guess that you forget to start the dtnd or something went wrong while copying the binaries to the system. Instead of using cea as suggested in the guide, you can also just start dtnd interactively on each node by entering the commands (dtnd -n $(hostname) -e incoming -C mtcp -r epidemic) in one of coreemus terminal windows. If you followed the steps of the guide there should also be logs in each of the nodes for dtnd (nohup.dtnd.*.log).

For proper help you should also post instru…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #30 on July 29, 2022 18:18.