esptouch 1.0.0

dotnet add package esptouch --version 1.0.0
NuGet\Install-Package esptouch -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="esptouch" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add esptouch --version 1.0.0
#r "nuget: esptouch, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install esptouch as a Cake Addin
#addin nuget:?package=esptouch&version=1.0.0

// Install esptouch as a Cake Tool
#tool nuget:?package=esptouch&version=1.0.0

基于 ESP wifi 模块的 smartconfig 之 esptouch 协议智能配网的 .net 实现

移植于 EsptouchForAndroid 项目

说明

1、广播模式、组播方式测试通过、由于 AES 没有使用,所以没有移植
2、DLL 项目基于 .NET Stdandard 2.0; 命令行测试程序 基于 .NET Core 3.1
3、解决方案使用 VS2019 构建

注意

1、命令行程序在 windows 下可以自动获取当前连接 WIFI 路由器的SSID、BSSID、IP; 其他平台可以获取 IP,其他参数需要手动输入;
2、广播模式,可以在不同路由器下完成配网,运行 EspTouchForCSharp 主机网络连接可以不是 WIFI 路由器;组播模式,ESP 模块必须与运行 EspTouchForCSharp 主机在同一个路由器下。

命令行参数

Usage: EsptouchNetCore ...
  [ --(ssid | s) SSID ]
  [ --(bssid | b) BSSID ]
  [ --(address | a) LOCALADDRESS ]
  [ --(broadcast | br) <1|0> ,default:1 ]
  [ --(devices | d) NUMBER ,default:1 ]
  [ --(password | p) PASSWORD ]
  [ --(help | h) USAGE ]
Product 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. 
.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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 566 1/31/2020