cueOS
2.4
cueOS - Universal Show Control OS for ARM
rest_api.h
1
9
#ifndef REST_API_H__
10
#define REST_API_H__
11
12
#define REST_API_PORT 8000
14
void
rest_api_start
(
void
);
15
16
#endif
17
rest_api_start
void rest_api_start(void)
Starts API HTTP server on port 8000.
Definition:
rest_api.c:41
apps
REST_api
inc
rest_api.h
Generated by
1.9.4