UniFiSharp 1.5.0
Install-Package UniFiSharp -Version 1.5.0
dotnet add package UniFiSharp --version 1.5.0
<PackageReference Include="UniFiSharp" Version="1.5.0" />
paket add UniFiSharp --version 1.5.0
#r "nuget: UniFiSharp, 1.5.0"
// Install UniFiSharp as a Cake Addin
#addin nuget:?package=UniFiSharp&version=1.5.0
// Install UniFiSharp as a Cake Tool
#tool nuget:?package=UniFiSharp&version=1.5.0
UniFiSharp
Bringing Ubiquiti UniFi Orchestration Automation to C#
UniFiSharp provides a basic C# API for Ubiquiti UniFi controllers, as well as an orchestration overlay to more easily visualize network topology and execute device commands. UniFiSharp also implements both v1 and v2 of the Ubiquiti discovery protocol for automated controller discovery.
As of v1.5, UniFiSharp ships with unifi-cli
, a cross-platform command-line tool which allows CLI access to the functionality of UniFiSharp. This tool is packaged as a stand-alone executable which does not require the NET CLR to be installed on the target system.
For more information, please visit our guide, including documented API reference, at https://anthturner.github.io/UniFiSharp.
Disclaimer
This software is not affiliated with nor supported by Ubiquiti Networks and is offered under the license as described in LICENSE
. This software should never be used in a production environment without exhaustive, independent testing.
The "U" logo component used is strictly for product identification purposes only, and is protected by fair use.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.1
- Newtonsoft.Json (>= 13.0.1)
- RestSharp (>= 107.3.0)
- RestSharp.Serializers.NewtonsoftJson (>= 107.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.