You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am considering using your library in order to build a test-bench for integration testing : the PC application would inject msgs towards devices under test, and listen for their responses.
Our broker requires to connect with username and password. I see those appearing in the source code but I am not sure how to use them. Can you provide a small example with username and password ?
Tnx!
The text was updated successfully, but these errors were encountered:
@Strooom
I will add a setter for user name and password.
Until I get this added and tested, you can try to set the user and password data members after constructing the object but before using it. Please report back whether it is working or not.
Hi Fred,
I am considering using your library in order to build a test-bench for integration testing : the PC application would inject msgs towards devices under test, and listen for their responses.
Our broker requires to connect with username and password. I see those appearing in the source code but I am not sure how to use them. Can you provide a small example with username and password ?
Tnx!
The text was updated successfully, but these errors were encountered: