Premiers tests
This commit is contained in:
9
server.lua
Normal file
9
server.lua
Normal file
@ -0,0 +1,9 @@
|
||||
cs=coap.Server()
|
||||
cs:listen(5683)
|
||||
|
||||
function hello(payload)
|
||||
print("hello called")
|
||||
respond = "hello"
|
||||
return respond
|
||||
end
|
||||
cs:func("hello")
|
Reference in New Issue
Block a user