Hello Zhang, I think I can help you with that.
As you can see in "resource/examples/groupserver.c" this server only registers a collection resource with the default entity handler and nothing more. After registering that collection resource it searches for "core.light" which is never registered by any of the two involved entities. It seems that you have two options here (the easy way, or the hard way): 1. Try starting the lightserver (it has the same path) in one terminal, start the group server after 10 - 15 sec, wait for it to find the light resource and after that start the group client. Et voila. 2. Implement the server-side part for light manipulation in groupserver.c (entity handler, resource registration, etc, etc). This one might give some headaches. Best Regards, Cosmin From: iotivity-dev-bounces at lists.iotivity.org [mailto:[email protected]] On Behalf Of Zhang, Jingke Sent: Monday, September 7, 2015 8:47 AM To: iotivity-dev at lists.iotivity.org Subject: [dev] resource/examples/groupclient stops after finding resource Hi all, When I run example app 'groupclient', it stops after finding 'collection' resources. Do not ask me options 1/2/3/4. I am using latest iotivity, commit info is: commit 0cf008a96ec37fec868d03dbdec4653f9db83495 Author: Jihun Ha <jihun.ha at samsung.com<mailto:jihun.ha at samsung.com>> Date: Fri Sep 4 16:20:39 2015 +0900 My validation step is: 1. cd out/linux/x86_64/release/resource/examples/ (my dev is Ubuntu14.04) 2. ./groupserver 3. In another terminal at same path, run './groupclient' Is there anything wrong with the example code? As iotivity-0.9.1 worked fine. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20150914/f6b42bae/attachment.html>
