This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMDSPLCKIT-V3 - How to get the IP address

Hello!


I'm using the two TMDSPLCKIT-V3 modems with G3_Host_Application program. I start the Base Node Modem with:

G3_HostApplication.exe node=b port=7 panid=1234 socketport=30001 xadd=11.11.11.11.11.11.00.01

and the Service Node with:

G3_HostApplication.exe node=s port=4 panid=1234 socketport=30002 xadd=11.11.11.11.11.11.00.02

Right after the ATTACH of the Service Node, the Base Node gets a "ATTACH Indication", it prints something like this:

2014-08-21 18:55:20.622: Receiving Attach Indication: Id=   16
   IPv6 Address:     0xFE80000000000000103400FFFE000001
   Extended Address: 0x1111111111110002
   Capability Info:  0

However, from where does the Base Node know the IPv6 Adress of the Service Node? And how can I retrieve the IPv6 address of the Base and the Service Node? Is it possible via the Host Message Protocol? Or perhaps, is there an algorithm to "calculate" the IPv6 address (e.g. 1034 in the middel of the adress is the PAN id, 0001 at the end is the Network Address, but the rest of the address seems random?).

I appreciate your help!

Best regards,

Lukas