package coap

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val start : ?addr:string -> ?port:int -> ((Message.t, error) Stdlib.result -> Message.t Lwt.t) -> unit Lwt.t

start ~addr ~port handler starts the CoAP server in a Lwt thread listening for client requests on the provided IPv4 or IPv6 address/port and handling incoming requests with the handler function.

OCaml

Innovation. Community. Security.