문제

Title says it all. How do I start?

I thought I can get help from Linn (oss.linn.co.uk), but I can not find any link to their source code.

도움이 되었습니까?

해결책

If you want to use Linn's code you'll have to register as a developer with them. See the bottom of the Developer Programme page for details.

Recent and all future Linn UI products will replace their OSS UPnP stack with ohNet however so you'd be better using that. ohNet is available as open source and is liberally licensed so suitable for inclusion in open or closed, commercial projects. It is written in C++ with the option of C bindings for its public APIs so will be much easier to deploy on Mac/iOS than the OSS stack which is written in C#. This would however leave you needing to port their C# app to Objective C...

Disclaimer: I contribute to ohNet so may not be considered entirely unbiased.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top