SIPSorcery.WebSocketSharp
0.0.1
dotnet add package SIPSorcery.WebSocketSharp --version 0.0.1
NuGet\Install-Package SIPSorcery.WebSocketSharp -Version 0.0.1
<PackageReference Include="SIPSorcery.WebSocketSharp" Version="0.0.1" />
<PackageVersion Include="SIPSorcery.WebSocketSharp" Version="0.0.1" />
<PackageReference Include="SIPSorcery.WebSocketSharp" />
paket add SIPSorcery.WebSocketSharp --version 0.0.1
#r "nuget: SIPSorcery.WebSocketSharp, 0.0.1"
#:package SIPSorcery.WebSocketSharp@0.0.1
#addin nuget:?package=SIPSorcery.WebSocketSharp&version=0.0.1
#tool nuget:?package=SIPSorcery.WebSocketSharp&version=0.0.1
A C# implementation of the WebSocket protocol client and server
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5.2
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
NuGet packages (10)
Showing the top 5 NuGet packages that depend on SIPSorcery.WebSocketSharp:
| Package | Downloads |
|---|---|
|
SIPSorcery
Real-time communications library with full support for the Session Initiation Protocol (SIP) and WebRTC. No wrappers and no native libraries required. |
|
|
Cauca.SIPSorcery
Real-time communications library with full support for the Session Initiation Protocol (SIP) and WebRTC. No wrappers and no native libraries required. |
|
|
SIPSorceryDNFork
A fork of the original SipSorcery package to apply patches we are needing in a quicker manner. Real-time communications library with full support for the Session Initiation Protocol (SIP) and WebRTC. No wrappers and no native libraries required. |
|
|
Borg.SIPSorcery
Real-time communications library with full support for the Session Initiation Protocol (SIP) and WebRTC. No wrappers and no native libraries required. |
|
|
Apricot.Net.WebSocket
WebSocket Middleware、SuperWebSocket、SignalR |
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on SIPSorcery.WebSocketSharp:
| Repository | Stars |
|---|---|
|
sipsorcery-org/sipsorcery
A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
|
|
|
chatop2020/AKStream
AKStream是一套全平台(Linux,MacOS,Windows)、全架构(X86_64,Arm...)、全功能的流媒体管理控制接口平台。集成GB28181,RTSP,RTMP,HTTP等设备推拉流控制、PTZ控制、音视频文件录制管理、音视频文件裁剪合并等功能与一体
|
|
|
microsoft/MixedReality-WebRTC
MixedReality-WebRTC is a collection of components to help mixed reality app developers integrate audio and video real-time communication into their application and improve their collaborative experience
|
|
|
GB28181/GB28181.Solution
Linux/Win/Docker/kubernetes/Chart/Kustomize/GB28181/SIP/RTP/SDP/WebRTC/作为上下级域/平台级联互联
|
|
|
chatop2020/StreamNode-GB28181
本项目是基于ZLMediaKit的流媒体控制管理接口平台,支持RTSP,GB28181的设备拉流与推流控制,GB28181支持PTZ控制。
|
| Version | Downloads | Last Updated |
|---|---|---|
| 0.0.1 | 785,166 | 11/7/2019 |
- Forked from original repo to make .NET Standard 2.0 conformant, apply bug fixes, create nuget package and other general updates.