Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MQTT 3/3.1.1 Implementation #1

Open
jvogit opened this issue Jun 22, 2021 · 0 comments
Open

MQTT 3/3.1.1 Implementation #1

jvogit opened this issue Jun 22, 2021 · 0 comments
Labels
epic The overall goal
Milestone

Comments

@jvogit
Copy link
Contributor

jvogit commented Jun 22, 2021

Currently there is a very basic structure for sending and receiving packets as a client conforming to the MQTT protocol 3/3.1.1 We need a proper implementation of all MQTT 3/3.1.1 requests and responses. Some smaller issues from this:

  • Of course, all MQTT 3/3.1.1 functionality
  • Elegant way to send and receive packets
  • Elegant way to send/receive packets in a way that supports customizability

Mostly I'm looking for discussion on the best way to handle this. Currently, I'm thinking to have one class represent each type of packet that can be sent by code or decoded from the socket. I'm looking to maybe have a more elegant way to asynchronously process incoming packets/send packets. Currently a simple ScheduledExecutor is used.

MQTT 3.1.1 SPEC

@jvogit jvogit added the epic The overall goal label Jun 22, 2021
@jvogit jvogit added this to the MQTT 3/3.1.1 milestone Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic The overall goal
Projects
None yet
Development

No branches or pull requests

1 participant