discoverymgr : customize grandcat/zeroconf to apply passive discovery 82/203982/1
authordamon92 <damon92.lee@samsung.com>
Thu, 18 Apr 2019 01:56:51 +0000 (10:56 +0900)
committerdamon92 <damon92.lee@samsung.com>
Thu, 18 Apr 2019 01:56:51 +0000 (10:56 +0900)
commitc0fd3560effab49e9032d0efeef6bd33886c69c9
treec05c35f5fc930840ad73cf7e35bd83a3c21c805e
parentf081834abee4878b7d5b251e73900958e4e712a5
discoverymgr : customize grandcat/zeroconf to apply passive discovery

Change-Id: I4f427ffd06cd6cbe5d4407e700e07764c691a5d9
19 files changed:
src/discoverymgr/discovery_execution.go
src/discoverymgr/discovery_init.go
src/discoverymgr/vendor/grandcat/zeroconf/.gitignore [new file with mode: 0644]
src/discoverymgr/vendor/grandcat/zeroconf/LICENSE [new file with mode: 0644]
src/discoverymgr/vendor/grandcat/zeroconf/README.md [new file with mode: 0644]
src/discoverymgr/vendor/grandcat/zeroconf/client.go [new file with mode: 0644]
src/discoverymgr/vendor/grandcat/zeroconf/connection.go [new file with mode: 0644]
src/discoverymgr/vendor/grandcat/zeroconf/doc.go [new file with mode: 0644]
src/discoverymgr/vendor/grandcat/zeroconf/examples/proxyservice/.gitignore [new file with mode: 0644]
src/discoverymgr/vendor/grandcat/zeroconf/examples/proxyservice/server.go [new file with mode: 0644]
src/discoverymgr/vendor/grandcat/zeroconf/examples/register/.gitignore [new file with mode: 0644]
src/discoverymgr/vendor/grandcat/zeroconf/examples/register/server [new file with mode: 0755]
src/discoverymgr/vendor/grandcat/zeroconf/examples/register/server.go [new file with mode: 0644]
src/discoverymgr/vendor/grandcat/zeroconf/examples/resolv/.gitignore [new file with mode: 0644]
src/discoverymgr/vendor/grandcat/zeroconf/examples/resolv/README.md [new file with mode: 0644]
src/discoverymgr/vendor/grandcat/zeroconf/examples/resolv/client.go [new file with mode: 0644]
src/discoverymgr/vendor/grandcat/zeroconf/server.go [new file with mode: 0644]
src/discoverymgr/vendor/grandcat/zeroconf/service.go [new file with mode: 0644]
src/discoverymgr/vendor/grandcat/zeroconf/utils.go [new file with mode: 0644]