All Projects → lpeterse → Haskell Mqtt

lpeterse / Haskell Mqtt

Licence: mit
An MQTT protocol implementation (client and server)

Programming Languages

haskell
3896 projects

Labels

Projects that are alternatives of or similar to Haskell Mqtt

Mpower Tools
Tools for operating Ubiquiti Networks mPower devices
Stars: ✭ 41 (-2.38%)
Mutual labels:  mqtt, iot
Aedes
Barebone MQTT broker that can run on any stream server, the node way
Stars: ✭ 1,007 (+2297.62%)
Mutual labels:  mqtt, iot
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 (+1776.19%)
Mutual labels:  mqtt, iot
Inchat
一个轻量级、高效率的支持多端(应用与硬件Iot)的可分布式、异步网络应用通讯框架
Stars: ✭ 654 (+1457.14%)
Mutual labels:  mqtt, iot
Hodd
Homie Device Discovery
Stars: ✭ 21 (-50%)
Mutual labels:  mqtt, iot
Arduino Mqtt
MQTT library for Arduino
Stars: ✭ 685 (+1530.95%)
Mutual labels:  mqtt, iot
Paho.mqtt.embedded C
Paho MQTT C client library for embedded systems. Paho is an Eclipse IoT project (https://iot.eclipse.org/)
Stars: ✭ 887 (+2011.9%)
Mutual labels:  mqtt, iot
Ejabberd
Robust, Ubiquitous and Massively Scalable Messaging Platform (XMPP, MQTT, SIP Server)
Stars: ✭ 5,077 (+11988.1%)
Mutual labels:  mqtt, iot
Mqtt
Native Go MQTT Library
Stars: ✭ 15 (-64.29%)
Mutual labels:  mqtt, iot
Rf24node msgproto
An application that runs on a Raspberry Pi that interfaces RF24Network packets to a Message Bus. Currently MQTT & AMQP (alpha); Topics are RF24SensorNet compatible.
Stars: ✭ 11 (-73.81%)
Mutual labels:  mqtt, iot
Convention
🏡 The Homie Convention: a lightweight MQTT convention for the IoT
Stars: ✭ 582 (+1285.71%)
Mutual labels:  mqtt, iot
Moquette
MQTT service dispatcher
Stars: ✭ 33 (-21.43%)
Mutual labels:  mqtt, iot
Hivemq Community Edition
HiveMQ CE is a Java-based open source MQTT broker that fully supports MQTT 3.x and MQTT 5. It is the foundation of the HiveMQ Enterprise Connectivity and Messaging Platform
Stars: ✭ 562 (+1238.1%)
Mutual labels:  mqtt, iot
Volantmq
High-Performance MQTT Server
Stars: ✭ 785 (+1769.05%)
Mutual labels:  mqtt, iot
Hassio Zigbee2mqtt
Hass.io add-on for zigbee2mqtt
Stars: ✭ 547 (+1202.38%)
Mutual labels:  mqtt, iot
Thingsboard Gateway
Open-source IoT Gateway - integrates devices connected to legacy and third-party systems with ThingsBoard IoT Platform using Modbus, CAN bus, BACnet, BLE, OPC-UA, MQTT, ODBC and REST protocols
Stars: ✭ 796 (+1795.24%)
Mutual labels:  mqtt, iot
Redmatic
Node-RED packaged as Addon for the Homematic CCU3 and RaspberryMatic 🤹‍♂️
Stars: ✭ 407 (+869.05%)
Mutual labels:  mqtt, iot
Dorita980
Unofficial iRobot Roomba and Braava (i7/i7+, 980, 960, 900, e5, 690, 675, m6, etc) node.js library (SDK) to control your robot
Stars: ✭ 523 (+1145.24%)
Mutual labels:  mqtt, iot
Mqttx
MQTT X - Elegant MQTT 5.0 Client Tool of Cross-platform
Stars: ✭ 892 (+2023.81%)
Mutual labels:  mqtt, iot
React Native Aws Iot Device Shadows
React Native Component for connecting to AWS IoT Shadows from a device using SDK JavaScript bundle
Stars: ✭ 30 (-28.57%)
Mutual labels:  mqtt, iot

A pure Haskell MQTT client and server implementation Travis

Project goal

This project aims to supply a rock-solid MQTT 3.1.1 implementation suitable for production use.

The planned features are:

  • A broker implementation capable of handing and serving several thousands of connections.
  • A client implementation with integrated broker which allows one client to be used by several threads/consumers simultaneously.
  • TLS and WebSocket connections.
  • An interface for pluggable authentication and authorization.
  • High test and benchmark coverage.

Project state (2017-03-22)

  • The broker implementation is nearly feature complete and well-tested. The hummingbird project is a full-fledged broker built on-top of this library.
  • The client implementation went out of focus for now and is currently commented out. It's still a planned feature and is essentially a low hanging fruit as all the protocol parsers etc. are already in place.

License

Permission is hereby granted under the terms of the MIT license:

Copyright (c) 2016 Lars Petersen

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].