Yortw / RSSDP

Really Simple Service Discovery Protocol - a 100% .Net implementation of the SSDP protocol for publishing custom/basic devices, and discovering all device types on a network.

Home Page:http://yortw.github.io/RSSDP/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maui support?

TheSundayDev opened this issue · comments

Hi all,
just to know if there will be support also for .net MAUI.
thanks

I'm using this now in a Maui app and its working great. This is what I'm seeing to date:

  • Macos: Works on the iOS Simulator
  • Macos: Works on the Android emulator
  • Windows 11: Android emulator does not seem to support multicast here, so it is not working, but I don't think its a package issue

hi,
thanks for your answer.
are you using version 4.0.4?
I'm not able to install it in the maui project.

Yes, 4.0.4, and using .NET 8.0.100

Here are my packages (not all of them, but these are the Maui ones):

<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.20" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.20" />
<PackageReference Include="Microsoft.Maui.Controls.Core" Version="8.0.20" />
<PackageReference Include="Rssdp" Version="4.0.4" />

hi,
my errors here:
NU1605: Warning As Error: Detected package downgrade: System.Collections from 4.3.0 to 4.0.11. Reference the package directly from the project to select a different version.
MyApp -> Rssdp 4.0.4 -> System.Net.Primitives 4.0.11 -> runtime.unix.System.Net.Primitives 4.3.0 -> System.Collections (>= 4.3.0)
MyApp -> Rssdp 4.0.4 -> System.Collections (>= 4.0.11)
NU1605: Warning As Error: Detected package downgrade: System.Resources.ResourceManager from 4.3.0 to 4.0.1. Reference the package directly from the project to select a different version.
MyApp -> Rssdp 4.0.4 -> System.Net.Primitives 4.0.11 -> runtime.unix.System.Net.Primitives 4.3.0 -> System.Resources.ResourceManager (>= 4.3.0)
MyApp -> Rssdp 4.0.4 -> System.Resources.ResourceManager (>= 4.0.1)
NU1605: Warning As Error: Detected package downgrade: System.Runtime.Extensions from 4.3.0 to 4.1.0. Reference the package directly from the project to select a different version.
MyApp -> Rssdp 4.0.4 -> System.Net.Primitives 4.0.11 -> runtime.unix.System.Net.Primitives 4.3.0 -> System.Runtime.Extensions (>= 4.3.0)
MyApp -> Rssdp 4.0.4 -> System.Runtime.Extensions (>= 4.1.0)
NU1605: Warning As Error: Detected package downgrade: System.Threading from 4.3.0 to 4.0.11. Reference the package directly from the project to select a different version.
MyApp -> Rssdp 4.0.4 -> System.Net.Primitives 4.0.11 -> runtime.unix.System.Net.Primitives 4.3.0 -> System.Threading (>= 4.3.0)
MyApp -> Rssdp 4.0.4 -> System.Threading (>= 4.0.11)
NU1605: Warning As Error: Detected package downgrade: System.Collections from 4.3.0 to 4.0.11. Reference the package directly from the project to select a different version.
MyApp -> Rssdp 4.0.4 -> System.Net.Sockets 4.1.0 -> runtime.unix.System.Net.Sockets 4.3.0 -> System.Collections (>= 4.3.0)
MyApp -> Rssdp 4.0.4 -> System.Collections (>= 4.0.11)
NU1605: Warning As Error: Detected package downgrade: System.Diagnostics.Debug from 4.3.0 to 4.0.11. Reference the package directly from the project to select a different version.
MyApp -> Rssdp 4.0.4 -> System.Net.Sockets 4.1.0 -> runtime.unix.System.Net.Sockets 4.3.0 -> System.Diagnostics.Debug (>= 4.3.0)
MyApp -> Rssdp 4.0.4 -> System.Diagnostics.Debug (>= 4.0.11)
NU1605: Warning As Error: Detected package downgrade: System.Net.Primitives from 4.3.0 to 4.0.11. Reference the package directly from the project to select a different version.
MyApp -> Rssdp 4.0.4 -> System.Net.Sockets 4.1.0 -> runtime.unix.System.Net.Sockets 4.3.0 -> System.Net.Primitives (>= 4.3.0)
MyApp -> Rssdp 4.0.4 -> System.Net.Primitives (>= 4.0.11)
NU1605: Warning As Error: Detected package downgrade: System.Resources.ResourceManager from 4.3.0 to 4.0.1. Reference the package directly from the project to select a different version.
MyApp -> Rssdp 4.0.4 -> System.Net.Sockets 4.1.0 -> runtime.unix.System.Net.Sockets 4.3.0 -> System.Resources.ResourceManager (>= 4.3.0)
MyApp -> Rssdp 4.0.4 -> System.Resources.ResourceManager (>= 4.0.1)
NU1605: Warning As Error: Detected package downgrade: System.Runtime.Extensions from 4.3.0 to 4.1.0. Reference the package directly from the project to select a different version.
MyApp -> Rssdp 4.0.4 -> System.Net.Sockets 4.1.0 -> runtime.unix.System.Net.Sockets 4.3.0 -> System.Runtime.Extensions (>= 4.3.0)
MyApp -> Rssdp 4.0.4 -> System.Runtime.Extensions (>= 4.1.0)
NU1605: Warning As Error: Detected package downgrade: System.Threading from 4.3.0 to 4.0.11. Reference the package directly from the project to select a different version.
MyApp -> Rssdp 4.0.4 -> System.Net.Sockets 4.1.0 -> runtime.unix.System.Net.Sockets 4.3.0 -> System.Threading (>= 4.3.0)
MyApp -> Rssdp 4.0.4 -> System.Threading (>= 4.0.11)
NU1605: Warning As Error: Detected package downgrade: System.Text.Encoding.Extensions from 4.3.0 to 4.0.11. Reference the package directly from the project to select a different version.
MyApp -> Rssdp 4.0.4 -> System.Net.Sockets 4.1.0 -> runtime.unix.System.Net.Sockets 4.3.0 -> System.IO.FileSystem 4.3.0 -> runtime.unix.System.IO.FileSystem 4.3.0 -> System.Text.Encoding.Extensions (>= 4.3.0)
MyApp -> Rssdp 4.0.4 -> System.Text.Encoding.Extensions (>= 4.0.11)
NU1605: Warning As Error: Detected package downgrade: System.Collections from 4.3.0 to 4.0.11. Reference the package directly from the project to select a different version.
MyApp -> Rssdp 4.0.4 -> System.Net.Primitives 4.0.11 -> runtime.win.System.Net.Primitives 4.3.0 -> System.Collections (>= 4.3.0)
MyApp -> Rssdp 4.0.4 -> System.Collections (>= 4.0.11)
NU1605: Warning As Error: Detected package downgrade: System.Resources.ResourceManager from 4.3.0 to 4.0.1. Reference the package directly from the project to select a different version.
MyApp -> Rssdp 4.0.4 -> System.Net.Primitives 4.0.11 -> runtime.win.System.Net.Primitives 4.3.0 -> System.Resources.ResourceManager (>= 4.3.0)
MyApp -> Rssdp 4.0.4 -> System.Resources.ResourceManager (>= 4.0.1)
NU1605: Warning As Error: Detected package downgrade: System.Runtime.Extensions from 4.3.0 to 4.1.0. Reference the package directly from the project to select a different version.
MyApp -> Rssdp 4.0.4 -> System.Net.Primitives 4.0.11 -> runtime.win.System.Net.Primitives 4.3.0 -> System.Runtime.Extensions (>= 4.3.0)
MyApp -> Rssdp 4.0.4 -> System.Runtime.Extensions (>= 4.1.0)
NU1605: Warning As Error: Detected package downgrade: System.Threading from 4.3.0 to 4.0.11. Reference the package directly from the project to select a different version.
MyApp -> Rssdp 4.0.4 -> System.Net.Primitives 4.0.11 -> runtime.win.System.Net.Primitives 4.3.0 -> System.Threading (>= 4.3.0)
MyApp -> Rssdp 4.0.4 -> System.Threading (>= 4.0.11)
NU1605: Warning As Error: Detected package downgrade: System.Collections from 4.3.0 to 4.0.11. Reference the package directly from the project to select a different version.
MyApp -> Rssdp 4.0.4 -> System.Net.Sockets 4.1.0 -> runtime.win.System.Net.Sockets 4.3.0 -> System.Collections (>= 4.3.0)
MyApp -> Rssdp 4.0.4 -> System.Collections (>= 4.0.11)
NU1605: Warning As Error: Detected package downgrade: System.Diagnostics.Debug from 4.3.0 to 4.0.11. Reference the package directly from the project to select a different version.
MyApp -> Rssdp 4.0.4 -> System.Net.Sockets 4.1.0 -> runtime.win.System.Net.Sockets 4.3.0 -> System.Diagnostics.Debug (>= 4.3.0)
MyApp -> Rssdp 4.0.4 -> System.Diagnostics.Debug (>= 4.0.11)
NU1605: Warning As Error: Detected package downgrade: System.Net.Primitives from 4.3.0 to 4.0.11. Reference the package directly from the project to select a different version.
MyApp -> Rssdp 4.0.4 -> System.Net.Sockets 4.1.0 -> runtime.win.System.Net.Sockets 4.3.0 -> System.Net.Primitives (>= 4.3.0)
MyApp -> Rssdp 4.0.4 -> System.Net.Primitives (>= 4.0.11)
NU1605: Warning As Error: Detected package downgrade: System.Resources.ResourceManager from 4.3.0 to 4.0.1. Reference the package directly from the project to select a different version.
MyApp -> Rssdp 4.0.4 -> System.Net.Sockets 4.1.0 -> runtime.win.System.Net.Sockets 4.3.0 -> System.Resources.ResourceManager (>= 4.3.0)
MyApp -> Rssdp 4.0.4 -> System.Resources.ResourceManager (>= 4.0.1)
NU1605: Warning As Error: Detected package downgrade: System.Runtime.Extensions from 4.3.0 to 4.1.0. Reference the package directly from the project to select a different version.
MyApp -> Rssdp 4.0.4 -> System.Net.Sockets 4.1.0 -> runtime.win.System.Net.Sockets 4.3.0 -> System.Runtime.Extensions (>= 4.3.0)
MyApp -> Rssdp 4.0.4 -> System.Runtime.Extensions (>= 4.1.0)
NU1605: Warning As Error: Detected package downgrade: System.Threading from 4.3.0 to 4.0.11. Reference the package directly from the project to select a different version.
MyApp -> Rssdp 4.0.4 -> System.Net.Sockets 4.1.0 -> runtime.win.System.Net.Sockets 4.3.0 -> System.Threading (>= 4.3.0)
MyApp -> Rssdp 4.0.4 -> System.Threading (>= 4.0.11)
NU1605: Warning As Error: Detected package downgrade: System.Text.Encoding.Extensions from 4.3.0 to 4.0.11. Reference the package directly from the project to select a different version.
MyApp -> Rssdp 4.0.4 -> System.Net.Sockets 4.1.0 -> runtime.win.System.Net.Sockets 4.3.0 -> System.IO.FileSystem 4.3.0 -> runtime.win.System.IO.FileSystem 4.3.0 -> System.Text.Encoding.Extensions (>= 4.3.0)
MyApp -> Rssdp 4.0.4 -> System.Text.Encoding.Extensions (>= 4.0.11)
Package restore failed. Rolling back package changes for 'MyApp'.