added webserver
This commit is contained in:
11
software/pc_client/src/wsserver.h
Normal file
11
software/pc_client/src/wsserver.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <json-c/json_object.h>
|
||||
#include <json-c/json_tokener.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <wsserver/ws.h>
|
||||
|
||||
#define WS_SERVER_PORT 8080
|
||||
#define WS_SERVER_ADDR "localhost"
|
||||
|
||||
int start_webserver();
|
||||
Reference in New Issue
Block a user