hi
i am working with iotivity 1.1.0.i am trying to use ipv6 insted of
ipv4.for testing i am using simpleclient and simpleserver codes.i
tried to use alternate structure for PlatformConfig i.e
PlatformConfig cfg(OC::ServiceType::InProc,
OC::ModeType::Server,
CT_IP_USE_V6 ,
CT_IP_USE_V6 ,
OC::QualityOfService::LowQos,
&ps) ;
The connectivityType flags also i changed to CT_IP_USE_V6 in both
client and server and in a OCPlatform::findResource("",
requestURI.str(),CT_IP_USE_V6 , &foundResource);
Despite all these changes the client progamme blocks and does not go
inside foundResource method.sometimes it gives error like : null
pointer at nil_guard().
please let me know what an all changes i need to make so that my
simpleclient/simpleserver application program runs using ipv6.
Regards
Asif Bhat