Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cf-dev] Californium - CoAP framework implementation for PUT and POST methods

Hi Sreessruthi

 

You can have a look at the LargeCreate resource for handling incoming data:

 

https://github.com/eclipse/californium/blob/master/cf-plugtest-server/src/main/java/org/eclipse/californium/plugtests/resources/LargeCreate.java

 

Handling the data format such as CSV is up to you.

Maybe this is also interesting for you:

 

https://tools.ietf.org/html/draft-jennings-core-senml-00

 

Ciao

Matthias

 

 

From: cf-dev-bounces@xxxxxxxxxxx [mailto:cf-dev-bounces@xxxxxxxxxxx] On Behalf Of sree shruthi
Sent: Freitag, 29. Mai 2015 08:19
To: cf-dev@xxxxxxxxxxx
Subject: [cf-dev] Californium - CoAP framework implementation for PUT and POST methods

 

Hi,

I could see the implementation examples for GET and DELETE in Californium which can be very well understood, but are there any such kind of implementations for POST and PUT operations, especially to deal with data storage of 'Tabular' data?

--

 

 

Regards,

 

Sreessruthi


Back to the top