README: add a link to dsafa's (?) analysis of Airplay mirroring.

This commit is contained in:
fduncanh
2021-12-02 05:19:24 -05:00
parent 8116d0f7ca
commit 0c40695583
3 changed files with 9 additions and 7 deletions

View File

@@ -608,11 +608,13 @@ Here is my (**fdrachbacher**) attempt at listing the various authors and
the components they created:
- **dsafa22**: Created an [AirPlay 2 mirroring
server](https://github.com/dsafa22/AirplayServer)(seems gone now)
for Android based on ShairPlay. This project is basically a port of
dsafa22's code to the Raspberry Pi, utilizing OpenMAX and OpenSSL
for better performance on the Pi. All code in `lib/` concerning
mirroring is dsafa22's work. License: GNU LGPLv2.1+
server](https://github.com/dsafa22/AirplayServer)(seems gone now,
but [see here](https://www.programmersought.com/article/2084789418/)
for a description) for Android based on ShairPlay. This project is
basically a port of dsafa22's code to the Raspberry Pi, utilizing
OpenMAX and OpenSSL for better performance on the Pi. All code in
`lib/` concerning mirroring is dsafa22's work. License: GNU
LGPLv2.1+
- **Juho Vähä-Herttua** and contributors: Created an AirPlay audio
server called [ShairPlay](https://github.com/juhovh/shairplay),
including support for Fairplay based on PlayFair. Most of the code