Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

182 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 andy@ndyk.de

2014 parabelboi@gmail.com

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages