- From: Soumya Kanti Datta <Soumya-Kanti.Datta@eurecom.fr>
- Date: Thu, 29 Oct 2015 07:04:30 +0100
- To: ??? <hollobit@etri.re.kr>
- Cc: "public-wot-ig@w3.org" <public-wot-ig@w3.org>, "Hund, Johannes" <johannes.hund@siemens.com>, "Kaebisch, Sebastian" <sebastian.kaebisch@siemens.com>, ??? <kwonshzzang@etri.re.kr>, ???? <na-sekiguchi@kddilabs.jp>, Kazuyuki Ashimura <ashimura@w3.org>, "Nimura, Kazuaki" <kazuaki.nimura@jp.fujitsu.com>, "Bassbouss, Louay" <louay.bassbouss@fokus.fraunhofer.de>, ??? <syl@etri.re.kr>, ??? <wonsuk.lee@etri.re.kr>
Hi All, Please find pointers for my implementation for the plugfest. I have a simple WoT server running on a Raspberry Pi and there are some M2M devices each containing some endpoints (sensors, actuators). You can access their description as follows from a web browser. M2M Device description - http://10.42.43.25/north/discover_m2m_device This will give you 3 device descriptions. To get the description of the endpoints attached to any device (Say HTC_M8), use the following. Ignore the line "destination" in the JSON payload. M2M endpoint description - http://10.42.43.25/north/discover_m2m_endpoint/?device_name=HTC_M8 http://10.42.43.25/north/discover_m2m_endpoint/?device_name=S2 To get the sensor measurements and additional metadata, use the sensor ID as follow. Sensor data access - http://10.42.43.25/north/get_sensor_data/?s_id=5tgbnhy6 Thanks, Soumya Research Engineer, Eurecom, France | +33658194342 | @skdatta2010 | https://sites.google.com/site/skdunfolded | Skype id: soumyakantidatta Quoting ??? <hollobit@etri.re.kr>: > Dear All, > > We have finished two modification for Plugfest. > - TD registration to our Semantic TR(Thing Registry) server via > RESTful POST method > - TE assert to our Semantic TR server via RESTful POST method > - can make SPARQL query about registered TD > - can make reasoning based on TD & TE > > Now, we?re trying to finish remained modification for simple demo > before lunch time. > - example of RESTful simple SPARQL query (registered all of TD, > name, protocol) > > If we have finish the all of planned modification, I will announce > its RESTful URLs. > > Please let me know if you have any idea or suggestion. > > Best Regards, > > ? Jonathan Jeon > >> 2015. 10. 28., ?? 12:07, ??? <hollobit@etri.re.kr> ??: >> >> Dear All, >> >> I?m trying to modify our TR(Thing Registry) server for Plugfest. >> >> I guess I can finalize this modification late today afternoon. >> So I think it would be better to make the cross-test after tomorrow morning. >> >> My modifications are as below: >> - modify the TR semantic store model for JSON-LD >> - can be store our JSON-LD files to ETRI?s TR >> - can be post our JSON-LD files to ETRI?s TR by RESTful interface >> - can be make simple semantic query via RESTful interface >> - reference & use to current ontology model from wot github >> - try to make some logic for semantic processing using stored JSON-LD >> >> Please let me know if you have any idea or suggestion. >> >> Best Regards, >> >> ? Jonathan Jeon >> >>> 2015. 10. 28., ?? 11:43, Kaebisch, Sebastian >>> <sebastian.kaebisch@siemens.com> ??: >>> >>> Dear Naoki-san, >>> >>> thank you for sharing your information. It would be great if can >>> also add your information about your demo for the plugfest on the >>> wiki page: >>> >>> https://www.w3.org/WoT/IG/wiki/F2F_meeting_29-30_October_2015,_Sapporo,_Japan#Preparation_Tests >>> >>> If you need some help don't hesitate to contact me. >>> >>> Best wishes >>> Sebastian >>> >>> >>> >>>> -----Ursprüngliche Nachricht----- >>>> Von: ???? [mailto:na-sekiguchi@kddilabs.jp] >>>> Gesendet: Dienstag, 27. Oktober 2015 09:33 >>>> An: ???; public-wot-ig@w3.org >>>> Cc: Hund, Johannes; Kazuyuki Ashimura; Nimura, Kazuaki; Soumya >>>> Kanti Datta; >>>> Bassbouss, Louay; Kaebisch, Sebastian >>>> Betreff: Re: [TPAC15] Plugfest preparation >>>> >>>> Hi All, >>>> >>>> I'm naoki sekiguchi belonging to MozOpenHard project. >>>> >>>> These are document[1] and client node application[2] for my demo. >>>> [1]https://github.com/naokisekiguchi/wotplugfest2015/blob/master/plugfest.pdf >>>> [2]https://github.com/naokisekiguchi/wotplugfest2015/blob/master/client/node/a >>>> pp.js >>>> >>>> Thanks, >>>> >>>> On 2015/10/27 9:48, ??? wrote: >>>>> Hi All, >>>>> >>>>> Attached files are posters and demo scenario about our demo. >>>>> >>>>> 1) CoMUS Semantic Thing Registry - It will show the semantic queries >>>> about thing?s relationship and its results that described in JSON-LD. >>>>> 2) WoT.js Application Framework for Open Source Hardware - It will show >>>> a Smart Home scenarios using WoT Home Kit which consist of WoT.js >>>> application >>>> framework, open source hardwares(BeagleBone Black, Raspberry Pi, >>>> Intel Edison) >>>> and various sensor/actuators. >>>>> >>>> >>>> >>>> -- >>>> ------------------------------------------------------ >>>> ???? >>>> >>>> ?????????????????? >>>> Mobile:080-5960-4405 >>>> Mail:na-sekiguchi@kddilabs.jp >>>> ??????????3-10-10 ?????????19F >>>> ------------------------------------------------------ >>> >> > > ------------------------------------------------------------------------------- This message was sent using EURECOM Webmail: http://webmail.eurecom.fr
Received on Thursday, 29 October 2015 06:05:03 UTC