Skip to content
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

add mqtt support for tsung #67

Merged
merged 5 commits into from
Nov 5, 2013
Merged

Conversation

zhihuij
Copy link
Contributor

@zhihuij zhihuij commented Nov 4, 2013

added features:

  1. publish mqtt messages;
  2. subscribe/unsubscribe to topics;
  3. ONLY support qos 0 and 1;

added stats:

  1. mqtt_connected: counter for mqtt connected;
  2. mqtt_disconnected: counter for mqtt disconnected;
  3. mqtt_published: counter for messages client published to the server;
  4. mqtt_server_pubacked: counter for messages server pubacked;
  5. mqtt_server_published: counter for messages server published to client;
  6. mqtt_pubacked: counter for messages client pubacked;

@nniclausse nniclausse merged commit b639c06 into processone:master Nov 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants