0.0.2 • Published 10 years ago
chinachu-upnp-server v0.0.2
Chinachu UPnP Server
![]()
UPnP Server for Chinachu Air.
forked from oeuillot/upnpserver.
##Configuration Server constructor accepts an optional configuration object. At the moment, the following is supported:
logBoolean Enable/disable logging. Default: false.logLevelString Specifies log level to print. Possible values:TRACE,DEBUG,INFO,WARN,ERROR,FATAL. Defaults toERROR.nameString Name of server. Default 'Node Server'uuidString UUID of server. (If not specified, a UUID v4 will be generated)hostnameString Hostname to bind the server. Default: 0.0.0.0httpPortNumber Http port. Default: 10293dlnaSupportBoolean Enable/disable dlna support. Default: truestrictBoolean Use only official UPnP attributes. Default: falselangString Specify the language (en, fr) for virtual folder names. Default: enssdpLogBoolean Enable log of ssdp layer. Default: falsessdpLogLevelString Log level of ssdp layer.
Testing
For testing purposes used mocha framework. To run tests, you should do this:
make test