cppp-io icon indicating copy to clipboard operation
cppp-io copied to clipboard

Common Protocol for Programming Physical Input and Output

Results 4 cppp-io issues
Sort by recently updated
recently updated
newest added

Replaced '66' and '99' double quotes with "neutral" double quotes

Hello, I'm making a drone app controlling from HTTP REST using the cylon-api-http module which describes that the API specification is documented in the CPPP-IO. However, when I wrote this...

Right now the section ["Params"](https://github.com/hybridgroup/cppp-io/blob/65b01ada0e53c4b8c6e721f37c6680649005ea08/specification.markdown#params) states > When parsing params submitted by a client, the server should examine the request body, looking for JSON-formatted params. If params are present in...

In my interactions with a robot, I am able to issue it commands directly. I am also able to command it's "ears and eyes" via it's devices, and I can...