-
Notifications
You must be signed in to change notification settings - Fork 2
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
UV-278 - Modbus Adapter #1
Open
SammyOina
wants to merge
19
commits into
mainflux:main
Choose a base branch
from
SammyOina:modbus
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Aug 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 050a194 - Browse repository at this point
Copy the full SHA 050a194View commit details -
Signed-off-by: SammyOina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 677f98f - Browse repository at this point
Copy the full SHA 677f98fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c257738 - Browse repository at this point
Copy the full SHA c257738View commit details
Commits on Aug 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ea65ebe - Browse repository at this point
Copy the full SHA ea65ebeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3375514 - Browse repository at this point
Copy the full SHA 3375514View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0173fc - Browse repository at this point
Copy the full SHA e0173fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20e22b5 - Browse repository at this point
Copy the full SHA 20e22b5View commit details
Commits on Aug 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6a8b15e - Browse repository at this point
Copy the full SHA 6a8b15eView commit details
Commits on Sep 20, 2023
-
Refactor modbus adapter to use rpc
Refactor the modbus adapter codebase by removing unnecessary imports and unused constants. Signed-off-by: SammyOina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2180d0 - Browse repository at this point
Copy the full SHA e2180d0View commit details
Commits on Sep 21, 2023
-
Fix Makefile test command and remove unnecessary proto generation
The Makefile test command was modified to remove the "-mod=vendor" flag and the proto generation commands were removed as they are unnecessary. This commit fixes the Makefile test command and removes unnecessary proto generation commands. Signed-off-by: SammyOina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 16e719d - Browse repository at this point
Copy the full SHA 16e719dView commit details -
Fix logger output in modbus service
The logger output in the modbus service was not being properly formatted. This commit fixes the issue by using the logger.Info function to print the modbus service listening information. - Update logger output in modbus service to use logger.Info function - Fix formatting issue with logger output in modbus service Signed-off-by: SammyOina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 87b2435 - Browse repository at this point
Copy the full SHA 87b2435View commit details -
Fix subscription and publishing bugs
This commit fixes bugs related to subscription and publishing in the examples/publish/main.go and examples/subscribe/main.go files. The changes include adding the context package and passing the context to the Publish and Subscribe functions. This ensures that the functions have the necessary context for proper execution. The bug in the examples/publish/main.go file is fixed by adding the context package and passing the context to the Publish function. Previously, the Publish function was called without a context, which could lead to unexpected behavior. The bug in the examples/subscribe/main.go file is fixed in a similar manner. The context package is imported, and the context is passed to the Subscribe function. This ensures that the Subscribe function has the necessary context for proper execution. These changes ensure that the subscription and publishing functionalities work correctly in the examples. Signed-off-by: SammyOina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f2622d - Browse repository at this point
Copy the full SHA 2f2622dView commit details
Commits on Oct 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b7108f3 - Browse repository at this point
Copy the full SHA b7108f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c31616 - Browse repository at this point
Copy the full SHA 5c31616View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17a8df4 - Browse repository at this point
Copy the full SHA 17a8df4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5326146 - Browse repository at this point
Copy the full SHA 5326146View commit details -
Configuration menu - View commit details
-
Copy full SHA for 644d798 - Browse repository at this point
Copy the full SHA 644d798View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24cbd93 - Browse repository at this point
Copy the full SHA 24cbd93View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4e2107 - Browse repository at this point
Copy the full SHA c4e2107View commit details
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.