jvermillard / leshan

OMA Lightweight M2M java implementation - LWM2M
40 stars 25 forks source link

Move response to core #41

Closed joshlarson closed 9 years ago

joshlarson commented 9 years ago

This pull request is in preparation for a future one that will remove the client-specific response structure and use this one in its place.

sbernard31 commented 9 years ago

Thx Josh. I have no time this week but I will probably look at this next Wednesday.

joshlarson commented 9 years ago

Okay - in that case, I might drop a few more changes onto this PR :)

jvermillard commented 9 years ago

Merged, can't wait to see how you are going to use all those classes in the client :) At some point we should take a look at gson dep for just reading a simple json file. maybe embedding org.json is an option, because it's really light.