AIOCOAP-CLIENT(1) User Commands AIOCOAP-CLIENT(1)
NAME
aiocoap-client - A simple command-line tool for interacting with CoAP servers
DESCRIPTION
usage: aiocoap-client [-h] [-m METHOD] [--observe] [--observe-exec CMD]
[--accept MIME] [--proxy HOST[:PORT]] [--payload X]
[--content-format MIME] [-v] [-q] [--dump FILE] [--interactive] url
aiocoap-client is a simple command-line tool for interacting with CoAP servers
positional arguments:
url CoAP address to fetch
optional arguments:
-h, --help
show this help message and exit
-m METHOD, --method METHOD
Name or number of request method to use (default: GET)
--observe
Register an observation on the resource
--observe-exec CMD
Run the specified program whenever the observed resource changes, feeding the
response data to its stdin
--accept MIME
Content format to request
--proxy HOST[:PORT]
Relay the CoAP request to a proxy for execution
--payload 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.
--content-format MIME
Content format sent via POST or PUT
-v, --verbose
Increase the debug output
-q, --quiet
Decrease the debug output
--dump FILE
Log network traffic to FILE
--interactive
Enter interactive mode
SEE ALSO
The full documentation for aiocoap-client is maintained as a Texinfo manual. If the info
and aiocoap-client programs are properly installed at your site, the command
info aiocoap-client
should give you access to the complete manual.
aiocoap-client 0.3 May 2017 AIOCOAP-CLIENT(1)