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

Azure EventHub Publisher with HMAC Authentication over HTTPS #432

Open
wants to merge 18 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/DRWI_DigiLTE/DRWI_DigiLTE.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* @brief Example for DRWI CitSci LTE sites.
*
* @author Sara Geleskie Damiano <[email protected]>
* @author Anthony Aufdenkampe <[email protected]>
* @copyright (c) 2017-2022 Stroud Water Research Center (SWRC)
* and the EnviroDIY Development Team
* This example is published under the BSD-3 license.
Expand Down
10 changes: 10 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,16 @@
"authors": ["Anthony Aufdenkampe"],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "cryptosuite2",
"owner": "envirodiy",
"url": "https://github.com/EnviroDIY/cryptosuite2",
"version": "~0.2.7",
"note": "Arduino/Generic C library for SHA256, SHA1 hashing and SHA256-HMAC, SHA1-HMAC",
"authors": [],
"frameworks": "arduino",
"platforms": "*"
}
]
}
Loading
Loading