Type alias NetworkConfig

NetworkConfig: {
    iface: NetworkInterfaceInfoIPv4;
    vcdjId: number;
}

Type declaration

  • iface: NetworkInterfaceInfoIPv4

    The network interface to listen for devices on the network over

  • vcdjId: number

    The ID of the virtual CDJ to pose as.

    IMPORTANT:

    You will likely want to configure this to be > 6, however it is important to note, if you choose an ID within the 1-6 range, no other CDJ may exist on the network using that ID. you CAN NOT have 6 CDJs if you're using one of their slots.

    However, should you want to make metadata queries to a unanalized media device connected to the CDJ, or metadata queries for CD disc data, you MUST use a ID within the 1-6 range, as the CDJs will not respond to metadata requests outside of the range of 1-6

    Note that rekordbox analized media connected to the CDJ is accessed out of band of the networks remote database protocl, and is not limited by this restriction.

Generated using TypeDoc