Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Network discovery

    Scheduled Pinned Locked Moved
    Using Duet Controllers
    network discovery broadcast code
    6
    7
    392
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Furbyhaxxundefined
      Furbyhaxx
      last edited by

      Hi,
      Does the duet firmware provides a method for discovering all duets (incl. their IP's) in a network?

      Stephen6309undefined jay_s_ukundefined 2 Replies Last reply Reply Quote 0
      • Phaedruxundefined
        Phaedrux Moderator
        last edited by

        It's going to depend on your Duet.

        https://docs.duet3d.com/en/User_manual/Machine_configuration/Networking

        The assumption is that if you're setting up the Duet from scratch you are also in control of the network, so you're either assigning a static IP or DHCP reservation.

        At one point there was a phone application that would find Duets on the network. But I can't seem to find anything about that right now.

        Z-Bot CoreXY Build | Thingiverse Profile

        1 Reply Last reply Reply Quote 0
        • Stephen6309undefined
          Stephen6309 @Furbyhaxx
          last edited by

          @furbyhaxx I use the freeware 'Advanced IP Scanner' to find them.

          You can also use PrinterName.local, where PrinterName is the name you gave the printer using M550.

          1 Reply Last reply Reply Quote 0
          • jay_s_ukundefined
            jay_s_uk @Furbyhaxx
            last edited by

            @furbyhaxx i use fing https://www.fing.com/products/fing-desktop

            Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

            1 Reply Last reply Reply Quote 0
            • gloomyandyundefined
              gloomyandy
              last edited by

              If you are using a WiFi version then it will create an mdns entry (for <printername>.local) that will have an extra txt record with "product" set to "DuetWiFi". I'm pretty sure the app that @Phaedrux mentioned uses that to locate Duets. The app is called "findmyduet" and a google search throws up a few hits, including this one: https://github.com/Duet3D/FindMyDuet

              1 Reply Last reply Reply Quote 0
              • Furbyhaxxundefined
                Furbyhaxx
                last edited by

                I hoped that the firmware offers such functionality, as even crappy flashforge firmware does. But the mdns approach is a good starti g point.

                As I'm writing a centralized 3D printer monitoring and management application that not only works with Duet's. Such functionality would be good.

                chrishammundefined 1 Reply Last reply Reply Quote 0
                • chrishammundefined
                  chrishamm administrators @Furbyhaxx
                  last edited by

                  @furbyhaxx We support mDNS, you should be able to use that.

                  Duet boards (both in SBC and standalone mode) announce the "product" property which always starts with "Duet".

                  Duet software engineer

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post
                  Unless otherwise noted, all forum content is licensed under CC-BY-SA