Skip to content

Commit

Permalink
Update README sample
Browse files Browse the repository at this point in the history
  • Loading branch information
chdxD1 authored Jul 3, 2021
1 parent b6e09ed commit 3e8a9f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ import { TCNetConfiguration, PioneerDJTCClient, LayerIndex } from "node-tcnet"

const config = new TCNetConfiguration();

// Linux
config.broadcastInterface = "eth0";
// Windows - at least for a locally running PRO DJ LINK BRIDGE
config.broadcastAddress = "0.0.0.0";

const client = new PioneerDJTCClient(config);

Expand Down

0 comments on commit 3e8a9f3

Please sign in to comment.