0

I'm reading the Ciao library and can't make out the difference between Ciao REST server and Ciao REST connector.

When is the connector suitable and at what point do I need the server?

This is a graphic of what im thinking to do:

my aduino ciao setup

asked Mar 22, 2018 at 8:17
1
  • The yun tag was the only i coul set. I would like to set library-ciao. Commented Mar 22, 2018 at 8:36

1 Answer 1

1

I don't know about "Ciao" but generally a rest server answers requests from a client that is connecting via a rest connector. You client will use POST, GET, PUT, etc. to ask the server to provide a service. This could be as simple as "GET .\index.htm" or more likely posting information to be stored in a database.

The server will sit waiting for these requests and will have handling routines for each specific request and might supply a response.

answered Mar 22, 2018 at 12:47
2
  • yes, im fully aware of REST as api but my queston is about the confusing thing that Ciao is used on a microprocessor board that has another cpu processor beside it. It hosts a LininoOS that is a full server. Now im connecting to a Raspberry Pi Server as well and i down't understand the different servers meaning. Thats why im asking so high level about the difference of the two libraries. Commented Mar 23, 2018 at 7:56
  • added a graphic to make it more clea what thee types of systems i mean. Commented Mar 23, 2018 at 8:06

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.