fork di ympd con piccole patch per radio

Andrew Karpow 38b4544542 replaces libwebsockets with mongoose, changed licese to gpl il y a 10 ans
cmake 79e38e7edd initial mongoose checkin il y a 10 ans
contrib dcc4823bc3 add systemd service file il y a 10 ans
htdocs 38b4544542 replaces libwebsockets with mongoose, changed licese to gpl il y a 10 ans
src 38b4544542 replaces libwebsockets with mongoose, changed licese to gpl il y a 10 ans
.drone.yml 160386b357 added drone.yml for ci build il y a 10 ans
CMakeLists.txt 38b4544542 replaces libwebsockets with mongoose, changed licese to gpl il y a 10 ans
LICENSE 38b4544542 replaces libwebsockets with mongoose, changed licese to gpl il y a 10 ans
README.md 2513d26eec add readme for github il y a 10 ans
ympd.1 5d9e70750d add manpage, jquery cookie plugin il y a 10 ans

README.md

ympd

Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS

http://www.ympd.org

Dependencies

Unix Build Instructions

  1. Install Dependencies, cmake, openssl and libmpdclient are 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 build debian package cpack -G DEB; sudo dpkg -i ympd*.deb

Copyright

2013-2014 andy@ndyk.de