Alen wrote:Nikita Belyaev wrote:Alen wrote:Please paste error log of server here.
Hi Alen!
I'll post my logs a bit later.
Now i have really important question - why have you chose MAC adr. as main adr for routing?
Why we cant use IP? You sad befor, that IP adr is now unique, but its not so!!
Its so unussual to make routing by using MAC adr. on layer above TCP.
One more question - how does routing table looks like (structure).
Thanks
1. Because IP address is not unique, there are multiple devices with the same IP address.
MAC address is unique. So we use MAC address.
2. child-1 ----------mac list table(mac address list)
child-2-----------mac list table(mac address list)
child-3-----------mac list table(mac address list)
child-4-----------mac list table(mac address list)
Hi! Thanks for answers!
Can you explain why its so - there are multiple devices with the same IP address.
I have started my small network of 3 esp and there are 3 different IP - 2.255.255.1, 2.255.255.2 and 2.255.255.3
Am I right if say that when leaf node want to send data, he create p2p packet and send it to his non-leaf (parent) node. If this node have information about desired destination he create p2p packet to this destination? But if he don't have desired mac he send packet to upper parent and so on till any node with destination MAC in routing table.
So, does the node create each time p2p packets while transmitting data?
Is this a table on root node?
[/list]
2. child-1 ----------mac list table(mac address list)
child-2-----------mac list table(mac address list)
child-3-----------mac list table(mac address list)
child-4-----------mac list table(mac address list)
P.S. Is it possible to measure sped of connection between nodes?