dearchap
dearchap
Whats the problem. I dont see any direct dependencies at all. The indirect dependencies are all because of docs generation. I'm fine with what we have
Wont fix in v1, v2 as it requires a rewrite of stdlib flag parser
This is the output I see with categories ``` $ go run . NAME: test5 - app.Usage USAGE: test5 [global options] command [command options] [arguments...] VERSION: app.Version COMMANDS: help, h...
@26tanishabanik Any updates on this ?
Where is the "device" branch ? I dont see it in the list of branches.
I was thinking that we can move devices into a separate lib/devices dir and services into lib/services. Shall I make that change ?
I would think that the lib directory should have just device.js, service.js, ssdp.js, rest should go into utils or other dirs. I've just submitted a pull request for basic dir...
My main motivation for using upnpserver is to model a Sonos Zone Player. From its device description I see that it has around 10 services(not including ContentManager, etc) and 2...
So shall I revert back my services, devices dir changes ? I can just use the current mechanism. Instead of thinking of abstracting out everything right away perhaps I can...
I just looked at the latest changes on device branch and they are very much what I needed. I was expecting RootDevice to subclass Device so that most of the...