Sensors as a Service on the IoT | ARM Connected Community

요즘은 비교적 저렴하고 효과적인 센서들이 많이 나오고 있다. IoT에 걸맞게 통신을 겸비한, 이제 서비스를 활용할 수 있는 단계까지 와 있다. 

ARM에서 백서를 나름 각 요소 기술별로 소개를 해준다.


Sensors as a Service on the Internet of Things WP.pdf (315.6 K)View  Download



그 중 통신을 위한 기술들 소개부분에서 발췌..

센서노드이므로, 가벼운 프로토콜이 주를 이룬다.

RESTful 기술을 기반으로 CoAP, MQTT, 그리고 새로 보이는 Ponte 등의 프로토콜에 대한 간단한 소개가 있다. 

Recently approved by the IETF, Constrained Application Protocol (CoAP) moves a step closer to that goal. It uses the same familiar RESTful programming  but with much more compact transfers. The Contiki open source project is based on CoAP, and one of the leading embedded implementations is from ARM Sensinode. 

Another vehicle web services programmers may have encountered is IBM® WebSphere®, and the publish-subscribe messaging protocol inside – MQ Telemetry Transport (MQTT) – is getting a lot more attention lately. Publish-subscribe is well suited for many-to-many networks with small, asynchronous messages with lightweight, low-bandwidth connections. 

A brand new Eclipse Foundation project proposal, Ponte, seeks to bring both CoAP and MQTT out through a new REST API. One of the key elements is dealing with multiple data formats – JSON, XML, MessagePack, Bysant, and others. The project is also studying an OAuth2 solution for embedded security.

Ponte 이게 약간 물건으로 보이는데.

소개 페이지 : http://eclipse.org/proposals/technology.ponte/



살펴보면 재미있다. 잘 만들어 PT 를

=).