Ruby on Rails Friday, February 6, 2015

Hey,    I'm working on a CoAP [0] server with a Rack interface for my diploma  thesis:    https://github.com/nning/david    Your feedback would be very valuable for me although it is not clear, I  manage to make many changes based on it before handing in the thesis. I  compiled a quick README and hope it suffices as a starting point for  testing the server. Maybe it is just interesting, the Rack interface is  used in another protocol context.    Some more info on CoAP from RFC7252:    The Constrained Application Protocol (CoAP) is a specialized web  transfer protocol for use with constrained nodes and constrained  (e.g., low-power, lossy) networks. The protocol is designed for machine-  to-machine (M2M) applications such as smart energy and building  automation.    CoAP provides a request/response interaction model between  application endpoints, supports built-in discovery of services and  resources, and includes key concepts of the Web such as URIs and  Internet media types. CoAP is designed to easily interface with HTTP  for integration with the Web while meeting specialized requirements  such as multicast support, very low overhead, and simplicity for  constrained environments.    Thanks!  henning    [0] https://tools.ietf.org/html/rfc7252

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/295b4301-f779-45dd-b0dd-46c22808e88f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment