automote / contiki

The official git repository for Contiki, the open source OS for the Internet of Things
http://www.contiki-os.org/
Other
1 stars 4 forks source link

port coap-relay server to release 3-0 #4

Closed hknath closed 8 years ago

lovelesh commented 8 years ago

@DeshpandeChandana please make the code robust so that we can test it on the mote.

DeshpandeChandana commented 8 years ago

Server Code is according to the following specifications

  1. has GET PUT requests
  2. Has a query "color=r/g/b" (could be modified)
  3. LED switches ON/OFF on command "mode=on/off"
  4. When client ask for status of LED by GET method, server responds with the current status of LED
  5. Upon PUT, depending on the status of LED, switches on/off LED

Let me know if anything else need to be added

On Mon, Sep 21, 2015 at 1:35 PM, lovelesh patel notifications@github.com wrote:

@DeshpandeChandana https://github.com/DeshpandeChandana please make the code robust so that we can test it on the mote.

— Reply to this email directly or view it on GitHub https://github.com/automote/contiki/issues/4#issuecomment-141903451.

lovelesh commented 8 years ago

@DeshpandeChandana Are the functionality working on the mote? plz confirm which ones are working and which are to be worked on.

Yesterday we checked the methods, can you co-ordinate with @hknath to get better idea of the issue.

DeshpandeChandana commented 8 years ago
  1. I haven't tested on motes.
  2. Completely working on 2.7
  3. Working on Contiki 3.0 to make the same

On Mon, Sep 21, 2015 at 5:59 PM, lovelesh patel notifications@github.com wrote:

@DeshpandeChandana https://github.com/DeshpandeChandana Are the functionality working on the mote? plz confirm which ones are working and which are to be worked on.

— Reply to this email directly or view it on GitHub https://github.com/automote/contiki/issues/4#issuecomment-141958769.