DITListen

@interface DITListen : NSObject <NSCopying, NSMutableCopying> {
  DITTCPListenConfig *_tcp;
  DITHTTPListenConfig *_http;
}

Configure this device as a Ditto server. Disabled by default.

This is advanced usage that is not needed in most situations. Please refer to the documentation on Ditto’s website for scenarios and example configurations.