Hi,
I'm working with the TMDSPLCKIT-V3 and I try to set up a PLC network using the ADP example from the G3DevelopmentPackageV5210 package. I have some questions that I already asked to plc_support@list.ti.com but I still do not have any answer... Here are my questions :
Question 1 :
How can I get the IP address of a device attached to the PAN coordinator. I tried :
UINT16 ipv6[8] ;
ADP_NIB_get(ADP_ATTR_ID_adpIPv6Address, 0, ipv6, ADP_NIB_get_size(ADP_ATTR_ID_adpIPv6Address));
But I get "ADP_STAT_UNSUPPORTED_ATTRIBUTE". How can I solve this problem ?
Question 2 :
How can I create a NSDU frame which can be sent using the ADP_TX_packet function ? Should a packet look like a IPv6 packet and should I need BFM API functions to create my packet ? If yes, where can I find the BFM API documentation ?
Thanks, regards.