Commit graph

512 commits

Author SHA1 Message Date
badaix
6e5ff3c47d update popl include 2019-10-06 21:08:23 +02:00
badaix
29f685f2a3 fix Makefile 2019-10-06 15:08:51 +02:00
badaix
c2488091fe rename some files from camel to snake case 2019-10-06 14:07:47 +02:00
badaix
c2a306032a change config from camel to snake case 2019-10-06 13:32:39 +02:00
badaix
72bd17cb20 configuration is stored in file snapserver.conf 2019-10-06 13:28:22 +02:00
badaix
fa508eafba add simple webserver
jsonrpc is available for HTTP post: http://<your-ip>:8080/jsonrpc
for websockets: ws://<your-ip>:8080/jsonrpc
2019-10-04 20:18:19 +02:00
badaix
ade48cf5e4 rename local variable 2019-10-04 18:31:05 +02:00
badaix
b2a48663c1 reformat code 2019-10-04 18:30:43 +02:00
Pablo I. Pousada Rial
b26d892950 merge 506de22 from master
Dynamic stream creation and deletion via JSON-RPC API #443
2019-10-03 18:28:08 +02:00
Bernd Fink
5680d331c5 merge ad19c32 2019-10-01 08:55:13 +02:00
badaix
6566235831 add HTTP and websocket support (preliminary) 2019-09-30 22:24:35 +02:00
badaix
8920e8c710 make control server more generic 2019-09-29 20:59:02 +02:00
badaix
49bc832870 first websocket draft, running on port 8080 2019-09-28 23:42:03 +02:00
badaix
ec3f8d8ad5 switch to boost::asio 2019-09-28 21:28:54 +02:00
badaix
08d0ce58f2 add dummy control session for websockets 2019-09-28 16:57:58 +02:00
badaix
45df7fdb42 control socket on the stack 2019-09-28 11:50:32 +02:00
badaix
1974afc176 switch from deprecated io_service to io_context 2019-09-28 10:53:58 +02:00
badaix
c4a61dff47 async control server 2019-09-28 10:43:11 +02:00
badaix
6b729ad61c reformat code 2019-09-25 19:07:23 +02:00
badaix
8b231c7cc6 modernize with clang-tidy 2019-09-25 19:02:33 +02:00
badaix
88b49ad2a0 reformat code 2019-09-24 22:52:31 +02:00
badaix
b20add3815 add clang-format file
reformat code
2019-09-24 22:42:36 +02:00
zteifel
b733f646ea Replace onstart and onstop with onevent
Update to replace onstart and onstop parameters with librespots onevent parameter.

https://github.com/librespot-org/librespot/issues/185
2019-09-23 19:45:39 +02:00
badaix
7a250192b4 fix get strings from json 2019-09-18 22:56:01 +02:00
badaix
6e9071731c update jsonrpc++ to v1.2.1 2019-09-18 22:22:23 +02:00
Johannes Pohl
7daf049b66
Merge pull request #449 from maweki/ddns-length
Add "snapcastjsonrpc" as mdns name
2019-09-17 21:47:28 +02:00
Mario Wenzel
506966f5e8 Add "snapcastjsonrpc" as mdns name
Service name is one byte too long. Added an alternative version
without removing the previous one for backwards compatibility.

Fixes #243
2019-03-09 10:28:21 +01:00
cb1
c8dd119cb8
encoderFactory.cpp: Fix HAS_VORBIS_ENC
Change HAS_VORBIS_ENC to HAS_VORBISENC
2018-12-19 15:09:07 +01:00
badaix
f2405c4a82 bump version to v0.15.0 2018-07-07 21:32:13 +02:00
badaix
dff17ca2fc enqueue command messages at the end 2018-07-05 22:50:53 +02:00
badaix
297d74aae9 fix rare deadlock
in case of pending control request for ungraceful disconnected clients
2018-07-03 22:52:39 +02:00
badaix
e7e529c818 update jsonrpc++ to v1.2.0 2018-07-01 20:51:18 +02:00
badaix
ede7603cbf update to popl v1.2.0, add groff message 2018-06-24 22:39:30 +02:00
badaix
64c820e159 fix typo 2018-05-07 18:36:27 +02:00
badaix
8cd45def3f update manpages 2018-05-07 18:35:00 +02:00
badaix
cbbd8bb6f9 additional linker flags can be defined with "ADD_LDFLAGS" 2018-05-02 19:39:28 +02:00
badaix
74715c7183 update changelog 2018-04-27 17:22:08 +02:00
badaix
9aeca1a461 CMake building of client and server optional, support for FreeBSD 2018-04-27 00:17:54 +02:00
badaix
9259257490 small code clean-ups 2018-04-25 14:13:43 +02:00
badaix
3ff49c81b2 add support for IPv4v6 and IPv4 + IPv6 2018-04-25 14:08:11 +02:00
jonahquark81
962ff983cb Fix compilation errors on FreeBSD 2018-04-25 13:39:06 +02:00
badaix
4b68c6c109 bump version number to v0.14.0 2018-04-12 23:45:44 +02:00
badaix
08906403d1 move base64 into streamreader 2018-03-16 21:08:17 +01:00
badaix
b26bd41aff move pcmChunk implementation into header 2018-03-16 18:29:13 +01:00
badaix
54a8ca824f move message dir into common 2018-03-16 00:19:52 +01:00
badaix
c06a753606 Merge branch 'develop' of https://github.com/badaix/snapcast into develop 2018-03-04 20:38:23 +01:00
badaix
4dba2cb6b5 update changelog to v0.13.0 2018-03-04 20:38:20 +01:00
Johannes Pohl
077e9dd9fb
Merge pull request #359 from pizzaboy75/master
Add volume parameter to Librespot integration
2018-03-04 15:23:33 +01:00
badaix
5440579edd update comment in default files 2018-03-04 11:32:27 +01:00
badaix
cc494257fe fix makefile 2018-03-03 00:23:33 +01:00