stheves / denon4j

A high-level Java API for interaction with Denon Audio Video receivers via TCP/IP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto Discovery

stheves opened this issue · comments

Provide an API for discovering denon receivers automatically. The denon receivers must be in the same subnet like the denon4j client for this functionality to work.

The API should provide a list of all found denon receivers found in the network and provide their IP addresses as well as the port on which we can interact with the receiver.

See class AutoDiscovery