All Projects → chkr1011 → Coapnet

chkr1011 / Coapnet

Licence: mit
CoAPnet is a high performance .NET library for CoAP based communication. It provides a CoAP client and a CoAP server. It also has DTLS support out of the box.

Projects that are alternatives of or similar to Coapnet

Waterius
Передача показаний воды по Wi-Fi. Watermeter Wi-Fi transmitter.
Stars: ✭ 295 (+1182.61%)
Mutual labels:  smart-home, arduino, iot, internet-of-things
Freedomotic
Open IoT Framework
Stars: ✭ 354 (+1439.13%)
Mutual labels:  home-automation, arduino, iot, internet-of-things
Rpieasy
Easy MultiSensor device based on Raspberry PI
Stars: ✭ 85 (+269.57%)
Mutual labels:  home-automation, smart-home, iot, internet-of-things
automate-home
Yet another python home automation (iot) project. Because a smart light is more than just on or off.
Stars: ✭ 59 (+156.52%)
Mutual labels:  home-automation, smart-home, internet-of-things, smart
Esphome Core
🚨 No longer used 🚨 - The C++ framework behind ESPHome
Stars: ✭ 545 (+2269.57%)
Mutual labels:  home-automation, arduino, iot, internet-of-things
Entity Controller
Entity and lighting controller for managing devices via timers, scripts, and sun-based time restrictions.
Stars: ✭ 156 (+578.26%)
Mutual labels:  home-automation, smart-home, iot, internet-of-things
Blynk Server
Blynk is an Internet of Things Platform aimed to simplify building mobile and web applications for the Internet of Things. Easily connect 400+ hardware models like Arduino, ESP8266, ESP32, Raspberry Pi and similar MCUs and drag-n-drop IOT mobile apps for iOS and Android in 5 minutes
Stars: ✭ 8 (-65.22%)
Mutual labels:  home-automation, arduino, iot, internet-of-things
Awesome Home Assistant
A curated list of amazingly awesome Home Assistant resources.
Stars: ✭ 3,487 (+15060.87%)
Mutual labels:  home-automation, iot, internet-of-things
Home Assistant Cli
💻 Command-line tool for Home Assistant
Stars: ✭ 243 (+956.52%)
Mutual labels:  home-automation, smart-home, iot
Blynk Library
Blynk library for embedded hardware. Works with Arduino, ESP8266, Raspberry Pi, Intel Edison/Galileo, LinkIt ONE, Particle Core/Photon, Energia, ARM mbed, etc.
Stars: ✭ 3,305 (+14269.57%)
Mutual labels:  arduino, iot, internet-of-things
Hoobs
Build your Smart Home with HOOBS. Connect over 2,000 Accessories to your favorite Ecosystem.
Stars: ✭ 325 (+1313.04%)
Mutual labels:  home-automation, smart-home, iot
Home Assistantconfig
🏠 Home Assistant configuration & Documentation for my Smart House. Write-ups, videos, part lists, and links throughout. Be sure to ⭐ it. Updated FREQUENTLY!
Stars: ✭ 3,687 (+15930.43%)
Mutual labels:  home-automation, smart-home, iot
Sonoff Homeassistant
Firmware for ESP8266 based itead Sonoff switches for use with HomeAssistant
Stars: ✭ 354 (+1439.13%)
Mutual labels:  home-automation, arduino, iot
libzwaveip
libzwaveip - Control Z-Wave devices from your IP network
Stars: ✭ 76 (+230.43%)
Mutual labels:  home-automation, smart-home, internet-of-things
Automated Irrigation System
This is the software of an open source automated irrigation system. The complete setup including hardware can be found in the README.
Stars: ✭ 442 (+1821.74%)
Mutual labels:  smart-home, arduino, iot
Homeassistant Config
Stars: ✭ 211 (+817.39%)
Mutual labels:  home-automation, iot, internet-of-things
Cylon
JavaScript framework for robotics, drones, and the Internet of Things (IoT)
Stars: ✭ 3,862 (+16691.3%)
Mutual labels:  arduino, iot, internet-of-things
Sitewhere
SiteWhere is an industrial strength open-source application enablement platform for the Internet of Things (IoT). It provides a multi-tenant microservice-based infrastructure that includes device/asset management, data ingestion, big-data storage, and integration through a modern, scalable architecture. SiteWhere provides REST APIs for all system functionality. SiteWhere provides SDKs for many common device platforms including Android, iOS, Arduino, and any Java-capable platform such as Raspberry Pi rapidly accelerating the speed of innovation.
Stars: ✭ 788 (+3326.09%)
Mutual labels:  arduino, iot, internet-of-things
Leshan
Eclipse Leshan is an OMA Lightweight M2M (LWM2M) implementation in Java.
Stars: ✭ 483 (+2000%)
Mutual labels:  coap, iot, internet-of-things
Dsckeybusinterface
An Arduino/esp8266/esp32 library to directly interface with DSC security systems.
Stars: ✭ 202 (+778.26%)
Mutual labels:  home-automation, arduino, iot



NuGet Badge Build status BCH compliance Join the chat at https://gitter.im/CoAPnet/community License: MIT

CoAPnet

CoAPnet is a high performance .NET library for CoAPnet based communication. It provides a CoAP client and a CoAP server. The library runs on macOS, Linux and Windows. It also supports UDP, DTLS, TCP and TLS connections.

Features

Protocol

  • Core protocol (RFC 7252)
  • Block transfer (RFC 7959)
  • Observe (RFC 7641)

General

  • Async support
  • DTLS (up to 1.2) support for client and server
  • TLS 1.2 support for client and server (but not UWP servers)
  • Extensible communication channels (e.g. In-Memory, TCP, TCP+TLS, UDP, UDP+TLS)
  • Lightweight (only the low level implementation of CoAPnet, no overhead)
  • Performance optimized
  • Interfaces included for mocking and testing
  • Access to internal trace messages
  • Unit tested
  • No external dependencies

Client

  • Communication via TCP (+TLS) or UDP (+DTLS) supported
  • Included core LowLevelCoAPClient with low level functionality
  • Block transfer is supported

Supported frameworks

  • .NET Standard 1.3+
  • .NET Core 1.1+
  • .NET Core App 1.1+
  • .NET Framework 4.5.2+ (x86, x64, AnyCPU)
  • Mono 5.2+
  • Universal Windows Platform (UWP) 10.0.10240+ (x86, x64, ARM, AnyCPU, Windows 10 IoT Core)
  • Xamarin.Android 7.5+
  • Xamarin.iOS 10.14+

Nuget

This library is available as a nuget package: https://www.nuget.org/packages/CoAPnet/

Examples

Please find examples and the documentation at the Wiki of this repository (https://github.com/chkr1011/CoAPnet/wiki).

Contributions

If you want to contribute to this project just create a pull request. But only pull requests which are matching the code style of this library will be accepted. Before creating a pull request please have a look at the library to get an overview of the required style. Also additions and updates in the Wiki are welcome.

References

This library is used in the following projects:

If you use this library and want to see your project here please create a pull request.

License

MIT License

CoAPnet Copyright (c) 2016-2020 Christian Kratky

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].