Release 1.0
First Version of the Shaking Hands Overseas API
it includes these three routes:
- POST /1/servo => To send data to the API using a JSON containing all sensor data
JSON FILE:
{
"s1": 0,
"s2": 0,
"s3": 0,
"s4": 0,
"s5": 0
} - GET /1/receiver => To receive the data sent to the API previously
- POST /1/custom => To alter the order of the data values
JSON FILE:
{
"F1": "s1",
"F2": "s2",
"F3": "s3",
"F4": "s4",
"F5": "s5"
}
It is intended to be used to share data between two instances of our driver (https://github.com/Shaking-Hands-Overseas/SHA-Driver)
April 2022
@Newtoniano20