]> git.ipfire.org Git - thirdparty/shairport-sync.git/log
thirdparty/shairport-sync.git
3 years agoadd missing includes on openbsd 1357/head
Anton Lindqvist [Sun, 5 Dec 2021 08:00:23 +0000 (09:00 +0100)] 
add missing includes on openbsd

3 years agodo not pass null to printf
Anton Lindqvist [Thu, 2 Dec 2021 11:07:55 +0000 (12:07 +0100)] 
do not pass null to printf

OpenBSD issues a warning using syslog whenever NULL is passed as a variadic
argument to the printf-like family of functions.

3 years agoconfigure: openbsd is supported
Anton Lindqvist [Thu, 2 Dec 2021 11:07:14 +0000 (12:07 +0100)] 
configure: openbsd is supported

3 years agoconfigure: fix handling of non linux operating systems
Anton Lindqvist [Thu, 2 Dec 2021 10:57:40 +0000 (11:57 +0100)] 
configure: fix handling of non linux operating systems

The OS whitelist conditional is malformed due to missing test(1) commands
causing the following error to be emitted during configure while using something
other than Linux:

../configure[3340]: xopenbsd: not found

Instead, favor a switch statement which makes the line a bit shorter as well.

Also, the AC_MSG_ERROR argument must be wrapped in brackets due to presence of a
comma. Otherwise, the tail will be interpreted as an additional argument.

3 years agoUpdate RELEASENOTES-DEVELOPMENT.md
Mike Brady [Fri, 26 Nov 2021 17:41:01 +0000 (17:41 +0000)] 
Update RELEASENOTES-DEVELOPMENT.md

3 years agoMerge pull request #1346 from fwcd/libplist-configure-fix
Mike Brady [Fri, 26 Nov 2021 17:28:20 +0000 (17:28 +0000)] 
Merge pull request #1346 from fwcd/libplist-configure-fix

Try finding libplist as libplist-2.0 on Linux too.

3 years agoTry finding libplist as libplist-2.0 on Linux too 1346/head
fwcd [Wed, 24 Nov 2021 15:21:34 +0000 (16:21 +0100)] 
Try finding libplist as libplist-2.0 on Linux too

3 years agoUpdate RELEASENOTES-DEVELOPMENT.md
Mike Brady [Sun, 14 Nov 2021 15:03:19 +0000 (15:03 +0000)] 
Update RELEASENOTES-DEVELOPMENT.md

3 years agoUpdate to the latest version of ejurgensen's pair_ap library. With thanks.
Mike Brady [Sun, 14 Nov 2021 14:13:31 +0000 (14:13 +0000)] 
Update to the latest version of ejurgensen's pair_ap library. With thanks.

3 years agoUpdate RELEASENOTES-DEVELOPMENT.md
Mike Brady [Sun, 14 Nov 2021 11:43:16 +0000 (11:43 +0000)] 
Update RELEASENOTES-DEVELOPMENT.md

3 years agoFix a bug by ensuring certain ap2 variables are initialised by the player thread.
Mike Brady [Sun, 14 Nov 2021 11:18:39 +0000 (11:18 +0000)] 
Fix a bug by ensuring certain ap2 variables are initialised by the player thread.

3 years agoMerge pull request #1326 from a-x-/patch-2
Mike Brady [Mon, 1 Nov 2021 08:46:21 +0000 (08:46 +0000)] 
Merge pull request #1326 from a-x-/patch-2

typo(MQTT): Please not -> Please note

3 years agotypo(MQTT): Please not -> Please note 1326/head
Alexander Mextner [Mon, 1 Nov 2021 06:18:57 +0000 (09:18 +0300)] 
typo(MQTT): Please not -> Please note

3 years agoUpdate RELEASENOTES-DEVELOPMENT.md
Mike Brady [Sun, 24 Oct 2021 12:25:35 +0000 (13:25 +0100)] 
Update RELEASENOTES-DEVELOPMENT.md

3 years agoMerge pull request #1314 from ffontaine/development
Mike Brady [Sun, 24 Oct 2021 12:10:23 +0000 (13:10 +0100)] 
Merge pull request #1314 from ffontaine/development

configure.ac: fix build with automake 1.16.5

Many thanks!

3 years agoMerge branch 'development' of github.com:mikebrady/shairport-sync into development
Mike Brady [Sun, 24 Oct 2021 10:37:10 +0000 (11:37 +0100)] 
Merge branch 'development' of github.com:mikebrady/shairport-sync into development

Forgot some online documentation updates.

3 years agoslight tidying up
Mike Brady [Sun, 24 Oct 2021 10:36:40 +0000 (11:36 +0100)] 
slight tidying up

3 years agoUpdate BUILDFORAP2.md
Mike Brady [Sun, 24 Oct 2021 10:28:46 +0000 (11:28 +0100)] 
Update BUILDFORAP2.md

3 years agoUpdate RELEASENOTES-DEVELOPMENT.md
Mike Brady [Fri, 22 Oct 2021 18:52:36 +0000 (19:52 +0100)] 
Update RELEASENOTES-DEVELOPMENT.md

3 years agoReturn 501 "Not Implemented" for unexpected RTSP commands -- it seems to work better...
Mike Brady [Fri, 22 Oct 2021 18:36:31 +0000 (19:36 +0100)] 
Return 501 "Not Implemented" for unexpected RTSP commands -- it seems to work better. The old code, 400, didn't seem to get the required response.

3 years agoconfigure.ac: fix build with automake 1.16.5 1314/head
Fabrice Fontaine [Fri, 15 Oct 2021 06:20:12 +0000 (08:20 +0200)] 
configure.ac: fix build with automake 1.16.5

Fix the following build failure with convolution raised since automake
1.16.5 and
https://git.savannah.gnu.org/cgit/automake.git/commit/?id=f4a3a70f69e1dbccb6578f39ef47835098a04624:

configure.ac:305: error: AM_INIT_AUTOMAKE expanded multiple times
/home/giuliobenetti/autobuild/run/instance-1/output-1/host/share/aclocal-1.16/init.m4:29: AM_INIT_AUTOMAKE is expanded from...
configure.ac:6: the top level
/home/giuliobenetti/autobuild/run/instance-1/output-1/host/share/aclocal-1.16/init.m4:29: AM_INIT_AUTOMAKE is expanded from...
configure.ac:305: the top level

Fixes:
 - http://autobuild.buildroot.org/results/464148bdccb705d8992dc860262bfdeb01b7e2a1

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 years agoUpdate BUILDFORAP1.md
Mike Brady [Mon, 11 Oct 2021 17:04:33 +0000 (19:04 +0200)] 
Update BUILDFORAP1.md

3 years agoForgot some documentation updates online.
Mike Brady [Wed, 29 Sep 2021 09:08:49 +0000 (10:08 +0100)] 
Forgot some documentation updates online.

Merge branch 'development' of github.com:mikebrady/shairport-sync into development

3 years agoQuieten some debug messages.
Mike Brady [Wed, 29 Sep 2021 09:08:22 +0000 (10:08 +0100)] 
Quieten some debug messages.

3 years agoUpdate RELEASENOTES-DEVELOPMENT.md
Mike Brady [Wed, 29 Sep 2021 08:39:07 +0000 (09:39 +0100)] 
Update RELEASENOTES-DEVELOPMENT.md

3 years agoQuieten a few debug messages.
Mike Brady [Wed, 29 Sep 2021 08:31:13 +0000 (09:31 +0100)] 
Quieten a few debug messages.

3 years agoHonour the volume_range_db with a hardware attenuator, duh.
Mike Brady [Wed, 29 Sep 2021 08:26:46 +0000 (09:26 +0100)] 
Honour the volume_range_db with a hardware attenuator, duh.

3 years agoAllow Shairport Sync to be build without including the metadata stuff.
Mike Brady [Wed, 29 Sep 2021 08:02:53 +0000 (09:02 +0100)] 
Allow Shairport Sync to be build without including the metadata stuff.

3 years agoUpdate RELEASENOTES-DEVELOPMENT.md
Mike Brady [Tue, 28 Sep 2021 16:40:33 +0000 (17:40 +0100)] 
Update RELEASENOTES-DEVELOPMENT.md

3 years agoIs sufficiently different from 4.0-dev... 4.1-dev
Mike Brady [Mon, 27 Sep 2021 18:37:09 +0000 (19:37 +0100)] 
Is sufficiently different from 4.0-dev...

3 years agoAllocate, deallocate and NULL the rtp_event_thread memory space so that it is only...
Mike Brady [Sat, 18 Sep 2021 11:22:57 +0000 (12:22 +0100)] 
Allocate, deallocate and NULL the rtp_event_thread memory space so that it is only deleted once!

3 years agoUpdate RELEASENOTES-DEVELOPMENT.md
Mike Brady [Fri, 17 Sep 2021 18:27:41 +0000 (19:27 +0100)] 
Update RELEASENOTES-DEVELOPMENT.md

3 years agoUpdate AIRPLAY2.md
Mike Brady [Fri, 17 Sep 2021 18:24:10 +0000 (19:24 +0100)] 
Update AIRPLAY2.md

3 years agoMerge with the aillwee development branch
Mike Brady [Thu, 16 Sep 2021 16:54:47 +0000 (17:54 +0100)] 
Merge with the aillwee development branch

3 years agoAllow compilation with AirPlay2 not selected.
Mike Brady [Sun, 12 Sep 2021 14:31:45 +0000 (15:31 +0100)] 
Allow compilation with AirPlay2 not selected.

3 years agoAdd full teardown actions to RTSP stream cleanup to correctly close all connections.
Mike Brady [Sun, 12 Sep 2021 14:24:48 +0000 (15:24 +0100)] 
Add full teardown actions to RTSP stream cleanup to correctly close all connections.

3 years agoChange features flags in agreement with the metadata settings in the config file.
Mike Brady [Fri, 10 Sep 2021 16:42:47 +0000 (17:42 +0100)] 
Change features flags in agreement with the metadata settings in the config file.

3 years agoFix compilation errors that accumulated with no --with-airplay-2 flag set.
Mike Brady [Thu, 9 Sep 2021 10:24:23 +0000 (11:24 +0100)] 
Fix compilation errors that accumulated with no --with-airplay-2 flag set.

3 years agoStop a message from repeating endlessly.
Mike Brady [Thu, 9 Sep 2021 10:23:25 +0000 (11:23 +0100)] 
Stop a message from repeating endlessly.

3 years agoFix a crashing bug in cancel_all_RTSP_threads.
Mike Brady [Tue, 7 Sep 2021 06:44:28 +0000 (07:44 +0100)] 
Fix a crashing bug in cancel_all_RTSP_threads.

3 years agoClang
Mike Brady [Mon, 6 Sep 2021 13:30:13 +0000 (14:30 +0100)] 
Clang

3 years agoImprove cancelled connection memory recovery. Remove some trick-bicycling programming...
Mike Brady [Mon, 6 Sep 2021 10:05:20 +0000 (11:05 +0100)] 
Improve cancelled connection memory recovery. Remove some trick-bicycling programming from connection memory recovery. Use mutexes. Recover cancelled connection memory immediately.

3 years agoDon't need 'had_been_cancelled'. Remoted.
Mike Brady [Mon, 6 Sep 2021 10:02:59 +0000 (11:02 +0100)] 
Don't need 'had_been_cancelled'. Remoted.

3 years agoSeems to work better with iOS / HomePod mini speaker selection. Does not recover...
Mike Brady [Mon, 6 Sep 2021 08:11:24 +0000 (09:11 +0100)] 
Seems to work better with iOS / HomePod mini speaker selection. Does not recover discarded rtsp stream memory!

3 years agoSlight comment change.
Mike Brady [Sun, 5 Sep 2021 09:13:17 +0000 (10:13 +0100)] 
Slight comment change.

3 years agoTo address Issue 1107, set the number of items to buffer to 255. Thanks to https...
Mike Brady [Sun, 5 Sep 2021 09:12:41 +0000 (10:12 +0100)] 
To address Issue 1107, set the number of items to buffer to 255. Thanks to https://github.com/PieGuy314 and https://github.com/Hello71 for reporting.

3 years agoMerge branch 'development' of github.com:mikebrady/shairport-sync into development
Mike Brady [Sun, 5 Sep 2021 08:10:26 +0000 (09:10 +0100)] 
Merge branch 'development' of github.com:mikebrady/shairport-sync into development
quieten a deprecation warning

3 years agoUpdate rtp.c
Mike Brady [Sun, 5 Sep 2021 08:09:44 +0000 (09:09 +0100)] 
Update rtp.c

Stop a deprecated warning.

3 years agoOnline changes.
Mike Brady [Sun, 5 Sep 2021 08:01:33 +0000 (09:01 +0100)] 
Online changes.
Merge branch 'development' of github.com:mikebrady/shairport-sync into development

3 years agoMerge pull request #1284 from mao-liu/fix/ffmpeg-3.4
Mike Brady [Sat, 4 Sep 2021 20:19:15 +0000 (21:19 +0100)] 
Merge pull request #1284 from mao-liu/fix/ffmpeg-3.4

small change to fix codec loading for ubuntu-18/ffmpeg-3.4

3 years agosmall change to fix codec loading for ubuntu-18/ffmpeg-3.4 1284/head
Mao Liu [Sat, 4 Sep 2021 14:31:15 +0000 (14:31 +0000)] 
small change to fix codec loading for ubuntu-18/ffmpeg-3.4

3 years agoredo handle_setup to identify ptp, ntp and remote control streams, returns 400 for...
Mike Brady [Sat, 4 Sep 2021 14:08:44 +0000 (15:08 +0100)] 
redo handle_setup to identify ptp, ntp and remote control streams, returns 400 for remote control and unrecognised stuff.

3 years agoUncomment code to list the contents of an incoming message. Get the source airplay...
Mike Brady [Fri, 3 Sep 2021 14:41:47 +0000 (15:41 +0100)] 
Uncomment code to list the contents of an incoming message. Get the source airplay version. Quieten some messages.

3 years agoQuieten a really noise message on verbosity 3.
Mike Brady [Fri, 3 Sep 2021 14:38:28 +0000 (15:38 +0100)] 
Quieten a really noise message on verbosity 3.

3 years agoMove the release of the group UUID to when the connection ends, not when the play...
Mike Brady [Thu, 2 Sep 2021 11:20:53 +0000 (12:20 +0100)] 
Move the release of the group UUID to when the connection ends, not when the play session ends.

3 years agoquieten a few debug messages
Mike Brady [Wed, 1 Sep 2021 15:54:19 +0000 (16:54 +0100)] 
quieten a few debug messages

3 years agoclang
Mike Brady [Wed, 1 Sep 2021 15:53:48 +0000 (16:53 +0100)] 
clang

3 years agoclang
Mike Brady [Wed, 1 Sep 2021 15:53:14 +0000 (16:53 +0100)] 
clang

3 years agoAdd new type of airplasy stream
Mike Brady [Wed, 1 Sep 2021 15:40:43 +0000 (16:40 +0100)] 
Add new type of airplasy stream

3 years agoMark the airplay_gid free by nulling it.
Mike Brady [Wed, 1 Sep 2021 15:40:04 +0000 (16:40 +0100)] 
Mark the airplay_gid free by nulling it.

3 years agolock the avahi thread before modifying the strings
Mike Brady [Wed, 1 Sep 2021 15:39:32 +0000 (16:39 +0100)] 
lock the avahi thread before modifying the strings

3 years agoTiny update. Note thay SPS can not participate in a remote control connection.
Mike Brady [Wed, 1 Sep 2021 11:08:13 +0000 (12:08 +0100)] 
Tiny update. Note thay SPS can not participate in a remote control connection.

3 years agoMove groupUUID storage to the conn, as it's a property of a connection not of the...
Mike Brady [Wed, 1 Sep 2021 09:33:29 +0000 (10:33 +0100)] 
Move groupUUID storage to the conn, as it's a property of a connection not of the player. Improve some debug messages. Alsways update the bonjour strings dueing a SETUP, only reset grooup UUID when a TEARDOWN closes a connection, not when it closes a stream.

3 years agoIf the airplay_gid is not NULL, free it before deleting the player.
Mike Brady [Wed, 1 Sep 2021 09:31:06 +0000 (10:31 +0100)] 
If the airplay_gid is not NULL, free it before deleting the player.

3 years agoStop initialising the airplay_gid. Now if it's NULL it means the group UUID is the...
Mike Brady [Wed, 1 Sep 2021 09:30:24 +0000 (10:30 +0100)] 
Stop initialising the airplay_gid. Now if it's NULL it means the group UUID is the same as the deviice's pi. Alos airplay_gid is moved to the conn.

3 years agoMove group ID store to the conn. Fix the size of the groupContainsGroupLeader plist...
Mike Brady [Wed, 1 Sep 2021 09:28:30 +0000 (10:28 +0100)] 
Move group ID store to the conn. Fix the size of the groupContainsGroupLeader plist boolean store.

3 years agoRearrange code for setting bonjour strings. Improve response text from msg_write_resp...
Mike Brady [Tue, 31 Aug 2021 16:54:59 +0000 (17:54 +0100)] 
Rearrange code for setting bonjour strings. Improve response text from msg_write_response. Decode updateMRSupportedCommands stuff for curiosity. Capture group ID and groupContainsGroupLeader from setup and post them in the Bonjour strings. Include 'isGroupLeader=0' if it's in a group. Restore group ID and related stuff when deselected. Set bit 11 'DeviceSupportsRelay' when selected and clear when deselected.

3 years agoMake the features more like the APX2
Mike Brady [Tue, 31 Aug 2021 16:45:27 +0000 (17:45 +0100)] 
Make the features more like the APX2

3 years agoadd a place to store the groupContainsGroupLeader from SETUP
Mike Brady [Tue, 31 Aug 2021 16:43:56 +0000 (17:43 +0100)] 
add a place to store the groupContainsGroupLeader from SETUP

4 years agobreak out the POST /command stuff
Mike Brady [Mon, 23 Aug 2021 12:00:09 +0000 (13:00 +0100)] 
break out the POST /command stuff

4 years agoAllow debug/inform/die/warn messages up to 16384 bytes (up from 1024 bytes)
Mike Brady [Mon, 23 Aug 2021 11:57:56 +0000 (12:57 +0100)] 
Allow debug/inform/die/warn messages up to 16384 bytes (up from 1024 bytes)

4 years agoUpdate MQTT.md
Mike Brady [Tue, 10 Aug 2021 21:04:37 +0000 (22:04 +0100)] 
Update MQTT.md

4 years agoMerge pull request #1264 from ffontaine/development
Mike Brady [Fri, 6 Aug 2021 09:52:41 +0000 (10:52 +0100)] 
Merge pull request #1264 from ffontaine/development

configure.ac: find sndfile through pkg-config

4 years agoconfigure.ac: find sndfile through pkg-config 1264/head
Fabrice Fontaine [Fri, 6 Aug 2021 09:41:49 +0000 (11:41 +0200)] 
configure.ac: find sndfile through pkg-config

Find sndfile through pkg-config to retrieve sndfile dependencies such as
flac and avoid the following static build failure:

/tmp/instance-3/output-1/host/lib/gcc/xtensa-buildroot-linux-uclibc/10.3.0/../../../../xtensa-buildroot-linux-uclibc/bin/ld: /tmp/instance-3/output-1/host/bin/../xtensa-buildroot-linux-uclibc/sysroot/usr/lib/libsndfile.a(libsndfile_la-flac.o): in function `flac_byterate':
flac.c:(.text+0xfc): undefined reference to `FLAC__StreamDecoderErrorStatusString'

Fixes:
 - http://autobuild.buildroot.org/results/92ed30a6855ca11800b779718822bcba4a69c9a3

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
4 years agoUpdate RELEASENOTES-DEVELOPMENT.md
Mike Brady [Fri, 30 Jul 2021 19:39:08 +0000 (20:39 +0100)] 
Update RELEASENOTES-DEVELOPMENT.md

4 years agorevert output to syslog rather than stderr
Mike Brady [Fri, 30 Jul 2021 18:15:17 +0000 (19:15 +0100)] 
revert output to syslog rather than stderr

4 years agoUpdate CAR INSTALL.md
Mike Brady [Thu, 29 Jul 2021 12:13:01 +0000 (13:13 +0100)] 
Update CAR INSTALL.md

4 years agoUpdate BUILDFORAP2.md
Mike Brady [Thu, 29 Jul 2021 12:11:39 +0000 (13:11 +0100)] 
Update BUILDFORAP2.md

4 years agoDocumentation updates
Mike Brady [Wed, 28 Jul 2021 15:59:35 +0000 (16:59 +0100)] 
Documentation updates

4 years agoUpdate RELEASENOTES-DEVELOPMENT
Mike Brady [Wed, 28 Jul 2021 14:47:21 +0000 (15:47 +0100)] 
Update RELEASENOTES-DEVELOPMENT

4 years agoWhen an unrecognised SETUP message is received, just say okay and ignore it. Remove...
Mike Brady [Wed, 28 Jul 2021 11:58:20 +0000 (12:58 +0100)] 
When an unrecognised SETUP message is received, just say okay and ignore it. Remove reduncant client_setup_plist from the conn data structure.

4 years agoremove a misleading obsolete comment.
Mike Brady [Wed, 28 Jul 2021 11:56:55 +0000 (12:56 +0100)] 
remove a misleading obsolete comment.

4 years agoMerge branch 'development' of github.com:mikebrady/shairport-sync into development
Mike Brady [Tue, 27 Jul 2021 17:20:05 +0000 (18:20 +0100)] 
Merge branch 'development' of github.com:mikebrady/shairport-sync into development
Online updates.

4 years agoUpdate TROUBLESHOOTING.md
Mike Brady [Sat, 24 Jul 2021 08:28:12 +0000 (09:28 +0100)] 
Update TROUBLESHOOTING.md

4 years agoSimplify UFW Stuff
Mike Brady [Sat, 24 Jul 2021 08:23:02 +0000 (09:23 +0100)] 
Simplify UFW Stuff

Make is work for any source, IPv4 or IPv6, add in 7000 for AP2

4 years agoBring over some updates that were applied to the master branch.
Mike Brady [Thu, 22 Jul 2021 16:33:31 +0000 (17:33 +0100)] 
Bring over some updates that were applied to the master branch.

4 years agoMerge branch 'development' of github.com:mikebrady/shairport-sync into development
Mike Brady [Thu, 22 Jul 2021 15:45:10 +0000 (16:45 +0100)] 
Merge branch 'development' of github.com:mikebrady/shairport-sync into development

Online pull requests.

4 years agoMerge pull request #1177 from lrusak/pipewire
Mike Brady [Thu, 22 Jul 2021 15:35:10 +0000 (16:35 +0100)] 
Merge pull request #1177 from lrusak/pipewire

pipewire: add initial support

4 years agoMerge pull request #1211 from fesc2000/master
Mike Brady [Thu, 22 Jul 2021 15:28:25 +0000 (16:28 +0100)] 
Merge pull request #1211 from fesc2000/master

Fix tinysvcmdns: rr_data_len goes beyond packet buffer

4 years agoMerge branch 'dasl--readme-config' into development
Mike Brady [Thu, 22 Jul 2021 15:12:38 +0000 (16:12 +0100)] 
Merge branch 'dasl--readme-config' into development

PR #1186

4 years agoMerged PR #1186, thanks to [dasl-](https://github.com/dasl-).
Mike Brady [Thu, 22 Jul 2021 15:12:06 +0000 (16:12 +0100)] 
Merged PR #1186, thanks to [dasl-](https://github.com/dasl-).

4 years agoMerge branch 'development' of github.com:mikebrady/shairport-sync into development
Mike Brady [Thu, 22 Jul 2021 15:04:47 +0000 (16:04 +0100)] 
Merge branch 'development' of github.com:mikebrady/shairport-sync into development

Online changes.

4 years agoMerge pull request #1253 from charlesomer/master
Mike Brady [Thu, 22 Jul 2021 15:01:43 +0000 (16:01 +0100)] 
Merge pull request #1253 from charlesomer/master

Added stale action for issues and PRs.

4 years agoMerge pull request #1243 from charlesomer/development
Mike Brady [Thu, 22 Jul 2021 15:00:31 +0000 (16:00 +0100)] 
Merge pull request #1243 from charlesomer/development

Fix NQPTP branch name for non development build starts.

4 years agoUpdate CAR INSTALL.md
Mike Brady [Thu, 22 Jul 2021 13:30:17 +0000 (14:30 +0100)] 
Update CAR INSTALL.md

4 years agoAvoid repreatedly asking Avahi to monitor for the same DACP-ID. Quieten some debug...
Mike Brady [Thu, 22 Jul 2021 12:23:57 +0000 (13:23 +0100)] 
Avoid repreatedly asking Avahi to monitor for the same DACP-ID. Quieten some debug messages.

4 years agoQuieten a few temporary wanrings.
Mike Brady [Thu, 22 Jul 2021 11:43:21 +0000 (12:43 +0100)] 
Quieten a few temporary wanrings.

4 years agoAdd a dummy handler for the POST /feedback request.
Mike Brady [Thu, 22 Jul 2021 10:03:32 +0000 (11:03 +0100)] 
Add a dummy handler for the POST /feedback request.

4 years agoUse a local copy of the nqptp shared memory interface description file.
Mike Brady [Thu, 22 Jul 2021 10:01:53 +0000 (11:01 +0100)] 
Use a local copy of the nqptp shared memory interface description file.

4 years agoPick up active Remote information as well as DACP-ID.
Mike Brady [Mon, 19 Jul 2021 20:51:47 +0000 (21:51 +0100)] 
Pick up active Remote information as well as DACP-ID.