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

Feature/nal update #45

Merged
merged 3 commits into from
May 27, 2021
Merged

Feature/nal update #45

merged 3 commits into from
May 27, 2021

Conversation

ryan-summers
Copy link
Member

This PR does the following:

  • Update embedded-nal version to v0.6
  • Remove all usage of RefCells
  • Refactor of the API to have an Minimq struct and an MqttClient
    * this was done to resolve ownership issues with using content in the received message buffer to publish/subscribe
    • Updating to utilize const-generics.

src/mqtt_client.rs Outdated Show resolved Hide resolved
src/mqtt_client.rs Show resolved Hide resolved
src/mqtt_client.rs Outdated Show resolved Hide resolved
@ryan-summers ryan-summers merged commit c240f0f into master May 27, 2021
@ryan-summers ryan-summers deleted the feature/nal-update branch May 27, 2021 15:13
bors bot added a commit to quartiq/stabilizer that referenced this pull request May 27, 2021
370: Updating dependencies + embedded-nal r=ryan-summers a=ryan-summers

This PR updates Stabilizer to utilize updated `smoltcp-nal` and `minimq`.

This is pending the following PRs:
* [x] quartiq/smoltcp-nal#15
* [x] quartiq/minimq#45

This is in preparation for further improvements to the smoltcp-nal to facilitate livestreaming.

Co-authored-by: Ryan Summers <ryan.summers@vertigo-designs.com>
bors bot added a commit to quartiq/stabilizer that referenced this pull request May 27, 2021
370: Updating dependencies + embedded-nal r=ryan-summers a=ryan-summers

This PR updates Stabilizer to utilize updated `smoltcp-nal` and `minimq`.

This is pending the following PRs:
* [x] quartiq/smoltcp-nal#15
* [x] quartiq/minimq#45

This is in preparation for further improvements to the smoltcp-nal to facilitate livestreaming.

Co-authored-by: Ryan Summers <ryan.summers@vertigo-designs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants