issues
search
FactbirdHQ
/
mqttrust
MQTT client for embedded devices, written in rust
53
stars
5
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix(mqttrust_core): Add feature flag to set max payload size
#55
KennethKnudsen97
closed
4 months ago
0
feature(CI): Add test for AWS IoT Device Advisor
#54
MathiasKoch
opened
6 months ago
1
add release_queue() to Client and Eventloop
#53
andresv
closed
2 years ago
3
fix Client<const L> parameter docs
#52
andresv
closed
2 years ago
5
Remove unused embedded-hal dependency
#51
MathiasKoch
closed
2 years ago
1
chore(*): bump embedded-hal to alpha.8
#50
MathiasKoch
closed
2 years ago
1
chore(*): disable remove always enabled defmt feature from fugit
#49
MathiasKoch
closed
2 years ago
1
fix(core): swap socket creation & hostname lookup statements
#48
MathiasKoch
closed
2 years ago
1
Adding close when tossing socket
#47
unizippro
closed
2 years ago
1
MQTT does not close socket in the event of connection failure
#46
unizippro
closed
2 years ago
0
Replace embedded-time with fugit, and bump deps
#45
MathiasKoch
closed
2 years ago
1
Add initial std feature to allow using std::Box rather than heapless::Box
#44
MathiasKoch
closed
2 years ago
1
xtensa esp32 target
#43
jan-br
closed
2 years ago
23
Increase the packet buffer size from 1024 to 4096 bytes
#42
MathiasKoch
closed
2 years ago
1
Add initial AWS IoT Device Advisor integration testing
#41
MathiasKoch
closed
2 years ago
1
Add trace logging to aid debugging
#40
MathiasKoch
closed
2 years ago
1
Send QoS0 messages regardless of number of inflight QoS1 & 2 messages
#39
MathiasKoch
opened
2 years ago
0
Add ?Sized trait bound to all places requiring embedded-nal traits
#38
MathiasKoch
closed
3 years ago
1
Reduce variant size in `Notification` by boxing `PublishNotification`
#37
MathiasKoch
closed
3 years ago
0
Add auto reconnect with backoff & jitter
#36
MathiasKoch
opened
3 years ago
0
Rework 'Notification' to be handle borrowed data
#35
MathiasKoch
opened
3 years ago
0
Fix support for 'SubAck'
#34
MathiasKoch
opened
3 years ago
0
Change internal queue to a framed bbqueue
#33
MathiasKoch
closed
3 years ago
1
Remove PublishPayload trait
#32
MathiasKoch
closed
3 years ago
1
Remove PublishPayload trait
#31
MathiasKoch
closed
3 years ago
0
Chore/bump heapless
#30
MathiasKoch
closed
3 years ago
0
Split trait from its implementation
#29
keisrk
closed
3 years ago
3
Reset Tx PacketBuffer on new sessions
#28
MathiasKoch
closed
3 years ago
1
Bump defmt to 0.2
#27
MathiasKoch
closed
3 years ago
0
Split trait from implementation
#26
MathiasKoch
closed
3 years ago
1
[Optional] Encapsulate network handling in NetworkHandle
#25
keisrk
closed
3 years ago
0
Retry sending QoS 1 outgoing publish messages
#24
keisrk
closed
3 years ago
1
Wrong PINGREQ/PINGRESP handling
#23
MathiasKoch
closed
3 years ago
0
Minor changes to event loop, lifetime and event selection
#22
keisrk
closed
3 years ago
3
Use embedded-time and keep track on inflight outgoing messages
#21
keisrk
closed
3 years ago
5
Propose Session trait and remove all the logic below the application-layer
#20
keisrk
closed
2 years ago
3
Add a minimal working example
#19
keisrk
closed
2 years ago
1
Update embedded-nal v0.2.0
#18
keisrk
closed
3 years ago
3
Ownership-based approach
#17
keisrk
closed
3 years ago
4
Add unit tests to cover entire options
#16
MathiasKoch
closed
3 years ago
1
Enhancement/defmt
#15
MathiasKoch
closed
3 years ago
0
Reduce stack usage
#14
MathiasKoch
closed
3 years ago
0
Rework cloning mqtt packet, to correctly handle wrapping buffer
#13
MathiasKoch
closed
3 years ago
1
Enhancement/defmt logging
#12
MathiasKoch
closed
4 years ago
0
Release to crates.io
#11
MathiasKoch
closed
3 years ago
2
Switch timers to use embedded-time
#10
MathiasKoch
closed
3 years ago
0
Persistence of outgoing packets in case of network loss (buffering)
#9
MathiasKoch
opened
4 years ago
2
feature/alloc-free
#8
MathiasKoch
closed
4 years ago
0
Outgoing packet retry
#7
MathiasKoch
closed
3 years ago
0
Test multiple inflight packets
#6
MathiasKoch
closed
3 years ago
0
Next