Skip to content

parabelboi/ympc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ympc

Build Status

Standalone Web Service GUI written in C, utilizing Websockets and Bootstrap/JS It wants to be a sample implementation, a playing ground. Goals are easy deployment, small code base.

http://www.ympc.eu

ScreenShot

Dependencies

Unix Build Instructions

  1. install dependencies, cmake is available from all major distributions.
  2. create build directory cd /path/to/src; mkdir build; cd build
  3. create makefile cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr
  4. build make
  5. install sudo make install or just run with ./ympc

Run flags

Usage: ./ympc [OPTION]...

 -c, --url <url>            use alternative url to bootstrap services
 -l, --listen [ip:]<port>   listen on address, defaults to 127.0.0.1:8000
 -k, --cert ssl_cert.pem	path to certificate (not working yet)
 -u, --user <username>      drop priviliges to user after socket bind
 -V, --version              get version
 --help                     this help

Copyright

2013-2014 [email protected]

2014 [email protected]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published