Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awootton/knotfreeiot
Knotfree.net is a tool for IOT and experimental domain names. This is the code for a distributed pub/sub system. Supports a minimal subset of MQTT (3.1 and 5) and other convenient formats. Go and kubernetes. It's live at knotfree.net No signup to use it.
https://github.com/awootton/knotfreeiot
iot iot-backend jwt mqtt proposal
Last synced: 21 days ago
JSON representation
Knotfree.net is a tool for IOT and experimental domain names. This is the code for a distributed pub/sub system. Supports a minimal subset of MQTT (3.1 and 5) and other convenient formats. Go and kubernetes. It's live at knotfree.net No signup to use it.
- Host: GitHub
- URL: https://github.com/awootton/knotfreeiot
- Owner: awootton
- License: gpl-3.0
- Created: 2019-07-08T06:32:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T18:49:41.000Z (3 months ago)
- Last Synced: 2024-12-15T20:34:58.375Z (24 days ago)
- Topics: iot, iot-backend, jwt, mqtt, proposal
- Language: Go
- Homepage: http://knotfree.net
- Size: 10.2 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![knotfree knot](/KnotFreeKnot256cropped.png)
# knotfree.netSee example projects: https://wootton.substack.com/
## What
This is the source code to a publish/subscribe (pubsub) service running at [knotfree.net](https://knotfree.net).
Services include:
- Mqtt 3.1 and Mqtt 5.0 on port 1883
- Mqtt 3.1 and Mqtt 5.0 in port 80 via websockets.
- A text based service on port 7465[^1]
- A binary pubsub service of the knotfreeiot format on port 8384[^2].
- A http forwarding service where http GET messages to http://anychannel.knotfree.net will be published to 'anychannel'
- Service is very cheap. Cheaper than giving out your email address. JWT tokens are used for access and you can get one at [knotfree.net](https://knotfree.net).
- There are 'attrtibutes' on the Topics aka Subscriptions supporting DNS queries. See [the DNS server project here](https://github.com/awootton/coredns).[^1]: See example below.
[^2]: See example in ```monitor_pod/main.go``` and definition in ```packets/packets.go```
There is a frontend running at knotfree.net and the source code for that is at https://github.com/awootton/knotfree-net-homepage
There is C++ for Arduino which is the embedded code for microcontrollers that completes an IOT stack. This is at https://github.com/awootton/mqtt5nanoDoncumentation is in the knotfreeiot wiki here: https://github.com/awootton/knotfreeiot/wiki
## Why
The iot architecture that is being presented involves every message sent having a *return address* to accommodate a *reply*. Mqtt5 now has this feature. To complete the iot architecture demos, and to provide the hobbyist with an service that is undemanding required that one be written.
## How
See the wiki for [howto's](https://github.com/awootton/knotfreeiot/wiki/How-to-use-the-publish-subscribe)
## Where
The server code is here at https://github.com/awootton/knotfreeiot
The C++ version is Arduino clients that are to be found here: https://github.com/awootton/mqtt5nano## When
2019 to 2024.
## Who
Copyright 2024 Alan Tracey Wootton. See LICENSE.
#knotfree #iot #mqtt #mqtt5 #go #mqtt5nano
![](https://github.com/awootton/knotfreeiot/workflows/Go/badge.svg)