Skip to content

Parking-Spaces/CentralManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note:

It´s required to have the proto file in: ../CentralProto/parkingspaces.proto (Just clone the proto repo in the parent folder to this project)

Install curlpp and sqlite3 with:

sudo apt-get install pkg-config libcurlpp-dev libcurl4-openssl-dev sqlite3 libsqlite3-dev

Then create the build directory, make files and compile using:

$ mkdir build && cd build 
$ cmake ..
$ make

Then you can run the server which should be in the binary named Raspberry

About

The central hub that handles inputs from arduinos and also handles android client requests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors