'\" t .\" Title: coap-server .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: 2017-02-05 .\" Manual: coap-server Manual .\" Source: coap-server 4.1.2 .\" Language: English .\" .TH "COAP\-SERVER" "5" "2017\-02\-05" "coap\-server 4\&.1\&.2" "coap\-server Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" coap-server \- CoAP Server based on libcoap .SH "SYNOPSIS" .sp \fBcoap\-server\fR [\fB\-A\fR addr] [\fB\-g\fR group] [\fB\-p\fR port] [\fB\-v\fR num] .SH "DESCRIPTION" .sp \fBcoap\-server\fR is a CoAP server which simulate 6LoWPAN devices which can be addressed via the CoAP protocol\&. .SH "OPTIONS" .PP \fB\-A\fR addr .RS 4 The local address of the interface which the server has to listen\&. .RE .PP \fB\-g\fR group .RS 4 Join specified multicast \fIgroup\fR on startup\&. .RE .PP \fB\-p\fR port .RS 4 The \fIport\fR on the given address the server will be waitung for connections\&. The default port is 5683 if not given any other value\&. .RE .PP \fB\-v\fR num .RS 4 The verbosity level to use (default: 3, maximum is 9)\&. .RE .SH "EXAMPLES" .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} Example .RE .sp .if n \{\ .RS 4 .\} .nf coap\-server \-A ::1 .fi .if n \{\ .RE .\} .sp Let the server listen on localhost (port 5683)\&. .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} Example .RE .sp .if n \{\ .RS 4 .\} .nf coap\-server \-A ::1 \-p 13011 .fi .if n \{\ .RE .\} .sp Quite the same, except listening port is \fI13011\fR (and not the default port 5683)\&. .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} Example .RE .sp .if n \{\ .RS 4 .\} .nf coap\-server \-A 2001:db8:81a8:0:6ef0:dead:feed:beef \-v 5 .fi .if n \{\ .RE .\} .sp The listening address is set to \fI2001:db8:81a8:0:6ef0:dead:feed:beef\fR and the verbosity level is set to \fI5\fR\&. .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} Example .RE .sp .if n \{\ .RS 4 .\} .nf coap\-server \-A 2001:db8:81a8:0:6ef0:dead:feed:beef \-g FF02:FD .fi .if n \{\ .RE .\} .sp Set listening address to \fI2001:db8:81a8:0:6ef0:dead:feed:beef\fR and join the All CoAP Nodes multicast group \fIFF02:FD\fR\&. .SH "FILES" .sp There are no configuration files\&. .SH "EXIT STATUS" .PP \fB0\fR .RS 4 Success .RE .PP \fB1\fR .RS 4 Failure (syntax or usage error; configuration error; document processing failure; unexpected error) .RE .SH "BUGS" .sp Please report bugs on the mailing list for libcoap: libcoap\-developers@lists\&.sourceforge\&.net .SH "AUTHORS" .sp The libcoap project