module IoTivity::Server

Overview

An IoTivity server.

Included Modules

Defined in:

server.cr

Instance Method Summary

Macro Summary

Instance Method Detail

def notify_observers(about uri) #

Emits notifications to all registered observers that the resource with URI named in about has changed its value.


[View source]
def run_server(storage_dir) #

Sets up and runs the IoTivity server.


[View source]
def stop_server #

Stops the IoTivity server.


[View source]

Macro Detail

macro with_resources(hash) #

[View source]