.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8. .TH AIOCOAP-CLIENT "1" "January 2019" "aiocoap-client 0.3" "User Commands" .SH NAME aiocoap-client \- A simple command-line tool for interacting with CoAP servers .SH DESCRIPTION usage: aiocoap\-client [\-h] [\-m METHOD] [\-\-observe] [\-\-observe\-exec CMD] .TP [\-\-accept MIME] [\-\-proxy HOST[:PORT]] [\-\-payload X] [\-\-content\-format MIME] [\-v] [\-q] [\-\-dump FILE] [\-\-interactive] url .PP aiocoap\-client is a simple command\-line tool for interacting with CoAP servers .SS "positional arguments:" .TP url CoAP address to fetch .SS "optional arguments:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-m\fR METHOD, \fB\-\-method\fR METHOD Name or number of request method to use (default: GET) .TP \fB\-\-observe\fR Register an observation on the resource .TP \fB\-\-observe\-exec\fR CMD Run the specified program whenever the observed resource changes, feeding the response data to its stdin .TP \fB\-\-accept\fR MIME Content format to request .TP \fB\-\-proxy\fR HOST[:PORT] Relay the CoAP request to a proxy for execution .TP \fB\-\-payload\fR X Send X as payload in POST or PUT requests. If X starts with an '@', its remainder is treated as a file name and read from. .TP \fB\-\-content\-format\fR MIME Content format sent via POST or PUT .TP \fB\-v\fR, \fB\-\-verbose\fR Increase the debug output .TP \fB\-q\fR, \fB\-\-quiet\fR Decrease the debug output .TP \fB\-\-dump\fR FILE Log network traffic to FILE .TP \fB\-\-interactive\fR Enter interactive mode .SH "SEE ALSO" The full documentation for .B aiocoap-client is maintained as a Texinfo manual. If the .B info and .B aiocoap-client programs are properly installed at your site, the command .IP .B info aiocoap-client .PP should give you access to the complete manual.