Commit graph

1858 commits

Author SHA1 Message Date
badaix
7cb595db28 move aixlog and popl to common 2019-10-09 22:11:43 +02:00
badaix
ba977ac123 delete submodules 2019-10-09 21:48:05 +02:00
badaix
5e90941bfd streaming socket on the stack 2019-10-09 20:23:45 +02:00
badaix
a258e24cbf add pedantic warnings 2019-10-09 20:22:21 +02:00
badaix
93c9423630 update aixlog to v1.2.2 2019-10-07 23:53:45 +02:00
badaix
c13831f4cc add boost include dir 2019-10-07 22:34:11 +02:00
badaix
6e5ff3c47d update popl include 2019-10-06 21:08:23 +02:00
badaix
d560a200bd update popl to v1.2.90 2019-10-06 21:06:33 +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
badaix
5cbbe976cb remove unused member variable 2019-10-03 18:34:04 +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
Pablo I. Pousada Rial
506de22ff1 Dynamic stream creation and deletion via JSON-RPC API 2019-10-03 18:08:02 +02:00
Bernd Fink
5680d331c5 merge ad19c32 2019-10-01 08:55:13 +02:00
Bernd Fink
a9f6187338 Added JSON request "Group.SetName" and related messages
Signed-off-by: Bernd Fink <bfi@uranus.bfink.de>
2019-10-01 08:51:56 +02:00
Bernd Fink
ad19c32b4f Added new JSON request Group.SetName in streamServer.cpp
Signed-off-by: Bernd Fink <bfi@bfink.de>
2019-10-01 08:49:13 +02:00
Bernd Fink
d5b0075da9 Added JSON request "Group.SetName" and related messages
Signed-off-by: Bernd Fink <bfi@uranus.bfink.de>
2019-10-01 08:49: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
50f10dc952 update asio to asio-1-14-0 2019-09-27 22:45:02 +02:00
Johannes Pohl
d882e7c958 Update README.md 2019-09-27 00:12:41 +02:00
Johannes Pohl
89e40555d7
Update README.md 2019-09-26 11:13:51 +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
e0d25d02ab add reformat target to Makefile 2019-09-25 18:29:50 +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
Johannes Pohl
8c09a20f58
Update README.md 2019-09-19 21:36:30 +02:00
Johannes Pohl
b9a0671f48
Merge pull request #478 from nimonimonimo/patch-1
mopidy-snapserver setup documentation update
2019-09-19 21:32:52 +02:00
badaix
6204506f8a add link directory for mac os 2019-09-18 23:38:38 +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
nimonimonimo
f48db7b759
mopidy-snapserver setup documentation update
Found a lot of people in different distros forum having problems with the mopidy -> snapfifo -> snapserver setup, took very long time until I myself also found the solution.
2019-09-18 14:15:27 +02:00
Johannes Pohl
f992ffabce
Update CMakeLists.txt 2019-09-18 13:00:03 +02:00
badaix
0807bb4642 add xcode10 and xcode11 in travis.yml 2019-09-17 22:00:54 +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
badaix
be2d60e219 update to version 1.3.4 2019-09-17 21:25:52 +02:00
badaix
2d2455c606 update to version 1.3.3 2019-09-17 21:25:24 +02:00