-
Notifications
You must be signed in to change notification settings - Fork 239
Multiple connections #66
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
Comments
When I understood your question properly you are asking if it is possible to define multiple clients within the same Arduino sketch? |
Yes and is it possible to automize the process of defining multiple clients within the same Arduino sketch? |
I will add this to the V2 milestone. |
V2 (#59) will properly allow multiple clients. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Long story short, I'm trying to automize my program to make multiple connections to a Mosquitto brocker, without having to change the code every time I have to make a new connection. So far I've added 3 more connections from a single NodeMCU-ESP8266 with adding a PubSubClient client(espClient) and a reconnect() with just changing the name (client). My question is this: Is it possible to add some sort of counter (client counter), so when an event occurs, it to make a new connection?
The text was updated successfully, but these errors were encountered: