Have you test the DANTE client as a edge node?
I am trying to connect the core node using dante client to run other
application.
The message on my termial said that it's sending join message to core node
but
there was no reposnse capsule at all. I did it in various ways. I changed
the TypeID as 36(previous value was 18 in the source code) and port
numbers(3322: main anetd port #, 8001 anetd port # for anee1). However, there is
still no response at all.
//////////////////////////////////////////////////////////////////////////////////////////////////
public abstract class Capsule
{
static final byte ANEPVERSION = 1; static final short ANTSTYPE = 18==> 36; // MIT ANTS type ///////////////////////////////////////////////////////////////////////////////////////////
Now I am trying to dump the capsules and check what's wrong.
I hope to know your experience if you've run a node as an edge.
Thanks and have a good day! |