Closed
Conversation
litinoveweedle
commented
Oct 28, 2025
- added build chain
- fixed cli args dependencies (port + tcp bug etc.)
- fixed Node table Response bug
- added reconnect function to serial/tcp source
- added TCP keepalive support
- added persistence JSON data store (for gateways and nodes info)
- added new event to report detected gateways and nodes (persistence event)
- changed existing power report event format - BREAKING change, both reports needs to be correlated in the higher layer)
- added full fledged CHANGELOG.md (instead of Changes.md)
- updated/modified cargo
added arm7
changed arm target to armhf
add GNU build targets
* implemented TCP keep alives * reconnect logic implementation * updated README for new features * read code de-duplication into function
* implemented TCP keep alives * refactored TCP keepalive patch * updated Cargo.lock * fix keepalive retries compilation * compilation fixes * fix unused code * fix arguments comments * updated Help and README * initial reconnect logic implementation * compilation fixes, reformated * updated README for new reconnect feature unified buffer read added reconnect logging * reconnect logic de-duplication into function * implement retry mechanism on connection open fail * README typo fix * improved cli arguments dependencies * arg dependencies
updated Cargo.toml
set reconnect default timeout to 60
* fix invalid NodeTableResponse struct * added infrastructure event in observe mode - to output in JSON gateway and node details (addresses, barcodes, versions etc.) * added persistent storage * Updated README to reflect implementation
* fix invalid NodeTableResponse struct * added infrastructure even in observe mode - to output in JSON gateway and node details (addresses, barcodes, versions etc.) * added persistent storage * Updated README to reflect implementation * Minor logging changes * Release 0.2.0
Author
|
As discussed in #18 I did implemented agreed changes, there are still probably some things missing |
Closed
Author
|
Please check that this is to your standards: persistent_state.rs: |
Author
|
I can confirm, that it compiles and run in the observe raising 'infrastructure_report' events, I will need to test it also during day for 'power_report', but before discussed changes it was tested on two installations for several days without problems. |
Owner
|
Thanks! Closing in favor of #21. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.