Skip to content

Commit

Permalink
Update readme with new demo
Browse files Browse the repository at this point in the history
  • Loading branch information
karlp committed Aug 17, 2011
1 parent f1779eb commit 59a68d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README
Expand Up @@ -2,5 +2,9 @@ Demo code snippets related to MQTT

msg_signing - C message publisher, signing messages with openssl
- python message consumer, verifying signatures
msg_encrypting - C message publisher, encrypts payload with public key,
then signs with shared secret key (HMAC)
- python message consumer, verifies signatures, and if valid,
decrypts using private key


0 comments on commit 59a68d8

Please sign in to comment.