This project is a .NET class library allowing you to control Wifi (802.11) network adapters installed in your Windows machine programmatically. The library uses the Native Wifi API, available since Windows Vista and Windows XP SP2 (in a limited fashion, and only after applying a hotfix provided in KB article 918997). Older versions of Windows are not supported.
Package Description
Provides the Wi-Fi APIs for Tizen .NET
This package includes the Windows.Devices.Wifi assembly for .NET nanoFramework C# projects. This package requires a target with Windows.Devices.Wifi v (checksum 0xA94A849E).
Provides a framework for modelling devices, services and characteristics within WifiPlug
The .NET client for the REST API
Provides the Wi-Fi Direct APIs for Tizen .NET
A framework for working with WIFIPLUG events
This library provides .Net Micro Framework support for the ESP8266 family of serial-interface wifi boards
This library provides .Net Micro Framework support for the Molecule.Net 'Neon' wifi board, which uses the ESP8266 block to provide a serial-to-wifi bridge
ManagedNativeWifi is a managed implementation of Native Wifi API. It provides functionality to manage wireless networks, interfaces and profiles.
WiFiUserLocator
This library provides Networking helper classes for accessing Microsoft Azure using the IngenuityMicro serial wifi stack and .Net Micro Framework
Get network connectivity information such as network type, speeds, and if connection is available. Additional functionality includes the ability to ping a specific host and port number. Ensure you have proper permissions set by reading the README.
Control Sky Q box by IP address over wired or wifi network. Supports all remote control commands including power on/off, change channel, play/pause/stop/record, show program guide, box office and UI navigation. Retrieve set-top box information such as device manufacturer, model and software version. View all Sky electronic programme guide (EPG) channel information and programme guide data, search for what's on now/next. Schedule recordings, list and delete recordings. Complete re-write for version 4, now targeting .Net Standard and async support.
This library provides Networking helper classes for accessing Microsoft Azure using the PervasiveDigital serial wifi stack and .Net Micro Framework
This package includes the System.Device.Wifi assembly for .NET nanoFramework C# projects. This package requires a target with System.Device.Wifi v100.0.6.4 (checksum 0x00A058C6).
This library provides .Net Micro Framework support for the ESP8266 family of serial-interface wifi boards
Get app info, such as display name, version and package id
Pure C# Implementation of Various WiFi SmartConfig Protocols: AirKiss and ESPTouch
WP8 and WP7 SMTP client library to send emails without using the EmailComposeTask, and attach any type of file. Main Features: • connects to Microsoft Live, Gmail or to a custom SMTP mail server (SSL/TLS compatible). • supports any kind of attachment, from resource or isolated storage: pdf, mp3, wav, mp4, avi, bmp, txt, zip, jpg, etc. • sends an email without calling EmailComposeTask and does not need user intervention. • multithreaded: will not freeze/block your UI. • works on wifi and data connection. • supports international charset (Chinese). Usage scenario: //create a new MailMessage object MailMessage mailMessage = new MailMessage(); //set a Live/Hotmail or Gmail, or a custom SMTP account mailMessage.UserName= "*****@hotmail.com; mailMessage.Password = "********"; mailMessage.AccountType = AccountType.MicrosoftAccount; mailMessage.From = "myapp@mycompany.com"; //set mail data mailMessage.To = "foo@foo.com"; mailMessage.ReplyTo = "foo5@foo.com"; mailMessage.Subject = "Hello from WP"; mailMessage.Body = "I can send any type of attachment from my app now !!"; //text or HTML //attach ANY KIND of file from a resource or IsolatedStorage path mailMessage.AddAttachment("\rex\file.wav"); mailMessage.AddAttachment("\myFolder\file.mp3"); mailMessage.AddAttachment("\downloads\file.mp4"); //attach from in-memory data: mailMessage.AddAttachment(Encoding.UTF8.GetBytes("yesssss".ToCharArray()), "memoryfile.txt"); //set message event handlers mailMessage.Error += mailMessage_Error; mailMessage.MailSent += mailMessage_MailSent; mailMessage.Progress += mailMessage_Progress; //send email (async) mailMessage.SendMail(); Support: support@venetasoft.it
Managed Wifi API
This project is a .NET class library allowing you to control Wifi (802.11) network adapters installed in your Windows machine programmatically. The library uses the Native Wifi API, available since Windows Vista and Windows XP SP2 (in a limited fashion, and only after applying a hotfix provided in KB article 918997). Older versions of Windows are not supported.
ArdNet Client implementation for NanoFramework. Built for the ESP32, but should work for any wifi-enabled microcontroller running NanoFramework
ArdNet implementation for NanoFramework. Built for the ESP32, but should work for any wifi-enabled microcontroller running NanoFramework
Nodes to work with Wickedlasers LaserCube via Ethernet or WiFi. USB is not supported.
Flowifier client to conviniently and directly interact with the Flowifier application.
Class library for NPE implementations utilizing the GainSpan WiFi module and Silicon Labs CP2110 USB interface.
WiFi Access Point library for MAKO-IoT
C# API for controlling LED devices from Sunricher (SR-2818WiN).
Control your LEGO Mindstorms EV3 kit! With this API, you can connect to and control your LEGO EV3 brick over Bluetooth, WiFi, or USB. This project provides libraries that are usable from the Windows desktop, Windows Phone 8, and WinRT (via .NET, WinJS and C++), along with full source code.
This library provides Networking helper classes for accessing Microsoft Azure Storage Services using the PervasiveDigital serial wifi stack and .Net Micro Framework
This is a DotNet standard package built for the sole purpose of simplifying the process of network connection information retrieval, this is a cross platform library which can be extended to linux and osx. Feel free to contribute to other platforms. This library is also culture independent, it works on any locale whatsoever
LED animation/information display framework
LED animation/information display framework
An unofficial implementation of the Yeelight WiFi Light Inter-Operation Specification.
CrossPlatformLibrary.Connectivity is a plug-in for platform-independent access to network connectivity.