henning mueller

Results 45 comments of henning mueller

Are you on MRI, JRuby or Rubinius? In your [position example], the payload seems to be cut off after 64 bytes; did you set the block size to 64 bytes...

Oh, I just remembered, David currently does not support incoming block-wise transfers.

Would you like to add this feature?

I think, that's expected behaviour; does sinatra even deserialize te request body automatically?

Does it fail to deserialize, because the value for imei is not valid JSON? Could you provide an example as code for debugging, please?

I am not sure if adding the route completely manually is a good solution. However, I see the problem with `/.well-known/core` being provided by a middleware and therefor not having...

Automatically generating `.well-known/core` is currently only supported in Rails. I will keep this issue open as feature request.

Would you like to add this feature?

First, please note that the code from the fork (at [nning/coap](https://github.com/nning/coap)) is online as `coap` gem since version 0.1.0. Sending an unconfirmable message is possible with the following snippet, for...