https://github.com/sensaura-public/iotweb
A simple HTTP and WebSocket server component for Windows 10 IoT Core and .NET 4.5
https://github.com/sensaura-public/iotweb
Last synced: 7 months ago
JSON representation
A simple HTTP and WebSocket server component for Windows 10 IoT Core and .NET 4.5
- Host: GitHub
- URL: https://github.com/sensaura-public/iotweb
- Owner: sensaura-public
- Created: 2015-12-20T01:02:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T11:10:19.000Z (almost 9 years ago)
- Last Synced: 2024-04-20T18:01:29.740Z (about 2 years ago)
- Language: C#
- Size: 138 KB
- Stars: 38
- Watchers: 7
- Forks: 21
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
Awesome Lists containing this project
- awesome-iot - IotWeb ★ 4 ⧗ 9 - A Embedded HTTP and WebSocket Server for UWP/.NET 4.5. (Hardware Com / Others)
- awesome_iot - IotWeb ★ 4 ⧗ 9 - A Embedded HTTP and WebSocket Server for UWP/.NET 4.5. (Hardware Com / Others)
README
# Embedded HTTP and WebSocket Server for UWP/.NET 4.5
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](http://www.mono-project.com/), Windows Desktop and [Windows 10 IoT Core](https://dev.windows.com/en-us/iot).
The library is released under the [Creative Commons BY-SA license](http://creativecommons.org/licenses/by-sa/4.0/) - 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](https://github.com/sensaura-public/iotweb), please raise any bug reports or feature requests on the [issues page](https://github.com/sensaura-public/iotweb/issues) for the project.
You can install the library [using NuGet](https://www.nuget.org/packages/IotWeb/). 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](https://sensaura.slack.com/) (get your [invitation here](https://docs.google.com/forms/d/1PTCu0A5u7OZh136BmPCS3jx0VPoCGIwvEc2fYyVhNYQ/viewform)) and jump in to the #iotweb channel. The repository includes a simple WebSocket echo server implementation for [.NET 4.5](https://github.com/sensaura-public/iotweb/tree/master/WebHost%20Desktop) and the Universal Windows Platform. Tutorials and examples will also be posted to the [project page on Sensaura.org](http://sensaura.org/pages/tools/iotweb/index.html) as well as the [Sensaura Blog](http://sensaura.org/blog/index.html).