cs=coap.Server() cs:listen(5683) function hello(payload) print("hello called") respond = "hello" return respond end cs:func("hello")