This is a Project, to be used as a template application for the serc framework
- you must install serc and its dependencies.
- checkout main source file at src/main.c
- use appropriate https server run line
- add ssl certificates (you may use
make ssl_cert
for building self signed certificates)
-
make routes
- this will create a source file "distributer.c" in your src folder, you need to compile it with your application and serc
- the above point is already taken care of by
make all
, read makefile and read serc source for more information.
-
make ssl_cert
-
make clean
-
make all
-
sudo ./bin/app.out