Skip to content

A simple HTTP and WebSocket server component for Windows 10 IoT Core and .NET 4.5

Notifications You must be signed in to change notification settings

Nielk1/CarbyneIotWeb

 
 

Repository files navigation

Embedded HTTP and WebSocket Server for .NET 4.5

This is a Fork of [IoTWeb] (https://github.com/ummarbhutta/iotweb), and includes following changes

  • Merged Portable and NET45 for ease of use
  • Namespace and library name change to avoid conflicts

This is a Fork of [IoTWeb] (https://github.com/sensaura-public/iotweb), and includes following bug fixes

  • [HttpHandler was not being called for POST methods] (sensaura-public#6)
  • Websocket handshake issue on Safari 10.0.1 (11602.2.14.0.7) with Invalid HTTP version string: HTTP/1.0 error.

The IotWeb class library allows you to embed a simple HTTP and WebSocket server into your C# application. The library supports both the .NET 4.5 framework as well as the Universal Windows Platform allowing you to target Mono, Windows Desktop and Windows 10 IoT Core.

The library is released under the Creative Commons BY-SA license - this means you can use the library in commercial and non-commercial projects as long as you provide attribution (a link to this page will be fine) and release any changes you make under the same license.

The full source code is available on GitHub, please raise any bug reports or feature requests on the issues page for the project.

You can install the library using NuGet. Be aware that the NuGet package will lag behind the source repository, only stable updates will be released.

For help, examples and discussions you can join the Sensaura Slack Team (get your invitation here) and jump in to the #iotweb channel. The repository includes a simple WebSocket echo server implementation for .NET 4.5 and the Universal Windows Platform. Tutorials and examples will also be posted to the project page on Sensaura.org as well as the Sensaura Blog.

About

A simple HTTP and WebSocket server component for Windows 10 IoT Core and .NET 4.5

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 97.0%
  • HTML 3.0%