![]() |
cueOS
2.4
cueOS - Universal Show Control OS for ARM
|
Modules | |
DMX512 REST API | |
Macros | |
#define | REST_API_PORT 8000 |
Functions | |
void | rest_api_start (void) |
Starts API HTTP server on port 8000. More... | |
REST API web services enabling configuration of the system through HTTP requests over pre-defined specific API enpoints.
#define REST_API_PORT 8000 |
HTTP Port number of the REST API
Definition at line 12 of file rest_api.h.
void rest_api_start | ( | void | ) |
Starts API HTTP server on port 8000.
Definition at line 41 of file rest_api.c.