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

Wrong string interpolation of TF_USERNAME #9

Closed
0xlee opened this issue Dec 7, 2019 · 1 comment
Closed

Wrong string interpolation of TF_USERNAME #9

0xlee opened this issue Dec 7, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@0xlee
Copy link

0xlee commented Dec 7, 2019

Thank you for sharing your work!!

The string interpolation of $TF_USERNAME in section Authenticate of README does not work because of it is wrapped by a single quote.

It should like following:
% coap-client -m post -u "Client_identity" -k "$TF_GATEWAYCODE" -e "{\"9090\":\"$TF_USERNAME\"}" "coaps://$TF_GATEWAYIP:5684/15011/9063"

@glenndehaan glenndehaan self-assigned this Dec 8, 2019
@glenndehaan glenndehaan added the enhancement New feature or request label Dec 8, 2019
@glenndehaan
Copy link
Owner

Good find.
I have updated the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants