Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Simple MQTT Broker
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
MQTT Dev
Simple MQTT Broker
Graph
master
Select Git revision
Branches
7
feature/http-api
feature/junit
feature/mqtt-packets
feature/mqtt-protocol
feature/server-socket
feature/session-handler
master
default
protected
7 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
24
Mar
21
18
16
15
10
8
7
6
5
4
3
2
28
Feb
feat: KeepAlive can be disabled
master
master
Update README.md
Merge branch 'feature/mqtt-packets' into 'master'
Cleaned up even more leftover code
feature/mqtt-pa…
feature/mqtt-packets
Merge branch 'feature/mqtt-packets' into 'master'
Cleaned up more leftover code
Cleaned up leftover code
Implemented publish functionality and all missing control packages and when to send them
Updated branch
fix: Remove duplicate methods
Merge branch 'feature/mqtt-protocol' into 'master'
Merge branch 'master' into 'feature/mqtt-protocol'
feature/mqtt-pr…
feature/mqtt-protocol
feat: Each control packet resets the keep alive counter
feat: Add unsubscribe functionality
feat: Implement SUBACK packet
feat: Subscriptions can be made to topics and saved in session
feat: Old session get cleanSession from new client set
fix: Bug
feat: Old session can be restored
Enabled sending of PUBACK and PUBREC
Fixed publish response types
Added output for puback, pubrec, pubrel, pubcomp and unsuback
Merge branch 'feature/session-handler' into 'master'
feat: Old session get cleanSession from new client set
feature/session…
feature/session-handler
fix: Bug
feat: Old session can be restored
feat: Disconnect client if reserved Flag in CONNECT Packete is set to 1
feat(README.md): + 3.1.0-2
Merge branch 'master' into feature/mqtt-protocol
feat: Client get disconnected after receiving second CONNECT packet
Merge branch 'feature/mqtt-packets' into 'master'
added functionality for packets up to 256mb and added comments
Update README.md
Update README.md
Merge branch 'feature/session-handler' into 'master'
feat(SessionHandler): Disable sout
fix(Session): Rename valid to aktive
feat(SessionHandler): Change from setInvalid to close
feat(SessionHandler): Only one aktive connection with same clientId
feat(Session): Only remove sessions if cleanSession is set